Searched refs:src0_chan (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_vec4_cmod_propagation.cpp | 202 unsigned src0_chan; in opt_cmod_propagation_local() local 206 src0_chan = BRW_GET_SWZ(scan_inst->src[0].swizzle, 0); in opt_cmod_propagation_local() 210 src0_chan = BRW_GET_SWZ(scan_inst->src[0].swizzle, 1); in opt_cmod_propagation_local() 214 src0_chan = BRW_GET_SWZ(scan_inst->src[0].swizzle, 2); in opt_cmod_propagation_local() 218 src0_chan = BRW_GET_SWZ(scan_inst->src[0].swizzle, 3); in opt_cmod_propagation_local() 225 scan_inst->src[0].swizzle = BRW_SWIZZLE4(src0_chan, in opt_cmod_propagation_local() 226 src0_chan, in opt_cmod_propagation_local() 227 src0_chan, in opt_cmod_propagation_local() 228 src0_chan); in opt_cmod_propagation_local()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_alu_readport_validation.cpp | 47 int src0_chan = -1; member in r600::ReserveReadport 98 visitor.src0_chan = src[0]->chan(); in schedule_vec_src() 101 visitor.src0_chan = 8; in schedule_vec_src() 275 if (isrc == 1 && src0_sel == sel && src0_chan == chan) in reserve_gpr()
|
H A D | sfn_instr_alu.cpp | 2532 const uint16_t src0_chan[4] = {2, 2, 0, 1}; in emit_alu_cube() local 2541 value_factory.src(alu.src[0], src0_chan[i]), in emit_alu_cube()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_shader.c | 11036 int src0_sel, int src0_chan, in emit_u64add() 11054 alu.src[0].chan = src0_chan + 0; in emit_u64add() 11068 alu.src[0].chan = src0_chan + 1; in emit_u64add() 11083 alu.src[0].chan = src0_chan + 0; in emit_u64add() 11034 emit_u64add(struct r600_shader_ctx *ctx, int op, int treg, int src0_sel, int src0_chan, int src1_sel, int src1_chan) emit_u64add() argument
|
Completed in 27 milliseconds