Home
last modified time | relevance | path

Searched refs:pipelineCreationCacheControl (Results 1 – 25 of 122) sorted by relevance

12345

/aosp_15_r20/external/deqp/external/vulkancts/scripts/src/
H A Dmandatory_features.txt44 VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT FEATURES ( pipelineCreationCacheControl ) …
159 VkPhysicalDeviceVulkan13Features FEATURES ( pipelineCreationCacheControl ) REQUIREMENTS …
/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkPhysicalDevice.cpp185 features->pipelineCreationCacheControl = VK_TRUE; in getPhysicalDevicePipelineCreationCacheControlFeatures()
1640 CheckFeature(requested, supported, pipelineCreationCacheControl) && in hasExtendedFeatures()
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/
H A Dhk_physical_device.c344 .pipelineCreationCacheControl = true, in hk_get_device_features()
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/
H A Dpanvk_physical_device.c188 .pipelineCreationCacheControl = true, in get_features()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineCreationCacheControlTests.cpp321 if (features.pipelineCreationCacheControl == false) in checkSupport()
H A DvktPipelineShaderModuleIdentifierTests.cpp1756 if (features.pipelineCreationCacheControl == false) in checkSupport()
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
H A DvkDeviceFeatures.inl151 featureType.pipelineCreationCacheControl = allFeaturesBlobs.vk13.pipelineCreationCacheControl;
H A DvkDeviceFeatures2.inl2306 …acheControlFeatures[0].pipelineCreationCacheControl != devicePipelineCreationCacheControlFeatures[…
2477 …deviceVulkan13Features[0].pipelineCreationCacheControl != deviceVulkan13Features[1].pipelineCreati…
H A DvkMandatoryFeatures.inl3086 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 Dnvk_physical_device.c395 .pipelineCreationCacheControl = true, in nvk_get_device_features()
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
H A DvkMandatoryFeatures.inl1697 if ( physicalDeviceVulkan13Features.pipelineCreationCacheControl == VK_FALSE )
1699 …log << tcu::TestLog::Message << "Mandatory feature pipelineCreationCacheControl not supported" << …
H A DvkStructTypes.inl3541 VkBool32 pipelineCreationCacheControl; member
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/
H A DvktTestCase.cpp956 return !!vk13Features.pipelineCreationCacheControl; in isDeviceFunctionalitySupported()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp2309 …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 Dvkjson.cc872 visitor->Visit("pipelineCreationCacheControl", &features->pipelineCreationCacheControl) && in Iterate()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c439 .pipelineCreationCacheControl = true, in lvp_get_features()
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c392 .pipelineCreationCacheControl = true, in get_features()
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_physical_device.c443 .pipelineCreationCacheControl = true, in get_features()
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_physical_device.c860 .pipelineCreationCacheControl = true, in radv_physical_device_get_features()
/aosp_15_r20/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_structs.hpp33771 : 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 Dvn_protocol_renderer_device.h4696 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 Danv_device.c483 .pipelineCreationCacheControl = true, in get_features()
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/
H A Dtu_device.cc442 features->pipelineCreationCacheControl = true; in tu_get_features()
/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c781 .pipelineCreationCacheControl = false, in dzn_physical_device_get_features()
/aosp_15_r20/external/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_device.h6390 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()

12345