OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tex_face
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tex_tile_cache.c
177
tc->
tex_face
= -1; /* any invalid value here */
198
tc->
tex_face
= -1;
252
tc->
tex_face
!= addr.bits.face ||
287
tc->
tex_face
= addr.bits.face;
sp_tex_tile_cache.h
91
int
tex_face
, tex_level, tex_z;
member in struct:softpipe_tex_tile_cache
/external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_tile_cache.c
177
tc->
tex_face
= -1; /* any invalid value here */
198
tc->
tex_face
= -1;
252
tc->
tex_face
!= addr.bits.face ||
287
tc->
tex_face
= addr.bits.face;
sp_tex_tile_cache.h
91
int
tex_face
, tex_level, tex_z;
member in struct:softpipe_tex_tile_cache
Completed in 62 milliseconds