Searched refs:r600_bytecode_add_alu (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 513 r = r600_bytecode_add_alu(ctx->bc, &alu); in evergreen_interp_alu() 540 r = r600_bytecode_add_alu(ctx->bc, &alu); in evergreen_interp_flat() 690 if ((r = r600_bytecode_add_alu(ctx->bc, &alu))) in select_twoside_color() 724 r = r600_bytecode_add_alu(ctx->bc, &alu); in single_alu_op2() 747 r = r600_bytecode_add_alu(ctx->bc, &alu); in single_alu_op2() 786 r = r600_bytecode_add_alu(ctx->bc, &alu); in single_alu_op3() 847 r = r600_bytecode_add_alu(ctx->bc, &alu); in tgsi_barrier() 992 if ((r = r600_bytecode_add_alu(ctx->bc, &alu))) in tgsi_declaration() 1033 if ((r = r600_bytecode_add_alu(ctx->bc, &alu))) in tgsi_declaration() 1048 if ((r = r600_bytecode_add_alu(ctx->bc, &alu))) in tgsi_declaration() [all …]
|
D | eg_asm.c | 168 r = r600_bytecode_add_alu(bc, &alu); in egcm_load_index_reg() 178 r = r600_bytecode_add_alu(bc, &alu); in egcm_load_index_reg()
|
D | r600_asm.h | 266 int r600_bytecode_add_alu(struct r600_bytecode *bc,
|
D | r600_asm.c | 1111 r = r600_bytecode_add_alu(bc, &alu); in insert_nop_r6xx() 1137 r = r600_bytecode_add_alu(bc, &alu); in load_ar_r6xx() 1167 r = r600_bytecode_add_alu(bc, &alu); in load_ar() 1310 int r600_bytecode_add_alu(struct r600_bytecode *bc, const struct r600_bytecode_alu *alu) in r600_bytecode_add_alu() function 2526 if ((r = r600_bytecode_add_alu(&bc, &alu))) { in r600_create_vertex_fetch_shader() 2543 if ((r = r600_bytecode_add_alu(&bc, &alu))) { in r600_create_vertex_fetch_shader()
|