Searched refs:rat_id (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_mem.h | 132 int rat_id, PRegister rat_id_offset, 136 int rat_id() const { return m_rat_id;} in rat_id() function in r600::RatInstr
|
H A D | sfn_instr_mem.cpp | 324 int rat_id, PRegister rat_id_offset, in RatInstr() 331 m_rat_id(rat_id), in RatInstr() 567 auto [offset, rat_id] = shader.evaluate_resource_offset(instr, 1); in emit_ssbo_store() 587 rat_id, 1, 1, 0); in emit_ssbo_store() 322 RatInstr(ECFOpCode cf_opcode, ERatOp rat_op, const RegisterVec4& data, const RegisterVec4& index, int rat_id, PRegister rat_id_offset, int burst_count, int comp_mask, int element_size) RatInstr() argument
|
H A D | sfn_assembler.cpp | 762 int rat_idx = instr.rat_id(); in visit()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_bc.h | 476 unsigned rat_id:4; member
|
H A D | sb_bc_builder.cpp | 272 .RAT_ID(bc.rat_id) in build_cf_exp()
|
H A D | sb_bc_decoder.cpp | 251 bc.rat_id = w0.get_RAT_ID(); in decode_cf_mem()
|
Completed in 8 milliseconds