Searched refs:dst_rel (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_asm.h | 72 unsigned dst_rel; member
|
D | r600_asm.c | 1742 S_SQ_TEX_WORD1_DST_REL(tex->dst_rel) | in r600_bytecode_tex_build() 2541 fprintf(stderr, "REL:%d ", tex->dst_rel); in r600_bytecode_dump()
|
D | r600_shader.c | 449 tex.dst_rel = bytes[bytes_read++]; in r600_tex_from_byte_stream()
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600InstrFormats.td | 108 bits<1> dst_rel; 116 let Word1{28} = dst_rel;
|
D | R600Instructions.td | 96 (ins WRITE:$write, OMOD:$omod, REL:$dst_rel, CLAMP:$clamp, 101 "$clamp $last $dst$write$dst_rel$omod, " 138 OMOD:$omod, REL:$dst_rel, CLAMP:$clamp, 144 "$clamp $last $update_exec_mask$update_pred$dst$write$dst_rel$omod, " 177 (ins REL:$dst_rel, CLAMP:$clamp, 183 !strconcat(" ", opName, "$clamp $last $dst$dst_rel, "
|
D | R600InstrInfo.cpp | 1133 setImmOperand(Mov, AMDGPU::OpName::dst_rel, 1); in buildIndirectWrite() 1234 OPERAND_CASE(AMDGPU::OpName::dst_rel) in getSlotedOps() 1275 AMDGPU::OpName::dst_rel, in buildSlotOfVectorInstruction()
|
D | EvergreenInstructions.td | 380 let dst_rel = 0;
|