Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_testing.cpp6291 if (!((a->pipelineCreationCacheControl) == (b->pipelineCreationCacheControl))) { in checkEqual_VkPhysicalDeviceVulkan13Features()
6692 if (!((a->pipelineCreationCacheControl) == (b->pipelineCreationCacheControl))) { in checkEqual_VkPhysicalDevicePipelineCreationCacheControlFeatures()
Dgoldfish_vk_marshaling.cpp10538 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()
Dgoldfish_vk_reserved_marshaling.cpp8136 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/
Dvulkan_structs.hpp61931 : 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
Dvulkan_core.h6665 VkBool32 pipelineCreationCacheControl; member
6785 VkBool32 pipelineCreationCacheControl; member
Dvulkan_hash.hpp8229 …H_COMBINE( seed, physicalDevicePipelineCreationCacheControlFeatures.pipelineCreationCacheControl ); in operator ()()
9714 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Features.pipelineCreationCacheControl ); in operator ()()
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp8574 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp5864 memcpy(*ptr, (VkBool32*)&forMarshaling->pipelineCreationCacheControl, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceVulkan13Features()
6204 memcpy(*ptr, (VkBool32*)&forMarshaling->pipelineCreationCacheControl, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDevicePipelineCreationCacheControlFeatures()