Searched refs:reductionMode (Results 1 – 12 of 12) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_sampler.c | 128 sampler->reduction_mode = rm_info->reductionMode; in vk_sampler_create()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_QCOM_image_processing.adoc | 393 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/ |
D | draw_dispatch_common.adoc | 84 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/ |
D | samplers.adoc | 273 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
|
D | textures.adoc | 2608 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/ |
D | vulkansc_hash.hpp | 6417 VULKAN_HPP_HASH_COMBINE( seed, samplerReductionModeCreateInfo.reductionMode ); in operator ()()
|
D | vulkan_hash.hpp | 12395 VULKAN_HPP_HASH_COMBINE( seed, samplerReductionModeCreateInfo.reductionMode ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 7857 vkStream->write((VkSamplerReductionMode*)&forMarshaling->reductionMode, in marshal_VkSamplerReductionModeCreateInfo() 7870 vkStream->read((VkSamplerReductionMode*)&forUnmarshaling->reductionMode, in unmarshal_VkSamplerReductionModeCreateInfo()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 5405 memcpy(*ptr, (VkSamplerReductionMode*)&forMarshaling->reductionMode, in reservedmarshal_VkSamplerReductionModeCreateInfo()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 9540 vkStream->write((VkSamplerReductionMode*)&forMarshaling->reductionMode, in marshal_VkSamplerReductionModeCreateInfo() 9564 vkStream->read((VkSamplerReductionMode*)&forUnmarshaling->reductionMode, in unmarshal_VkSamplerReductionModeCreateInfo()
|
D | goldfish_vk_reserved_marshaling.cpp | 7323 memcpy((VkSamplerReductionMode*)&forUnmarshaling->reductionMode, *ptr, in reservedunmarshal_VkSamplerReductionModeCreateInfo()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 6258 VkSamplerReductionMode reductionMode; member
|