Searched refs:pipelineCreationCacheControl (Results 1 – 8 of 8) sorted by relevance
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/ |
| D | goldfish_vk_testing.cpp | 6291 if (!((a->pipelineCreationCacheControl) == (b->pipelineCreationCacheControl))) { in checkEqual_VkPhysicalDeviceVulkan13Features() 6692 if (!((a->pipelineCreationCacheControl) == (b->pipelineCreationCacheControl))) { in checkEqual_VkPhysicalDevicePipelineCreationCacheControlFeatures()
|
| D | goldfish_vk_marshaling.cpp | 10538 vkStream->write((VkBool32*)&forMarshaling->pipelineCreationCacheControl, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan13Features() 10577 vkStream->read((VkBool32*)&forUnmarshaling->pipelineCreationCacheControl, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan13Features() 11140 vkStream->write((VkBool32*)&forMarshaling->pipelineCreationCacheControl, sizeof(VkBool32)); in marshal_VkPhysicalDevicePipelineCreationCacheControlFeatures() 11164 vkStream->read((VkBool32*)&forUnmarshaling->pipelineCreationCacheControl, sizeof(VkBool32)); in unmarshal_VkPhysicalDevicePipelineCreationCacheControlFeatures()
|
| D | goldfish_vk_reserved_marshaling.cpp | 8136 memcpy((VkBool32*)&forUnmarshaling->pipelineCreationCacheControl, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan13Features() 8596 memcpy((VkBool32*)&forUnmarshaling->pipelineCreationCacheControl, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDevicePipelineCreationCacheControlFeatures()
|
| /device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/ |
| D | vulkan_structs.hpp | 61931 : pNext( pNext_ ), pipelineCreationCacheControl( pipelineCreationCacheControl_ ) 61959 pipelineCreationCacheControl = pipelineCreationCacheControl_; in setPipelineCreationCacheControl() 61983 return std::tie( sType, pNext, pipelineCreationCacheControl ); in reflect() 61998 && ( pipelineCreationCacheControl == rhs.pipelineCreationCacheControl ); in operator ==() 62011 VULKAN_HPP_NAMESPACE::Bool32 pipelineCreationCacheControl = {}; member 72412 …rBind( descriptorBindingInlineUniformBlockUpdateAfterBind_ ), pipelineCreationCacheControl( pipeli… 72458 pipelineCreationCacheControl = pipelineCreationCacheControl_; in setPipelineCreationCacheControl() 72548 …ormBlock, descriptorBindingInlineUniformBlockUpdateAfterBind, pipelineCreationCacheControl, privat… in reflect() 72566 && ( pipelineCreationCacheControl == rhs.pipelineCreationCacheControl ) in operator ==() 72593 VULKAN_HPP_NAMESPACE::Bool32 pipelineCreationCacheControl = {}; member
|
| D | vulkan_core.h | 6665 VkBool32 pipelineCreationCacheControl; member 6785 VkBool32 pipelineCreationCacheControl; member
|
| D | vulkan_hash.hpp | 8229 …H_COMBINE( seed, physicalDevicePipelineCreationCacheControlFeatures.pipelineCreationCacheControl ); in operator ()() 9714 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Features.pipelineCreationCacheControl ); in operator ()()
|
| /device/generic/goldfish-opengl/system/vulkan_enc/ |
| D | goldfish_vk_marshaling_guest.cpp | 8574 vkStream->write((VkBool32*)&forMarshaling->pipelineCreationCacheControl, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan13Features() 8602 vkStream->read((VkBool32*)&forUnmarshaling->pipelineCreationCacheControl, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan13Features() 9064 vkStream->write((VkBool32*)&forMarshaling->pipelineCreationCacheControl, sizeof(VkBool32)); in marshal_VkPhysicalDevicePipelineCreationCacheControlFeatures() 9076 vkStream->read((VkBool32*)&forUnmarshaling->pipelineCreationCacheControl, sizeof(VkBool32)); in unmarshal_VkPhysicalDevicePipelineCreationCacheControlFeatures()
|
| D | goldfish_vk_reserved_marshaling_guest.cpp | 5864 memcpy(*ptr, (VkBool32*)&forMarshaling->pipelineCreationCacheControl, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceVulkan13Features() 6204 memcpy(*ptr, (VkBool32*)&forMarshaling->pipelineCreationCacheControl, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDevicePipelineCreationCacheControlFeatures()
|