Searched refs:r600_bytecode_src (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 1726 static void r600_bytecode_src(struct r600_bytecode_alu_src *bc_src, in r600_bytecode_src() function 1796 r600_bytecode_src(&alu.src[j], &ctx->src[j], i); in tgsi_op2_s() 1799 r600_bytecode_src(&alu.src[0], &ctx->src[1], i); in tgsi_op2_s() 1800 r600_bytecode_src(&alu.src[1], &ctx->src[0], i); in tgsi_op2_s() 1854 r600_bytecode_src(&alu.src[1], &ctx->src[0], i); in tgsi_ineg() 1880 r600_bytecode_src(&alu.src[j], &ctx->src[j], 0); in cayman_emit_float_instr() 1913 r600_bytecode_src(&alu.src[j], &ctx->src[j], k); in cayman_mul_int_instr() 1949 r600_bytecode_src(&alu.src[0], &ctx->src[0], 0); in tgsi_setup_trig() 2219 r600_bytecode_src(&alu.src[1], &ctx->src[0], i); in tgsi_kill() 2244 r600_bytecode_src(&alu.src[0], &ctx->src[0], 1); in tgsi_lit() [all …]
|