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.c531 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 …]
Deg_asm.c195 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()
Dr600_asm.h279 int r600_bytecode_add_alu(struct r600_bytecode *bc,
Dr600_asm.c1108 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()