Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h75 unsigned dst_sel_z; member
103 unsigned dst_sel_z; member
Dr600_asm.c1717 S_SQ_VTX_WORD1_DST_SEL_Z(vtx->dst_sel_z) | in r600_bytecode_vtx_build()
1745 S_SQ_TEX_WORD1_DST_SEL_Z(tex->dst_sel_z) | in r600_bytecode_tex_build()
2544 fprintf(stderr, "SEL_Z:%d ", tex->dst_sel_z); in r600_bytecode_dump()
2583 fprintf(stderr, "SEL_Z:%d ", vtx->dst_sel_z); in r600_bytecode_dump()
2832 vtx.dst_sel_z = desc->swizzle[2]; in r600_vertex_elements_build_fetch_shader()
Dr600_shader.c452 tex.dst_sel_z = bytes[bytes_read++]; in r600_tex_from_byte_stream()
496 vtx.dst_sel_z = G_SQ_VTX_WORD1_DST_SEL_Z(word1); in r600_vtx_from_byte_stream()
1021 vtx.dst_sel_z = 2; /* SEL_Z */ in tgsi_fetch_rel_const()
3824 tex.dst_sel_x = tex.dst_sel_y = tex.dst_sel_z = tex.dst_sel_w = 7; in tgsi_tex()
4086 tex.dst_sel_z = (inst->Dst[0].Register.WriteMask & 4) ? 2 : 7; in tgsi_tex()