Home
last modified time | relevance | path

Searched refs:s_wrap_mode (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen7_sampler_state.c106 sampler->ss3.s_wrap_mode = translate_wrap_mode(gl_sampler->WrapS, in gen7_update_sampler_state()
119 sampler->ss3.s_wrap_mode = BRW_TEXCOORDMODE_CUBE; in gen7_update_sampler_state()
123 sampler->ss3.s_wrap_mode = BRW_TEXCOORDMODE_CLAMP; in gen7_update_sampler_state()
Dbrw_wm_sampler_state.c232 sampler->ss1.s_wrap_mode = translate_wrap_mode(gl_sampler->WrapS, in brw_update_sampler_state()
249 sampler->ss1.s_wrap_mode = BRW_TEXCOORDMODE_CUBE; in brw_update_sampler_state()
253 sampler->ss1.s_wrap_mode = BRW_TEXCOORDMODE_CLAMP; in brw_update_sampler_state()
Dbrw_structs.h653 GLuint s_wrap_mode:3; member
717 GLuint s_wrap_mode:3; member
Dgen7_blorp.cpp241 sampler->ss3.s_wrap_mode = BRW_TEXCOORDMODE_CLAMP; in gen7_blorp_emit_sampler_state()
Dgen6_blorp.cpp521 sampler->ss1.s_wrap_mode = BRW_TEXCOORDMODE_CLAMP; in gen6_blorp_emit_sampler_state()