Home
last modified time | relevance | path

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

12

/external/swiftshader/src/Vulkan/
DVkPhysicalDevice.cpp185 features->pipelineCreationCacheControl = VK_TRUE; in getPhysicalDevicePipelineCreationCacheControlFeatures()
1560 CheckFeature(requested, supported, pipelineCreationCacheControl) && in hasExtendedFeatures()
DlibVulkan.cpp895 (void)pipelineCreationCacheControlFeatures->pipelineCreationCacheControl; in vkCreateDevice()
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
DvkDeviceFeatures.inl151 featureType.pipelineCreationCacheControl = allFeaturesBlobs.vk13.pipelineCreationCacheControl;
DvkMandatoryFeatures.inl2517 if ( physicalDeviceVulkan13Features.pipelineCreationCacheControl == VK_FALSE )
2519 …log << tcu::TestLog::Message << "Mandatory feature pipelineCreationCacheControl not supported" << …
DvkDeviceFeatures2.inl2232 …acheControlFeatures[0].pipelineCreationCacheControl != devicePipelineCreationCacheControlFeatures[…
2403 …deviceVulkan13Features[0].pipelineCreationCacheControl != deviceVulkan13Features[1].pipelineCreati…
DvkStructTypes.inl5111 VkBool32 pipelineCreationCacheControl; member
5271 VkBool32 pipelineCreationCacheControl; member
DvkDeviceFeatureTest.inl3658 FEATURE_ITEM (VkPhysicalDevicePipelineCreationCacheControlFeatures, pipelineCreationCacheControl),
3859 FEATURE_ITEM (VkPhysicalDeviceVulkan13Features, pipelineCreationCacheControl),
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineCreationCacheControlTests.cpp319 if (features.pipelineCreationCacheControl == DE_FALSE) in checkSupport()
DvktPipelineShaderModuleIdentifierTests.cpp1689 if (features.pipelineCreationCacheControl == DE_FALSE) in checkSupport()
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.cpp694 return !!vk13Features.pipelineCreationCacheControl; in isDeviceFunctionalitySupported()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp2044 …_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/
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()
Dvulkan_core.h6654 VkBool32 pipelineCreationCacheControl; member
6774 VkBool32 pipelineCreationCacheControl; member
/external/mesa3d/src/intel/vulkan/
Danv_device.c1270 features->pipelineCreationCacheControl = true; in anv_GetPhysicalDeviceFeatures2()
/external/angle/src/libANGLE/renderer/vulkan/
DRendererVk.cpp4012 mPipelineCreationCacheControlFeatures.pipelineCreationCacheControl && !isSwiftShader); in initFeatures()
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp66165 , 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
Dvulkan_core.h6775 VkBool32 pipelineCreationCacheControl; member
6895 VkBool32 pipelineCreationCacheControl; member
Dvulkan_hash.hpp8920 …H_COMBINE( seed, physicalDevicePipelineCreationCacheControlFeatures.pipelineCreationCacheControl ); in operator ()()
10583 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Features.pipelineCreationCacheControl ); in operator ()()
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp61733 : 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
Dvulkan_core.h6659 VkBool32 pipelineCreationCacheControl; member
6779 VkBool32 pipelineCreationCacheControl; member
Dvulkan_hash.hpp8196 …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/
Dvulkan_structs.hpp69637 , 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
Dvulkan_core.h6775 VkBool32 pipelineCreationCacheControl; member
6895 VkBool32 pipelineCreationCacheControl; member
/external/gfxstream-protocols/include/vulkan/include/vulkan/
Dvulkan_core.h6718 VkBool32 pipelineCreationCacheControl; member
6838 VkBool32 pipelineCreationCacheControl; member
/external/mesa3d/src/amd/vulkan/
Dradv_device.c1417 features-> pipelineCreationCacheControl = true; in radv_GetPhysicalDeviceFeatures2()

12