Home
last modified time | relevance | path

Searched refs:VkSamplerReductionMode (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvk_enum_string_helper.h5156 static inline const char* string_VkSamplerReductionMode(VkSamplerReductionMode input_value) in string_VkSamplerReductionMode()
Dvulkan_core.h5854 typedef enum VkSamplerReductionMode { enum
5863 } VkSamplerReductionMode; typedef
6302 VkSamplerReductionMode reductionMode;
12073 typedef VkSamplerReductionMode VkSamplerReductionModeEXT;
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp9541 vkStream->write((VkSamplerReductionMode*)&forMarshaling->reductionMode, in marshal_VkSamplerReductionModeCreateInfo()
9542 sizeof(VkSamplerReductionMode)); in marshal_VkSamplerReductionModeCreateInfo()
9565 vkStream->read((VkSamplerReductionMode*)&forUnmarshaling->reductionMode, in unmarshal_VkSamplerReductionModeCreateInfo()
9566 sizeof(VkSamplerReductionMode)); in unmarshal_VkSamplerReductionModeCreateInfo()
Dgoldfish_vk_reserved_marshaling.cpp7331 memcpy((VkSamplerReductionMode*)&forUnmarshaling->reductionMode, *ptr, in reservedunmarshal_VkSamplerReductionModeCreateInfo()
7332 sizeof(VkSamplerReductionMode)); in reservedunmarshal_VkSamplerReductionModeCreateInfo()
7333 *ptr += sizeof(VkSamplerReductionMode); in reservedunmarshal_VkSamplerReductionModeCreateInfo()