Searched refs:VkSamplerReductionMode (Results 1 – 12 of 12) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_sampler.h | 72 VkSamplerReductionMode reduction_mode;
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_QCOM_filter_cubic_clamp.adoc | 37 This extension extends elink:VkSamplerReductionMode, adding
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | samplers.adoc | 477 * pname:reductionMode is a elink:VkSamplerReductionMode value controlling 490 [open,refpage='VkSamplerReductionMode',desc='Specify reduction mode for texture filtering',type='en… 492 Reduction modes are specified by elink:VkSamplerReductionMode, which takes 495 include::{generated}/api/enums/VkSamplerReductionMode.adoc[]
|
D | formats.adoc | 1924 elink:VkSamplerReductionMode. 2442 elink:VkSamplerReductionMode.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_QCOM_image_processing.adoc | 294 link:{refpage}VkSamplerReductionMode.html[VkSamplerReductionModes].
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5812 typedef enum VkSamplerReductionMode { enum 5820 } VkSamplerReductionMode; typedef 6258 VkSamplerReductionMode reductionMode; 12027 typedef VkSamplerReductionMode VkSamplerReductionModeEXT;
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vk_enum_string_helper.h | 5156 static inline const char* string_VkSamplerReductionMode(VkSamplerReductionMode input_value) in string_VkSamplerReductionMode()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_reserved_marshaling_guest.cpp | 5405 memcpy(*ptr, (VkSamplerReductionMode*)&forMarshaling->reductionMode, in reservedmarshal_VkSamplerReductionModeCreateInfo() 5406 sizeof(VkSamplerReductionMode)); in reservedmarshal_VkSamplerReductionModeCreateInfo() 5407 *ptr += sizeof(VkSamplerReductionMode); in reservedmarshal_VkSamplerReductionModeCreateInfo()
|
D | goldfish_vk_marshaling_guest.cpp | 7857 vkStream->write((VkSamplerReductionMode*)&forMarshaling->reductionMode, in marshal_VkSamplerReductionModeCreateInfo() 7858 sizeof(VkSamplerReductionMode)); in marshal_VkSamplerReductionModeCreateInfo() 7870 vkStream->read((VkSamplerReductionMode*)&forUnmarshaling->reductionMode, in unmarshal_VkSamplerReductionModeCreateInfo() 7871 sizeof(VkSamplerReductionMode)); in unmarshal_VkSamplerReductionModeCreateInfo()
|
D | goldfish_vk_counting_guest.cpp | 4197 *count += sizeof(VkSamplerReductionMode); in count_VkSamplerReductionModeCreateInfo()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 9540 vkStream->write((VkSamplerReductionMode*)&forMarshaling->reductionMode, in marshal_VkSamplerReductionModeCreateInfo() 9541 sizeof(VkSamplerReductionMode)); in marshal_VkSamplerReductionModeCreateInfo() 9564 vkStream->read((VkSamplerReductionMode*)&forUnmarshaling->reductionMode, in unmarshal_VkSamplerReductionModeCreateInfo() 9565 sizeof(VkSamplerReductionMode)); in unmarshal_VkSamplerReductionModeCreateInfo()
|
D | goldfish_vk_reserved_marshaling.cpp | 7323 memcpy((VkSamplerReductionMode*)&forUnmarshaling->reductionMode, *ptr, in reservedunmarshal_VkSamplerReductionModeCreateInfo() 7324 sizeof(VkSamplerReductionMode)); in reservedunmarshal_VkSamplerReductionModeCreateInfo() 7325 *ptr += sizeof(VkSamplerReductionMode); in reservedunmarshal_VkSamplerReductionModeCreateInfo()
|