Searched refs:r600_bytecode_src (Results 1 – 1 of 1) sorted by relevance
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| D | r600_shader.c | 480 static void r600_bytecode_src(struct r600_bytecode_alu_src *bc_src, 1456 r600_bytecode_src(&alu.src[0], sample_id, chan_sel); in load_sample_position() 4398 static void r600_bytecode_src(struct r600_bytecode_alu_src *bc_src, in r600_bytecode_src() function 4593 r600_bytecode_src(&alu.src[0], &ctx->src[0], i); in tgsi_op2_64_params() 4596 r600_bytecode_src(&alu.src[j], &ctx->src[j], fp64_switch(i)); in tgsi_op2_64_params() 4599 r600_bytecode_src(&alu.src[0], &ctx->src[1], fp64_switch(i)); in tgsi_op2_64_params() 4600 r600_bytecode_src(&alu.src[1], &ctx->src[0], fp64_switch(i)); in tgsi_op2_64_params() 4687 r600_bytecode_src(&alu.src[j], &ctx->src[j], i == 3 ? 0 : 1); in tgsi_op3_64() 4744 r600_bytecode_src(&alu.src[j], &ctx->src[j], i); in tgsi_op2_s() 4748 r600_bytecode_src(&alu.src[0], &ctx->src[1], i); in tgsi_op2_s() [all …]
|