Home
last modified time | relevance | path

Searched refs:src_sel_y (Results 1 – 3 of 3) sorted by relevance

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