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

/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dsamplerobj.h188 reduction_to_gallium(GLenum reduction_mode) argument
190 switch (reduction_mode) {
H A Dsamplerobj.c152 sampObj->Attrib.state.reduction_mode = PIPE_TEX_REDUCTION_WEIGHTED_AVERAGE;
929 samp->Attrib.state.reduction_mode = reduction_to_gallium(param);
H A Dtexobj.c382 obj->Sampler.Attrib.state.reduction_mode = PIPE_TEX_REDUCTION_WEIGHTED_AVERAGE;
H A Dtexparam.c631 texObj->Sampler.Attrib.state.reduction_mode = reduction_to_gallium(mode);
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_util.h219 tu6_reduction_mode(VkSamplerReductionMode reduction_mode) argument
221 return (enum a6xx_reduction_mode) reduction_mode;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c693 bld->static_sampler_state->reduction_mode,
703 bld->static_sampler_state->reduction_mode,
716 bld->static_sampler_state->reduction_mode,
1087 bld->static_sampler_state->reduction_mode,
H A Dlp_bld_sample.h206 unsigned reduction_mode:2; member in struct:lp_static_sampler_state
H A Dlp_bld_sample_soa.c1364 bld->static_sampler_state->reduction_mode,
1405 bld->static_sampler_state->reduction_mode == PIPE_TEX_REDUCTION_WEIGHTED_AVERAGE) {
1625 bld->static_sampler_state->reduction_mode,
1663 bld->static_sampler_state->reduction_mode == PIPE_TEX_REDUCTION_WEIGHTED_AVERAGE) {
1708 bld->static_sampler_state->reduction_mode,
1721 bld->static_sampler_state->reduction_mode,
H A Dlp_bld_sample.c196 state->reduction_mode = sampler->reduction_mode;
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_state.h424 unsigned reduction_mode:2; /**< PIPE_TEX_REDUCTION_x */ member in struct:pipe_sampler_state
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_pipe.c252 samp.reduction_mode = 0;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_private.h321 VkSamplerReductionMode reduction_mode; member in struct:lvp_sampler
H A Dlvp_device.c2472 sampler->reduction_mode = VK_SAMPLER_REDUCTION_MODE_WEIGHTED_AVERAGE;
2474 sampler->reduction_mode = reduction_mode_create_info->reductionMode;
H A Dlvp_execute.c926 ss->reduction_mode = samp->reduction_mode;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_state.c540 if (cso->reduction_mode == PIPE_TEX_REDUCTION_MIN)
542 if (cso->reduction_mode == PIPE_TEX_REDUCTION_MAX)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_context.c314 switch (state->reduction_mode) {
325 if (state->reduction_mode)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c3467 debug_printf(" .reduction_mode = %u\n", sampler->reduction_mode);

Completed in 71 milliseconds