Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen7_sampler_state.c108 sampler->ss3.t_wrap_mode = translate_wrap_mode(gl_sampler->WrapT, in gen7_update_sampler_state()
120 sampler->ss3.t_wrap_mode = BRW_TEXCOORDMODE_CUBE; in gen7_update_sampler_state()
124 sampler->ss3.t_wrap_mode = BRW_TEXCOORDMODE_CLAMP; in gen7_update_sampler_state()
132 sampler->ss3.t_wrap_mode = BRW_TEXCOORDMODE_WRAP; in gen7_update_sampler_state()
Dbrw_wm_sampler_state.c234 sampler->ss1.t_wrap_mode = translate_wrap_mode(gl_sampler->WrapT, in brw_update_sampler_state()
250 sampler->ss1.t_wrap_mode = BRW_TEXCOORDMODE_CUBE; in brw_update_sampler_state()
254 sampler->ss1.t_wrap_mode = BRW_TEXCOORDMODE_CLAMP; in brw_update_sampler_state()
262 sampler->ss1.t_wrap_mode = BRW_TEXCOORDMODE_WRAP; in brw_update_sampler_state()
Dbrw_structs.h652 GLuint t_wrap_mode:3; member
716 GLuint t_wrap_mode:3; member
Dgen7_blorp.cpp242 sampler->ss3.t_wrap_mode = BRW_TEXCOORDMODE_CLAMP; in gen7_blorp_emit_sampler_state()
Dgen6_blorp.cpp522 sampler->ss1.t_wrap_mode = BRW_TEXCOORDMODE_CLAMP; in gen6_blorp_emit_sampler_state()