Searched refs:egcm_load_index_reg (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_asm.h | 292 int egcm_load_index_reg(struct r600_bytecode *bc, unsigned id, bool inside_alu_clause);
|
D | eg_asm.c | 177 int egcm_load_index_reg(struct r600_bytecode *bc, unsigned id, bool inside_alu_clause) in egcm_load_index_reg() function
|
D | r600_asm.c | 1236 egcm_load_index_reg(bc, 0, true); in r600_bytecode_add_alu_type() 1378 egcm_load_index_reg(bc, vtx->buffer_index_mode - 1, false); in r600_bytecode_add_vtx_internal() 1445 egcm_load_index_reg(bc, 1, false); in r600_bytecode_add_tex() 1502 egcm_load_index_reg(bc, gds->uav_index_mode - 1, false); in r600_bytecode_add_gds()
|
D | r600_shader.c | 8902 egcm_load_index_reg(ctx->bc, 1, false); in tgsi_load_rat() 9007 egcm_load_index_reg(ctx->bc, 1, false); in tgsi_store_buffer_rat() 9104 egcm_load_index_reg(ctx->bc, 1, false); in tgsi_store_rat() 9276 egcm_load_index_reg(ctx->bc, 1, false); in tgsi_atomic_op_rat() 9570 egcm_load_index_reg(ctx->bc, 1, false); in tgsi_resq()
|