Searched refs:pipelineCreationCacheControl (Results 1 – 7 of 7) sorted by relevance
/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
|
D | vulkansc_hash.hpp | 4719 …H_COMBINE( seed, physicalDevicePipelineCreationCacheControlFeatures.pipelineCreationCacheControl ); in operator ()() 5508 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Features.pipelineCreationCacheControl ); in operator ()()
|
D | vulkan_structs.hpp | 69386 : pNext( pNext_ ), pipelineCreationCacheControl( pipelineCreationCacheControl_ ) 69414 pipelineCreationCacheControl = pipelineCreationCacheControl_; in setPipelineCreationCacheControl() 69438 return std::tie( sType, pNext, pipelineCreationCacheControl ); in reflect() 69453 && ( pipelineCreationCacheControl == rhs.pipelineCreationCacheControl ); in operator ==() 69466 VULKAN_HPP_NAMESPACE::Bool32 pipelineCreationCacheControl = {}; member 81021 …rBind( descriptorBindingInlineUniformBlockUpdateAfterBind_ ), pipelineCreationCacheControl( pipeli… 81067 pipelineCreationCacheControl = pipelineCreationCacheControl_; in setPipelineCreationCacheControl() 81157 …ormBlock, descriptorBindingInlineUniformBlockUpdateAfterBind, pipelineCreationCacheControl, privat… in reflect() 81175 && ( pipelineCreationCacheControl == rhs.pipelineCreationCacheControl ) in operator ==() 81202 VULKAN_HPP_NAMESPACE::Bool32 pipelineCreationCacheControl = {}; member
|
D | vulkan_core.h | 6851 VkBool32 pipelineCreationCacheControl; member 6971 VkBool32 pipelineCreationCacheControl; member
|
D | vulkan_hash.hpp | 9109 …H_COMBINE( seed, physicalDevicePipelineCreationCacheControlFeatures.pipelineCreationCacheControl ); in operator ()() 10750 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Features.pipelineCreationCacheControl ); in operator ()()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 10547 vkStream->write((VkBool32*)&forMarshaling->pipelineCreationCacheControl, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan13Features() 10586 vkStream->read((VkBool32*)&forUnmarshaling->pipelineCreationCacheControl, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan13Features() 11149 vkStream->write((VkBool32*)&forMarshaling->pipelineCreationCacheControl, sizeof(VkBool32)); in marshal_VkPhysicalDevicePipelineCreationCacheControlFeatures() 11173 vkStream->read((VkBool32*)&forUnmarshaling->pipelineCreationCacheControl, sizeof(VkBool32)); in unmarshal_VkPhysicalDevicePipelineCreationCacheControlFeatures()
|
D | goldfish_vk_reserved_marshaling.cpp | 8145 memcpy((VkBool32*)&forUnmarshaling->pipelineCreationCacheControl, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan13Features() 8605 memcpy((VkBool32*)&forUnmarshaling->pipelineCreationCacheControl, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDevicePipelineCreationCacheControlFeatures()
|