Searched refs:src_sel_y (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_asm.h87 unsigned src_sel_y; member in struct:r600_bytecode_tex
H A Dr600_shader.c464 tex.src_sel_y = bytes[bytes_read++];
3797 tex.src_sel_y = 1;
3818 tex.src_sel_y = ctx->src[i].swizzle[1];
4091 tex.src_sel_y = 4;
4096 tex.src_sel_y = 1;
4101 tex.src_sel_y = ctx->src[0].swizzle[1];
4110 tex.src_sel_y = 0;
4148 tex.src_sel_z = tex.src_sel_y;
H A Dr600_asm.c1757 S_SQ_TEX_WORD2_SRC_SEL_Y(tex->src_sel_y) |
2558 fprintf(stderr, "SEL_Y:%d ", tex->src_sel_y);
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.h87 unsigned src_sel_y; member in struct:r600_bytecode_tex
H A Dr600_shader.c464 tex.src_sel_y = bytes[bytes_read++];
3797 tex.src_sel_y = 1;
3818 tex.src_sel_y = ctx->src[i].swizzle[1];
4091 tex.src_sel_y = 4;
4096 tex.src_sel_y = 1;
4101 tex.src_sel_y = ctx->src[0].swizzle[1];
4110 tex.src_sel_y = 0;
4148 tex.src_sel_z = tex.src_sel_y;
H A Dr600_asm.c1757 S_SQ_TEX_WORD2_SRC_SEL_Y(tex->src_sel_y) |
2558 fprintf(stderr, "SEL_Y:%d ", tex->src_sel_y);

Completed in 142 milliseconds