Home
last modified time | relevance | path

Searched refs:reduction_mode (Results 1 - 17 of 17) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Dsamplerobj.h115 reduction_to_gallium(GLenum reduction_mode) in reduction_to_gallium() argument
117 switch (reduction_mode) { in reduction_to_gallium()
H A Dsamplerobj.c153 sampObj->Attrib.state.reduction_mode = PIPE_TEX_REDUCTION_WEIGHTED_AVERAGE; in _mesa_init_sampler_object()
860 samp->Attrib.state.reduction_mode = reduction_to_gallium(param); in set_sampler_reduction_mode()
H A Dtexobj.c359 obj->Sampler.Attrib.state.reduction_mode = PIPE_TEX_REDUCTION_WEIGHTED_AVERAGE; in _mesa_initialize_texture_object()
H A Dtexparam.c626 texObj->Sampler.Attrib.state.reduction_mode = reduction_to_gallium(mode); in set_tex_parameteri()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_util.h266 tu6_reduction_mode(VkSamplerReductionMode reduction_mode)
268 return (enum a6xx_reduction_mode) reduction_mode;
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c693 bld->static_sampler_state->reduction_mode, in lp_build_sample_fetch_image_linear()
703 bld->static_sampler_state->reduction_mode, in lp_build_sample_fetch_image_linear()
716 bld->static_sampler_state->reduction_mode, in lp_build_sample_fetch_image_linear()
1087 bld->static_sampler_state->reduction_mode, in lp_build_sample_mipmap()
H A Dlp_bld_sample.h211 unsigned reduction_mode:2; member
H A Dlp_bld_sample_soa.c1365 bld->static_sampler_state->reduction_mode, in lp_build_sample_image_linear()
1406 bld->static_sampler_state->reduction_mode == PIPE_TEX_REDUCTION_WEIGHTED_AVERAGE) { in lp_build_sample_image_linear()
1626 bld->static_sampler_state->reduction_mode, in lp_build_sample_image_linear()
1664 bld->static_sampler_state->reduction_mode == PIPE_TEX_REDUCTION_WEIGHTED_AVERAGE) { in lp_build_sample_image_linear()
1709 bld->static_sampler_state->reduction_mode, in lp_build_sample_image_linear()
1722 bld->static_sampler_state->reduction_mode, in lp_build_sample_image_linear()
H A Dlp_bld_sample.c200 state->reduction_mode = sampler->reduction_mode; in lp_sampler_static_sampler_state()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_state.h432 unsigned reduction_mode:2; /**< PIPE_TEX_REDUCTION_x */ member
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_pipe.c252 samp.reduction_mode = 0; in nine_convert_sampler_state()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_private.h266 VkSamplerReductionMode reduction_mode; member
H A Dlvp_device.c2173 sampler->reduction_mode = VK_SAMPLER_REDUCTION_MODE_WEIGHTED_AVERAGE; in lvp_CreateSampler()
2175 sampler->reduction_mode = reduction_mode_create_info->reductionMode; in lvp_CreateSampler()
H A Dlvp_execute.c1069 ss->reduction_mode = samp->reduction_mode; in fill_sampler()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_state.c540 if (cso->reduction_mode == PIPE_TEX_REDUCTION_MIN) in nv50_sampler_state_create()
542 if (cso->reduction_mode == PIPE_TEX_REDUCTION_MAX) in nv50_sampler_state_create()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.c354 switch (state->reduction_mode) { in zink_create_sampler_state()
365 if (state->reduction_mode) in zink_create_sampler_state()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c3545 debug_printf(" .reduction_mode = %u\n", sampler->reduction_mode); in dump_fs_variant_key()

Completed in 54 milliseconds