Searched defs:linear_filter (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_state_common.c2527 static bool wrap_mode_uses_border_color(unsigned wrap, bool linear_filter) argument
2538 bool linear_filter = state->min_img_filter != PIPE_TEX_FILTER_NEAREST || local in function:sampler_state_needs_border_color
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_state_common.c2607 static bool wrap_mode_uses_border_color(unsigned wrap, bool linear_filter) argument
2618 bool linear_filter = state->min_img_filter != PIPE_TEX_FILTER_NEAREST || local in function:sampler_state_needs_border_color
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.c4208 static bool wrap_mode_uses_border_color(unsigned wrap, bool linear_filter) argument
4222 bool linear_filter = state->min_img_filter != PIPE_TEX_FILTER_NEAREST || local in function:si_translate_border_color
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.c4451 static bool wrap_mode_uses_border_color(unsigned wrap, bool linear_filter) argument
4461 bool linear_filter = state->min_img_filter != PIPE_TEX_FILTER_NEAREST || local in function:si_translate_border_color

Completed in 20 milliseconds