OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:t_wrap_mode
(Results
1 - 5
of
5
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/i965/
gen7_sampler_state.c
108
sampler->ss3.
t_wrap_mode
= translate_wrap_mode(gl_sampler->WrapT,
120
sampler->ss3.
t_wrap_mode
= BRW_TEXCOORDMODE_CUBE;
124
sampler->ss3.
t_wrap_mode
= BRW_TEXCOORDMODE_CLAMP;
132
sampler->ss3.
t_wrap_mode
= BRW_TEXCOORDMODE_WRAP;
brw_wm_sampler_state.c
234
sampler->ss1.
t_wrap_mode
= translate_wrap_mode(gl_sampler->WrapT,
250
sampler->ss1.
t_wrap_mode
= BRW_TEXCOORDMODE_CUBE;
254
sampler->ss1.
t_wrap_mode
= BRW_TEXCOORDMODE_CLAMP;
262
sampler->ss1.
t_wrap_mode
= BRW_TEXCOORDMODE_WRAP;
brw_structs.h
652
GLuint
t_wrap_mode
:3;
member in struct:brw_sampler_state::__anon21089
716
GLuint
t_wrap_mode
:3;
member in struct:gen7_sampler_state::__anon21095
[
all
...]
gen6_blorp.cpp
522
sampler->ss1.
t_wrap_mode
= BRW_TEXCOORDMODE_CLAMP;
[
all
...]
gen7_blorp.cpp
242
sampler->ss3.
t_wrap_mode
= BRW_TEXCOORDMODE_CLAMP;
Completed in 69 milliseconds