Home
last modified time | relevance | path

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

/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
Dvulkansc_hash.hpp4719 …H_COMBINE( seed, physicalDevicePipelineCreationCacheControlFeatures.pipelineCreationCacheControl ); in operator ()()
5508 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Features.pipelineCreationCacheControl ); in operator ()()
Dvulkan_structs.hpp69386 : 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
Dvulkan_core.h6851 VkBool32 pipelineCreationCacheControl; member
6971 VkBool32 pipelineCreationCacheControl; member
Dvulkan_hash.hpp9109 …H_COMBINE( seed, physicalDevicePipelineCreationCacheControlFeatures.pipelineCreationCacheControl ); in operator ()()
10750 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Features.pipelineCreationCacheControl ); in operator ()()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp10547 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()
Dgoldfish_vk_reserved_marshaling.cpp8145 memcpy((VkBool32*)&forUnmarshaling->pipelineCreationCacheControl, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan13Features()
8605 memcpy((VkBool32*)&forUnmarshaling->pipelineCreationCacheControl, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDevicePipelineCreationCacheControlFeatures()