OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tex_idx
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_pass1.c
90
static GLuint get_texcoord_mask( GLuint
tex_idx
)
92
switch (
tex_idx
) {
223
read0 = get_texcoord_mask(inst->
tex_idx
);
232
read0 = get_texcoord_mask(inst->
tex_idx
) | WRITEMASK_W;
brw_wm.h
146
GLuint
tex_idx
:4; /* TEXTURE_1D,2D,3D,CUBE,RECT_INDEX source target */
member in struct:brw_wm_instruction
451
GLuint
tex_idx
,
459
GLuint
tex_idx
,
brw_wm_emit.c
1041
GLuint
tex_idx
,
1069
switch (
tex_idx
) {
1172
GLuint
tex_idx
,
1204
switch (
tex_idx
) {
[
all
...]
brw_wm_pass0.c
326
out->
tex_idx
= inst->TexSrcTarget;
Completed in 208 milliseconds