Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_ir_to_assembly.cpp957 r600_bytecode_alu alu_fetch; in emit_ldsread() local
967 memset(&alu_fetch, 0, sizeof(r600_bytecode_alu)); in emit_ldsread()
968 alu_fetch.is_lds_idx_op = true; in emit_ldsread()
969 alu_fetch.op = LDS_OP1_LDS_READ_RET; in emit_ldsread()
971 copy_src(alu_fetch.src[0], instr.address(nfetch)); in emit_ldsread()
972 alu_fetch.src[1].sel = V_SQ_ALU_SRC_0; in emit_ldsread()
973 alu_fetch.src[2].sel = V_SQ_ALU_SRC_0; in emit_ldsread()
974 alu_fetch.last = 1; in emit_ldsread()
975 r = r600_bytecode_add_alu(m_bc, &alu_fetch); in emit_ldsread()
1006 r600_bytecode_alu alu_fetch; in emit_ldsatomic() local
[all …]