Home
last modified time | relevance | path

Searched refs:sampler_reduction (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/intel/vulkan/
DgenX_state.c445 VkSamplerReductionModeCreateInfo *sampler_reduction = in genX() local
448 vk_to_gen_sampler_reduction_mode[sampler_reduction->reductionMode]; in genX()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c7428 const struct VkSamplerReductionModeCreateInfo *sampler_reduction = in radv_init_sampler() local
7431 if (sampler_reduction) in radv_init_sampler()
7432 filter_mode = radv_tex_filter_mode(sampler_reduction->reductionMode); in radv_init_sampler()