Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_sampler.h72 VkSamplerReductionMode reduction_mode;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_QCOM_filter_cubic_clamp.adoc37 This extension extends elink:VkSamplerReductionMode, adding
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsamplers.adoc477 * 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[]
Dformats.adoc1924 elink:VkSamplerReductionMode.
2442 elink:VkSamplerReductionMode.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_QCOM_image_processing.adoc294 link:{refpage}VkSamplerReductionMode.html[VkSamplerReductionModes].
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5812 typedef enum VkSamplerReductionMode { enum
5820 } VkSamplerReductionMode; typedef
6258 VkSamplerReductionMode reductionMode;
12027 typedef VkSamplerReductionMode VkSamplerReductionModeEXT;
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvk_enum_string_helper.h5156 static inline const char* string_VkSamplerReductionMode(VkSamplerReductionMode input_value) in string_VkSamplerReductionMode()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_reserved_marshaling_guest.cpp5405 memcpy(*ptr, (VkSamplerReductionMode*)&forMarshaling->reductionMode, in reservedmarshal_VkSamplerReductionModeCreateInfo()
5406 sizeof(VkSamplerReductionMode)); in reservedmarshal_VkSamplerReductionModeCreateInfo()
5407 *ptr += sizeof(VkSamplerReductionMode); in reservedmarshal_VkSamplerReductionModeCreateInfo()
Dgoldfish_vk_marshaling_guest.cpp7857 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()
Dgoldfish_vk_counting_guest.cpp4197 *count += sizeof(VkSamplerReductionMode); in count_VkSamplerReductionModeCreateInfo()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp9540 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()
Dgoldfish_vk_reserved_marshaling.cpp7323 memcpy((VkSamplerReductionMode*)&forUnmarshaling->reductionMode, *ptr, in reservedunmarshal_VkSamplerReductionModeCreateInfo()
7324 sizeof(VkSamplerReductionMode)); in reservedunmarshal_VkSamplerReductionModeCreateInfo()
7325 *ptr += sizeof(VkSamplerReductionMode); in reservedunmarshal_VkSamplerReductionModeCreateInfo()