Searched refs:BRW_TEXCOORDMODE_CLAMP (Results 1 – 5 of 5) sorted by relevance
64 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()
122 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()
240 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()
520 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()
489 #define BRW_TEXCOORDMODE_CLAMP 2 macro