Searched refs:src_sel_w (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_asm.h92 unsigned src_sel_w; member in struct:r600_bytecode_tex
H A Dr600_shader.c7004 tex.src_sel_w = 0;
7778 tex.src_sel_w = 0;
7875 t->src_sel_w = 3;
7953 tex.src_sel_w = 4;
8188 tex.src_sel_w = 3;
8314 t->src_sel_w = 4;
8408 tex.src_sel_w = 4;
8413 tex.src_sel_w = 3;
8418 tex.src_sel_w = ctx->src[0].swizzle[3];
8429 tex.src_sel_w
[all...]
H A Dr600_asm.c1610 S_SQ_TEX_WORD2_SRC_SEL_W(tex->src_sel_w);
2327 o += print_swizzle(tex->src_sel_w);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_asm.h96 unsigned src_sel_w; member in struct:r600_bytecode_tex
H A Dr600_shader.c7103 tex.src_sel_w = 0;
7877 tex.src_sel_w = 0;
7974 t->src_sel_w = 3;
8052 tex.src_sel_w = 4;
8287 tex.src_sel_w = 3;
8413 t->src_sel_w = 4;
8507 tex.src_sel_w = 4;
8512 tex.src_sel_w = 3;
8517 tex.src_sel_w = ctx->src[0].swizzle[3];
8528 tex.src_sel_w
[all...]
H A Dr600_asm.c1617 S_SQ_TEX_WORD2_SRC_SEL_W(tex->src_sel_w);
2334 o += print_swizzle(tex->src_sel_w);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_ir_to_assembly.cpp669 tex.src_sel_w = tex_instr.src().chan_i(3);

Completed in 69 milliseconds