/aosp_15_r20/external/deqp/external/vulkancts/scripts/src/ |
H A D | mandatory_features.txt | 44 VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT FEATURES ( pipelineCreationCacheControl ) … 159 VkPhysicalDeviceVulkan13Features FEATURES ( pipelineCreationCacheControl ) REQUIREMENTS …
|
/aosp_15_r20/external/swiftshader/src/Vulkan/ |
H A D | VkPhysicalDevice.cpp | 185 features->pipelineCreationCacheControl = VK_TRUE; in getPhysicalDevicePipelineCreationCacheControlFeatures() 1640 CheckFeature(requested, supported, pipelineCreationCacheControl) && in hasExtendedFeatures()
|
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/ |
H A D | hk_physical_device.c | 344 .pipelineCreationCacheControl = true, in hk_get_device_features()
|
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_physical_device.c | 188 .pipelineCreationCacheControl = true, in get_features()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineCreationCacheControlTests.cpp | 321 if (features.pipelineCreationCacheControl == false) in checkSupport()
|
H A D | vktPipelineShaderModuleIdentifierTests.cpp | 1756 if (features.pipelineCreationCacheControl == false) in checkSupport()
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/ |
H A D | vkDeviceFeatures.inl | 151 featureType.pipelineCreationCacheControl = allFeaturesBlobs.vk13.pipelineCreationCacheControl;
|
H A D | vkDeviceFeatures2.inl | 2306 …acheControlFeatures[0].pipelineCreationCacheControl != devicePipelineCreationCacheControlFeatures[… 2477 …deviceVulkan13Features[0].pipelineCreationCacheControl != deviceVulkan13Features[1].pipelineCreati…
|
H A D | vkMandatoryFeatures.inl | 3086 if ( physicalDeviceVulkan13Features.pipelineCreationCacheControl == VK_FALSE ) 3088 …log << tcu::TestLog::Message << "Mandatory feature pipelineCreationCacheControl not supported" << …
|
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/ |
H A D | nvk_physical_device.c | 395 .pipelineCreationCacheControl = true, in nvk_get_device_features()
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vkMandatoryFeatures.inl | 1697 if ( physicalDeviceVulkan13Features.pipelineCreationCacheControl == VK_FALSE ) 1699 …log << tcu::TestLog::Message << "Mandatory feature pipelineCreationCacheControl not supported" << …
|
H A D | vkStructTypes.inl | 3541 VkBool32 pipelineCreationCacheControl; member
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ |
H A D | vktTestCase.cpp | 956 return !!vk13Features.pipelineCreationCacheControl; in isDeviceFunctionalitySupported()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 2309 …RE_TABLE_ITEM(vulkan13Features, pipelineCreationCacheControlFeatures, pipelineCreationCacheControl, in featureBitInfluenceOnDeviceCreate() 5971 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan13Features, pipelineCreationCacheControl), in deviceFeaturesVulkan13() 6629 vulkan13Features.pipelineCreationCacheControl}, in deviceFeatureExtensionsConsistencyVulkan13() 6710 if (pipelineCreationCacheControlFeatures.pipelineCreationCacheControl != in deviceFeatureExtensionsConsistencyVulkan13() 6711 vulkan13Features.pipelineCreationCacheControl) in deviceFeatureExtensionsConsistencyVulkan13()
|
/aosp_15_r20/frameworks/native/vulkan/vkjson/ |
H A D | vkjson.cc | 872 visitor->Visit("pipelineCreationCacheControl", &features->pipelineCreationCacheControl) && in Iterate()
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 439 .pipelineCreationCacheControl = true, in lvp_get_features()
|
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_device.c | 392 .pipelineCreationCacheControl = true, in get_features()
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/ |
H A D | anv_physical_device.c | 443 .pipelineCreationCacheControl = true, in get_features()
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/ |
H A D | radv_physical_device.c | 860 .pipelineCreationCacheControl = true, in radv_physical_device_get_features()
|
/aosp_15_r20/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_structs.hpp | 33771 : pNext( pNext_ ), pipelineCreationCacheControl( pipelineCreationCacheControl_ ) 33799 pipelineCreationCacheControl = pipelineCreationCacheControl_; in setPipelineCreationCacheControl() 33823 return std::tie( sType, pNext, pipelineCreationCacheControl ); in reflect() 33838 && ( pipelineCreationCacheControl == rhs.pipelineCreationCacheControl ); in operator ==() 33851 VULKAN_HPP_NAMESPACE::Bool32 pipelineCreationCacheControl = {}; member 39006 …rBind( descriptorBindingInlineUniformBlockUpdateAfterBind_ ), pipelineCreationCacheControl( pipeli… 39052 pipelineCreationCacheControl = pipelineCreationCacheControl_; in setPipelineCreationCacheControl() 39142 …ormBlock, descriptorBindingInlineUniformBlockUpdateAfterBind, pipelineCreationCacheControl, privat… in reflect() 39160 && ( pipelineCreationCacheControl == rhs.pipelineCreationCacheControl ) in operator ==() 39187 VULKAN_HPP_NAMESPACE::Bool32 pipelineCreationCacheControl = {}; member
|
/aosp_15_r20/external/virglrenderer/src/venus/venus-protocol/ |
H A D | vn_protocol_renderer_device.h | 4696 vn_encode_VkBool32(enc, &val->pipelineCreationCacheControl); in vn_encode_VkPhysicalDevicePipelineCreationCacheControlFeatures_self() 4721 vn_decode_VkBool32(dec, &val->pipelineCreationCacheControl); in vn_decode_VkPhysicalDevicePipelineCreationCacheControlFeatures_self_temp() 5254 vn_encode_VkBool32(enc, &val->pipelineCreationCacheControl); in vn_encode_VkPhysicalDeviceVulkan13Features_self() 5293 vn_decode_VkBool32(dec, &val->pipelineCreationCacheControl); in vn_decode_VkPhysicalDeviceVulkan13Features_self_temp()
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/ |
H A D | anv_device.c | 483 .pipelineCreationCacheControl = true, in get_features()
|
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.cc | 442 features->pipelineCreationCacheControl = true; in tu_get_features()
|
/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_device.c | 781 .pipelineCreationCacheControl = false, in dzn_physical_device_get_features()
|
/aosp_15_r20/external/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_device.h | 6390 size += vn_sizeof_VkBool32(&val->pipelineCreationCacheControl); in vn_sizeof_VkPhysicalDevicePipelineCreationCacheControlFeatures_self() 6417 vn_encode_VkBool32(enc, &val->pipelineCreationCacheControl); in vn_encode_VkPhysicalDevicePipelineCreationCacheControlFeatures_self() 6441 vn_decode_VkBool32(dec, &val->pipelineCreationCacheControl); in vn_decode_VkPhysicalDevicePipelineCreationCacheControlFeatures_self() 7071 size += vn_sizeof_VkBool32(&val->pipelineCreationCacheControl); in vn_sizeof_VkPhysicalDeviceVulkan13Features_self() 7112 vn_encode_VkBool32(enc, &val->pipelineCreationCacheControl); in vn_encode_VkPhysicalDeviceVulkan13Features_self() 7150 vn_decode_VkBool32(dec, &val->pipelineCreationCacheControl); in vn_decode_VkPhysicalDeviceVulkan13Features_self()
|