Searched refs:r600_bytecode_add_alu (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_shader.c | 628 r = r600_bytecode_add_alu(ctx->bc, &alu); in evergreen_interp_alu() 655 r = r600_bytecode_add_alu(ctx->bc, &alu); in evergreen_interp_flat() 815 if ((r = r600_bytecode_add_alu(ctx->bc, &alu))) in select_twoside_color() 849 r = r600_bytecode_add_alu(ctx->bc, &alu); in single_alu_op2() 872 r = r600_bytecode_add_alu(ctx->bc, &alu); in single_alu_op2() 911 r = r600_bytecode_add_alu(ctx->bc, &alu); in single_alu_op3() 972 r = r600_bytecode_add_alu(ctx->bc, &alu); in tgsi_barrier() 1252 if ((r = r600_bytecode_add_alu(ctx->bc, &alu))) in tgsi_declaration() 1267 if ((r = r600_bytecode_add_alu(ctx->bc, &alu))) in tgsi_declaration() 1281 if ((r = r600_bytecode_add_alu(ct in tgsi_declaration() [all...] |
H A 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()
|
H A D | r600_asm.h | 303 int r600_bytecode_add_alu(struct r600_bytecode *bc,
|
H A D | r600_asm.c | 1191 r = r600_bytecode_add_alu(bc, &alu); in insert_nop_r6xx() 1221 r = r600_bytecode_add_alu(bc, &alu); in load_ar_r6xx() 1251 r = r600_bytecode_add_alu(bc, &alu); in r600_load_ar() 1418 int r600_bytecode_add_alu(struct r600_bytecode *bc, const struct r600_bytecode_alu *alu) in r600_bytecode_add_alu() function 2757 if ((r = r600_bytecode_add_alu(&bc, &alu))) { in r600_create_vertex_fetch_shader() 2774 if ((r = r600_bytecode_add_alu(&bc, &alu))) { in r600_create_vertex_fetch_shader()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_assembler.cpp | 254 int r = r600_bytecode_add_alu(m_bc, &alu); in emit_lds_op() 1005 int r = r600_bytecode_add_alu(m_bc, &alu); in emit_index_reg() 1015 r = r600_bytecode_add_alu(m_bc, &alu); in emit_index_reg() 1027 int r = r600_bytecode_add_alu(m_bc, &alu); in emit_index_reg()
|
Completed in 12 milliseconds