HomeSort by relevance Sort by last modified time
    Searched refs:s_wrap_mode (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_sampler_state.c 106 sampler->ss3.s_wrap_mode = translate_wrap_mode(gl_sampler->WrapS,
119 sampler->ss3.s_wrap_mode = BRW_TEXCOORDMODE_CUBE;
123 sampler->ss3.s_wrap_mode = BRW_TEXCOORDMODE_CLAMP;
brw_wm_sampler_state.c 232 sampler->ss1.s_wrap_mode = translate_wrap_mode(gl_sampler->WrapS,
249 sampler->ss1.s_wrap_mode = BRW_TEXCOORDMODE_CUBE;
253 sampler->ss1.s_wrap_mode = BRW_TEXCOORDMODE_CLAMP;
brw_structs.h 653 GLuint s_wrap_mode:3; member in struct:brw_sampler_state::__anon16961
717 GLuint s_wrap_mode:3; member in struct:gen7_sampler_state::__anon16967
    [all...]
gen6_blorp.cpp 521 sampler->ss1.s_wrap_mode = BRW_TEXCOORDMODE_CLAMP;
    [all...]
gen7_blorp.cpp 241 sampler->ss3.s_wrap_mode = BRW_TEXCOORDMODE_CLAMP;

Completed in 338 milliseconds