Home
last modified time | relevance | path

Searched refs:r600_bytecode_add_alu (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c513 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 …]
Deg_asm.c168 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()
Dr600_asm.h266 int r600_bytecode_add_alu(struct r600_bytecode *bc,
Dr600_asm.c1111 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()