Searched refs:r600_bytecode_add_alu (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 338 r600_bytecode_add_alu(ctx->bc, &alu); in r600_alu_from_byte_stream() 645 r = r600_bytecode_add_alu(ctx->bc, &alu); in evergreen_interp_alu() 672 r = r600_bytecode_add_alu(ctx->bc, &alu); in evergreen_interp_flat() 781 if ((r = r600_bytecode_add_alu(ctx->bc, &alu))) in select_twoside_color() 872 if ((r = r600_bytecode_add_alu(ctx->bc, &alu))) in tgsi_declaration() 1006 if ((r = r600_bytecode_add_alu(ctx->bc, &alu))) in tgsi_fetch_rel_const() 1073 r = r600_bytecode_add_alu(ctx->bc, &alu); in tgsi_split_constant() 1111 r = r600_bytecode_add_alu(ctx->bc, &alu); in tgsi_split_literal_constant() 1355 if ((r = r600_bytecode_add_alu(ctx.bc, &alu))) in r600_shader_from_tgsi() 1369 if ((r = r600_bytecode_add_alu(ctx.bc, &alu))) in r600_shader_from_tgsi() [all …]
|
D | r600_asm.h | 227 int r600_bytecode_add_alu(struct r600_bytecode *bc, const struct r600_bytecode_alu *alu);
|
D | r600_asm.c | 1368 r = r600_bytecode_add_alu(bc, &alu); in insert_nop_r6xx() 1393 r = r600_bytecode_add_alu(bc, &alu); in load_ar_r6xx() 1422 r = r600_bytecode_add_alu(bc, &alu); in load_ar() 1552 int r600_bytecode_add_alu(struct r600_bytecode *bc, const struct r600_bytecode_alu *alu) in r600_bytecode_add_alu() function 2781 if ((r = r600_bytecode_add_alu(&bc, &alu))) { in r600_vertex_elements_build_fetch_shader() 2798 if ((r = r600_bytecode_add_alu(&bc, &alu))) { in r600_vertex_elements_build_fetch_shader()
|