Searched refs:r600_bytecode_add_alu (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 617 r = r600_bytecode_add_alu(ctx->bc, &alu); in evergreen_interp_alu() 644 r = r600_bytecode_add_alu(ctx->bc, &alu); in evergreen_interp_flat() 798 if ((r = r600_bytecode_add_alu(ctx->bc, &alu))) in select_twoside_color() 832 r = r600_bytecode_add_alu(ctx->bc, &alu); in single_alu_op2() 855 r = r600_bytecode_add_alu(ctx->bc, &alu); in single_alu_op2() 894 r = r600_bytecode_add_alu(ctx->bc, &alu); in single_alu_op3() 955 r = r600_bytecode_add_alu(ctx->bc, &alu); in tgsi_barrier() 1233 if ((r = r600_bytecode_add_alu(ctx->bc, &alu))) in tgsi_declaration() 1248 if ((r = r600_bytecode_add_alu(ctx->bc, &alu))) in tgsi_declaration() 1262 if ((r = r600_bytecode_add_alu(ctx->bc, &alu))) in tgsi_declaration() [all …]
|
D | eg_asm.c | 197 r = r600_bytecode_add_alu(bc, &alu); in egcm_load_index_reg() 207 r = r600_bytecode_add_alu(bc, &alu); in egcm_load_index_reg()
|
D | r600_asm.h | 302 int r600_bytecode_add_alu(struct r600_bytecode *bc,
|
D | r600_asm.c | 1127 r = r600_bytecode_add_alu(bc, &alu); in insert_nop_r6xx() 1153 r = r600_bytecode_add_alu(bc, &alu); in load_ar_r6xx() 1183 r = r600_bytecode_add_alu(bc, &alu); in load_ar() 1335 int r600_bytecode_add_alu(struct r600_bytecode *bc, const struct r600_bytecode_alu *alu) in r600_bytecode_add_alu() function 2669 if ((r = r600_bytecode_add_alu(&bc, &alu))) { in r600_create_vertex_fetch_shader() 2686 if ((r = r600_bytecode_add_alu(&bc, &alu))) { in r600_create_vertex_fetch_shader()
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_ir_to_assembly.cpp | 269 int retval = r600_bytecode_add_alu(m_bc, &alu); in emit_alu() 658 int r = r600_bytecode_add_alu(m_bc, &alu); in emit_tex() 670 r = r600_bytecode_add_alu(m_bc, &alu); in emit_tex() 947 return r600_bytecode_add_alu(m_bc, &alu) == 0; in emit_ldswrite() 975 r = r600_bytecode_add_alu(m_bc, &alu_fetch); in emit_ldsread() 988 r = r600_bytecode_add_alu(m_bc, &alu_read); in emit_ldsread() 1019 int r = r600_bytecode_add_alu(m_bc, &alu_fetch); in emit_ldsatomic() 1029 r = r600_bytecode_add_alu(m_bc, &alu_read); in emit_ldsatomic() 1101 int r = r600_bytecode_add_alu(m_bc, &alu); in emit_index_reg() 1113 r = r600_bytecode_add_alu(m_bc, &alu); in emit_index_reg()
|