Home
last modified time | relevance | path

Searched refs:src0_chan (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_cmod_propagation.cpp202 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600InstrFormats.td88 bits<2> src0_chan = src0{10-9};
94 let Word0{11-10} = src0_chan;
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emitaluinstruction.cpp289 const uint16_t src0_chan[4] = {2, 2, 0, 1}; in emit_cube() local
294 from_nir(instr.src[0], src0_chan[i]), in emit_cube()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11008 int src0_sel, int src0_chan, in emit_u64add() argument
11026 alu.src[0].chan = src0_chan + 0; in emit_u64add()
11040 alu.src[0].chan = src0_chan + 1; in emit_u64add()
11055 alu.src[0].chan = src0_chan + 0; in emit_u64add()