Home
last modified time | relevance | path

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

12

/external/deqp/external/vulkancts/scripts/src/
Dmandatory_features.txt44 VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT FEATURES ( pipelineCreationCacheControl ) …
159 VkPhysicalDeviceVulkan13Features FEATURES ( pipelineCreationCacheControl ) REQUIREMENTS …
/external/swiftshader/src/Vulkan/
DVkPhysicalDevice.cpp185 features->pipelineCreationCacheControl = VK_TRUE; in getPhysicalDevicePipelineCreationCacheControlFeatures()
1631 CheckFeature(requested, supported, pipelineCreationCacheControl) && in hasExtendedFeatures()
DlibVulkan.cpp965 (void)pipelineCreationCacheControlFeatures->pipelineCreationCacheControl; in vkCreateDevice()
/external/mesa3d/src/nouveau/vulkan/
Dnvk_physical_device.c350 .pipelineCreationCacheControl = true, in nvk_get_device_features()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineCreationCacheControlTests.cpp321 if (features.pipelineCreationCacheControl == false) in checkSupport()
DvktPipelineShaderModuleIdentifierTests.cpp1752 if (features.pipelineCreationCacheControl == false) in checkSupport()
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
DvkDeviceFeatures.inl151 featureType.pipelineCreationCacheControl = allFeaturesBlobs.vk13.pipelineCreationCacheControl;
DvkDeviceFeatures2.inl2306 …acheControlFeatures[0].pipelineCreationCacheControl != devicePipelineCreationCacheControlFeatures[…
2477 …deviceVulkan13Features[0].pipelineCreationCacheControl != deviceVulkan13Features[1].pipelineCreati…
DvkMandatoryFeatures.inl3066 if ( physicalDeviceVulkan13Features.pipelineCreationCacheControl == VK_FALSE )
3068 …log << tcu::TestLog::Message << "Mandatory feature pipelineCreationCacheControl not supported" << …
DvkStructTypes.inl5245 VkBool32 pipelineCreationCacheControl; member
5405 VkBool32 pipelineCreationCacheControl; member
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
DvkMandatoryFeatures.inl1697 if ( physicalDeviceVulkan13Features.pipelineCreationCacheControl == VK_FALSE )
1699 …log << tcu::TestLog::Message << "Mandatory feature pipelineCreationCacheControl not supported" << …
DvkStructTypes.inl3541 VkBool32 pipelineCreationCacheControl; member
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.cpp956 return !!vk13Features.pipelineCreationCacheControl; in isDeviceFunctionalitySupported()
/external/mesa3d/src/panfrost/vulkan/
Dpanvk_device.c266 .pipelineCreationCacheControl = false, in panvk_get_features()
/external/deqp/external/vulkancts/modules/vulkan/api/
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()
DvktApiObjectManagementTests.cpp3508 !context.getPipelineCreationCacheControlFeatures().pipelineCreationCacheControl) in checkPipelineCacheControlSupport()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c371 .pipelineCreationCacheControl = true, in get_features()
/external/mesa3d/src/amd/vulkan/
Dradv_physical_device.c826 .pipelineCreationCacheControl = true, in radv_physical_device_get_features()
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c385 .pipelineCreationCacheControl = true, in lvp_get_features()
/external/mesa3d/src/intel/vulkan_hasvk/
Danv_device.c468 .pipelineCreationCacheControl = true, in get_features()
/external/virglrenderer/src/venus/venus-protocol/
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()
/external/mesa3d/src/freedreno/vulkan/
Dtu_device.cc411 features->pipelineCreationCacheControl = true; in tu_get_features()
/external/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_device.h6259 size += vn_sizeof_VkBool32(&val->pipelineCreationCacheControl); in vn_sizeof_VkPhysicalDevicePipelineCreationCacheControlFeatures_self()
6286 vn_encode_VkBool32(enc, &val->pipelineCreationCacheControl); in vn_encode_VkPhysicalDevicePipelineCreationCacheControlFeatures_self()
6310 vn_decode_VkBool32(dec, &val->pipelineCreationCacheControl); in vn_decode_VkPhysicalDevicePipelineCreationCacheControlFeatures_self()
6940 size += vn_sizeof_VkBool32(&val->pipelineCreationCacheControl); in vn_sizeof_VkPhysicalDeviceVulkan13Features_self()
6981 vn_encode_VkBool32(enc, &val->pipelineCreationCacheControl); in vn_encode_VkPhysicalDeviceVulkan13Features_self()
7019 vn_decode_VkBool32(dec, &val->pipelineCreationCacheControl); in vn_decode_VkPhysicalDeviceVulkan13Features_self()
/external/mesa3d/src/microsoft/vulkan/
Ddzn_device.c774 .pipelineCreationCacheControl = false, in dzn_physical_device_get_features()
/external/mesa3d/src/intel/vulkan/
Danv_device.c574 .pipelineCreationCacheControl = true, in get_features()

12