Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_sampler.c128 sampler->reduction_mode = rm_info->reductionMode; in vk_sampler_create()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_QCOM_image_processing.adoc393 If the sampler `reductionMode` is `VK_SAMPLER_REDUCTION_MODE_WEIGHTED_AVERAGE` then the
400 If the sampler `reductionMode` is VK_SAMPLER_REDUCTION_MODE_MIN or VK_SAMPLER_REDUCTION_MODE_MAX,
496 If the sampler `reductionMode` is `VK_SAMPLER_REDUCTION_MODE_WEIGHTED_AVERAGE` then the
501 If the sampler `reductionMode` is VK_SAMPLER_REDUCTION_MODE_MIN or VK_SAMPLER_REDUCTION_MODE_MAX,
536 If the sampler `reductionMode` is `VK_SAMPLER_REDUCTION_MODE_WEIGHTED_AVERAGE` then the
540 If the sampler `reductionMode` is VK_SAMPLER_REDUCTION_MODE_MIN or VK_SAMPLER_REDUCTION_MODE_MAX,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Ddraw_dispatch_common.adoc84 slink:VkSamplerReductionModeCreateInfo::pname:reductionMode equal to
86 * [[VUID-{refpage}-reductionMode-09213]]
88 slink:VkSamplerReductionModeCreateInfo::pname:reductionMode equal to
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsamplers.adoc273 the pname:reductionMode member of slink:VkSamplerReductionModeCreateInfo
278 If pname:compareEnable is ename:VK_TRUE, the pname:reductionMode member
477 * pname:reductionMode is a elink:VkSamplerReductionMode value controlling
484 If this structure is not present, pname:reductionMode is considered to be
Dtextures.adoc2608 The slink:VkSamplerReductionModeCreateInfo::pname:reductionMode can: control
2612 When the pname:reductionMode is set (explicitly or implicitly) to
2914 The slink:VkSamplerReductionModeCreateInfo::pname:reductionMode can: control
2918 When the pname:reductionMode is set (explicitly or implicitly) to
2946 When the pname:reductionMode is set to
2986 The slink:VkSamplerReductionModeCreateInfo::pname:reductionMode can: control
2990 When the pname:reductionMode is set (explicitly or implicitly) to
3071 When slink:VkSamplerReductionModeCreateInfo::pname:reductionMode is set to
3567 When slink:VkSamplerReductionModeCreateInfo::pname:reductionMode is set to
3732 When slink:VkSamplerReductionModeCreateInfo::pname:reductionMode is set to
[all …]
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp6417 VULKAN_HPP_HASH_COMBINE( seed, samplerReductionModeCreateInfo.reductionMode ); in operator ()()
Dvulkan_hash.hpp12395 VULKAN_HPP_HASH_COMBINE( seed, samplerReductionModeCreateInfo.reductionMode ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp7857 vkStream->write((VkSamplerReductionMode*)&forMarshaling->reductionMode, in marshal_VkSamplerReductionModeCreateInfo()
7870 vkStream->read((VkSamplerReductionMode*)&forUnmarshaling->reductionMode, in unmarshal_VkSamplerReductionModeCreateInfo()
Dgoldfish_vk_reserved_marshaling_guest.cpp5405 memcpy(*ptr, (VkSamplerReductionMode*)&forMarshaling->reductionMode, in reservedmarshal_VkSamplerReductionModeCreateInfo()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp9540 vkStream->write((VkSamplerReductionMode*)&forMarshaling->reductionMode, in marshal_VkSamplerReductionModeCreateInfo()
9564 vkStream->read((VkSamplerReductionMode*)&forUnmarshaling->reductionMode, in unmarshal_VkSamplerReductionModeCreateInfo()
Dgoldfish_vk_reserved_marshaling.cpp7323 memcpy((VkSamplerReductionMode*)&forUnmarshaling->reductionMode, *ptr, in reservedunmarshal_VkSamplerReductionModeCreateInfo()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h6258 VkSamplerReductionMode reductionMode; member