Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_sampler_state.c64 return BRW_TEXCOORDMODE_CLAMP; in translate_wrap_mode()
68 return BRW_TEXCOORDMODE_CLAMP; in translate_wrap_mode()
252 sampler->ss1.r_wrap_mode = BRW_TEXCOORDMODE_CLAMP; in brw_update_sampler_state()
253 sampler->ss1.s_wrap_mode = BRW_TEXCOORDMODE_CLAMP; in brw_update_sampler_state()
254 sampler->ss1.t_wrap_mode = BRW_TEXCOORDMODE_CLAMP; in brw_update_sampler_state()
Dgen7_sampler_state.c122 sampler->ss3.r_wrap_mode = BRW_TEXCOORDMODE_CLAMP; in gen7_update_sampler_state()
123 sampler->ss3.s_wrap_mode = BRW_TEXCOORDMODE_CLAMP; in gen7_update_sampler_state()
124 sampler->ss3.t_wrap_mode = BRW_TEXCOORDMODE_CLAMP; in gen7_update_sampler_state()
Dgen7_blorp.cpp240 sampler->ss3.r_wrap_mode = BRW_TEXCOORDMODE_CLAMP; in gen7_blorp_emit_sampler_state()
241 sampler->ss3.s_wrap_mode = BRW_TEXCOORDMODE_CLAMP; in gen7_blorp_emit_sampler_state()
242 sampler->ss3.t_wrap_mode = BRW_TEXCOORDMODE_CLAMP; in gen7_blorp_emit_sampler_state()
Dgen6_blorp.cpp520 sampler->ss1.r_wrap_mode = BRW_TEXCOORDMODE_CLAMP; in gen6_blorp_emit_sampler_state()
521 sampler->ss1.s_wrap_mode = BRW_TEXCOORDMODE_CLAMP; in gen6_blorp_emit_sampler_state()
522 sampler->ss1.t_wrap_mode = BRW_TEXCOORDMODE_CLAMP; in gen6_blorp_emit_sampler_state()
Dbrw_defines.h489 #define BRW_TEXCOORDMODE_CLAMP 2 macro