| /external/swiftshader/src/Vulkan/ |
| D | VkPhysicalDevice.cpp | 185 features->pipelineCreationCacheControl = VK_TRUE; in getPhysicalDevicePipelineCreationCacheControlFeatures() 1560 CheckFeature(requested, supported, pipelineCreationCacheControl) && in hasExtendedFeatures()
|
| D | libVulkan.cpp | 895 (void)pipelineCreationCacheControlFeatures->pipelineCreationCacheControl; in vkCreateDevice()
|
| /external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/ |
| D | vkDeviceFeatures.inl | 151 featureType.pipelineCreationCacheControl = allFeaturesBlobs.vk13.pipelineCreationCacheControl;
|
| D | vkMandatoryFeatures.inl | 2517 if ( physicalDeviceVulkan13Features.pipelineCreationCacheControl == VK_FALSE ) 2519 …log << tcu::TestLog::Message << "Mandatory feature pipelineCreationCacheControl not supported" << …
|
| D | vkDeviceFeatures2.inl | 2232 …acheControlFeatures[0].pipelineCreationCacheControl != devicePipelineCreationCacheControlFeatures[… 2403 …deviceVulkan13Features[0].pipelineCreationCacheControl != deviceVulkan13Features[1].pipelineCreati…
|
| D | vkStructTypes.inl | 5111 VkBool32 pipelineCreationCacheControl; member 5271 VkBool32 pipelineCreationCacheControl; member
|
| D | vkDeviceFeatureTest.inl | 3658 FEATURE_ITEM (VkPhysicalDevicePipelineCreationCacheControlFeatures, pipelineCreationCacheControl), 3859 FEATURE_ITEM (VkPhysicalDeviceVulkan13Features, pipelineCreationCacheControl),
|
| /external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineCreationCacheControlTests.cpp | 319 if (features.pipelineCreationCacheControl == DE_FALSE) in checkSupport()
|
| D | vktPipelineShaderModuleIdentifierTests.cpp | 1689 if (features.pipelineCreationCacheControl == DE_FALSE) in checkSupport()
|
| /external/deqp/external/vulkancts/modules/vulkan/ |
| D | vktTestCase.cpp | 694 return !!vk13Features.pipelineCreationCacheControl; in isDeviceFunctionalitySupported()
|
| /external/deqp/external/vulkancts/modules/vulkan/api/ |
| D | vktApiFeatureInfo.cpp | 2044 …_ITEM(vulkan13Features, pipelineCreationCacheControlFeatures, pipelineCreationCacheControl, "… in featureBitInfluenceOnDeviceCreate() 5512 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan13Features, pipelineCreationCacheControl), in deviceFeaturesVulkan13() 6098 …n13Features.pipelineCreationCacheControl" }, vulkan13Features.pipelineCreationCacheControl }, in deviceFeatureExtensionsConsistencyVulkan13() 6162 …(pipelineCreationCacheControlFeatures.pipelineCreationCacheControl != vulkan13Features.pipelineCre… in deviceFeatureExtensionsConsistencyVulkan13()
|
| /external/virglrenderer/src/venus/venus-protocol/ |
| 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()
|
| D | vulkan_core.h | 6654 VkBool32 pipelineCreationCacheControl; member 6774 VkBool32 pipelineCreationCacheControl; member
|
| /external/mesa3d/src/intel/vulkan/ |
| D | anv_device.c | 1270 features->pipelineCreationCacheControl = true; in anv_GetPhysicalDeviceFeatures2()
|
| /external/angle/src/libANGLE/renderer/vulkan/ |
| D | RendererVk.cpp | 4012 mPipelineCreationCacheControlFeatures.pipelineCreationCacheControl && !isSwiftShader); in initFeatures()
|
| /external/vulkan-headers/include/vulkan/ |
| D | vulkan_structs.hpp | 66165 , pipelineCreationCacheControl( pipelineCreationCacheControl_ ) 66197 pipelineCreationCacheControl = pipelineCreationCacheControl_; in setPipelineCreationCacheControl() 66220 return std::tie( sType, pNext, pipelineCreationCacheControl ); in reflect() 66232 … rhs.sType ) && ( pNext == rhs.pNext ) && ( pipelineCreationCacheControl == rhs.pipelineCreationCa… in operator ==() 66245 VULKAN_HPP_NAMESPACE::Bool32 pipelineCreationCacheControl = {}; member 77662 , pipelineCreationCacheControl( pipelineCreationCacheControl_ ) 77722 pipelineCreationCacheControl = pipelineCreationCacheControl_; in setPipelineCreationCacheControl() 77837 pipelineCreationCacheControl, in reflect() 77863 …( pipelineCreationCacheControl == rhs.pipelineCreationCacheControl ) && ( privateData == rhs.priva… in operator ==() 77884 VULKAN_HPP_NAMESPACE::Bool32 pipelineCreationCacheControl = {}; member
|
| D | vulkan_core.h | 6775 VkBool32 pipelineCreationCacheControl; member 6895 VkBool32 pipelineCreationCacheControl; member
|
| D | vulkan_hash.hpp | 8920 …H_COMBINE( seed, physicalDevicePipelineCreationCacheControlFeatures.pipelineCreationCacheControl ); in operator ()() 10583 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Features.pipelineCreationCacheControl ); in operator ()()
|
| /external/swiftshader/include/vulkan/ |
| D | vulkan_structs.hpp | 61733 : pNext( pNext_ ), pipelineCreationCacheControl( pipelineCreationCacheControl_ ) 61761 pipelineCreationCacheControl = pipelineCreationCacheControl_; in setPipelineCreationCacheControl() 61785 return std::tie( sType, pNext, pipelineCreationCacheControl ); in reflect() 61800 && ( pipelineCreationCacheControl == rhs.pipelineCreationCacheControl ); in operator ==() 61813 VULKAN_HPP_NAMESPACE::Bool32 pipelineCreationCacheControl = {}; member 72214 …rBind( descriptorBindingInlineUniformBlockUpdateAfterBind_ ), pipelineCreationCacheControl( pipeli… 72260 pipelineCreationCacheControl = pipelineCreationCacheControl_; in setPipelineCreationCacheControl() 72350 …ormBlock, descriptorBindingInlineUniformBlockUpdateAfterBind, pipelineCreationCacheControl, privat… in reflect() 72368 && ( pipelineCreationCacheControl == rhs.pipelineCreationCacheControl ) in operator ==() 72395 VULKAN_HPP_NAMESPACE::Bool32 pipelineCreationCacheControl = {}; member
|
| D | vulkan_core.h | 6659 VkBool32 pipelineCreationCacheControl; member 6779 VkBool32 pipelineCreationCacheControl; member
|
| D | vulkan_hash.hpp | 8196 …H_COMBINE( seed, physicalDevicePipelineCreationCacheControlFeatures.pipelineCreationCacheControl ); in operator ()() 9681 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Features.pipelineCreationCacheControl ); in operator ()()
|
| /external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/ |
| D | vulkan_structs.hpp | 69637 , pipelineCreationCacheControl( pipelineCreationCacheControl_ ) 69669 pipelineCreationCacheControl = pipelineCreationCacheControl_; in setPipelineCreationCacheControl() 69692 return std::tie( sType, pNext, pipelineCreationCacheControl ); in reflect() 69704 … rhs.sType ) && ( pNext == rhs.pNext ) && ( pipelineCreationCacheControl == rhs.pipelineCreationCa… in operator ==() 69717 VULKAN_HPP_NAMESPACE::Bool32 pipelineCreationCacheControl = {}; member 82065 , pipelineCreationCacheControl( pipelineCreationCacheControl_ ) 82125 pipelineCreationCacheControl = pipelineCreationCacheControl_; in setPipelineCreationCacheControl() 82240 pipelineCreationCacheControl, in reflect() 82266 …( pipelineCreationCacheControl == rhs.pipelineCreationCacheControl ) && ( privateData == rhs.priva… in operator ==() 82287 VULKAN_HPP_NAMESPACE::Bool32 pipelineCreationCacheControl = {}; member
|
| D | vulkan_core.h | 6775 VkBool32 pipelineCreationCacheControl; member 6895 VkBool32 pipelineCreationCacheControl; member
|
| /external/gfxstream-protocols/include/vulkan/include/vulkan/ |
| D | vulkan_core.h | 6718 VkBool32 pipelineCreationCacheControl; member 6838 VkBool32 pipelineCreationCacheControl; member
|
| /external/mesa3d/src/amd/vulkan/ |
| D | radv_device.c | 1417 features-> pipelineCreationCacheControl = true; in radv_GetPhysicalDeviceFeatures2()
|