Searched refs:r600_bytecode_add_alu (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 531 r = r600_bytecode_add_alu(ctx->bc, &alu); in evergreen_interp_alu() 558 r = r600_bytecode_add_alu(ctx->bc, &alu); in evergreen_interp_flat() 708 if ((r = r600_bytecode_add_alu(ctx->bc, &alu))) in select_twoside_color() 742 r = r600_bytecode_add_alu(ctx->bc, &alu); in single_alu_op2() 765 r = r600_bytecode_add_alu(ctx->bc, &alu); in single_alu_op2() 804 r = r600_bytecode_add_alu(ctx->bc, &alu); in single_alu_op3() 865 r = r600_bytecode_add_alu(ctx->bc, &alu); in tgsi_barrier() 1047 if ((r = r600_bytecode_add_alu(ctx->bc, &alu))) in tgsi_declaration() 1062 if ((r = r600_bytecode_add_alu(ctx->bc, &alu))) in tgsi_declaration() 1076 if ((r = r600_bytecode_add_alu(ctx->bc, &alu))) in tgsi_declaration() [all …]
|
D | eg_asm.c | 195 r = r600_bytecode_add_alu(bc, &alu); in egcm_load_index_reg() 205 r = r600_bytecode_add_alu(bc, &alu); in egcm_load_index_reg()
|
D | r600_asm.h | 279 int r600_bytecode_add_alu(struct r600_bytecode *bc,
|
D | r600_asm.c | 1108 r = r600_bytecode_add_alu(bc, &alu); in insert_nop_r6xx() 1134 r = r600_bytecode_add_alu(bc, &alu); in load_ar_r6xx() 1164 r = r600_bytecode_add_alu(bc, &alu); in load_ar() 1307 int r600_bytecode_add_alu(struct r600_bytecode *bc, const struct r600_bytecode_alu *alu) in r600_bytecode_add_alu() function 2585 if ((r = r600_bytecode_add_alu(&bc, &alu))) { in r600_create_vertex_fetch_shader() 2602 if ((r = r600_bytecode_add_alu(&bc, &alu))) { in r600_create_vertex_fetch_shader()
|