| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| brw_vec4_cmod_propagation.cpp | 202 unsigned src0_chan; local 206 src0_chan = BRW_GET_SWZ(scan_inst->src[0].swizzle, 0); 210 src0_chan = BRW_GET_SWZ(scan_inst->src[0].swizzle, 1); 214 src0_chan = BRW_GET_SWZ(scan_inst->src[0].swizzle, 2); 218 src0_chan = BRW_GET_SWZ(scan_inst->src[0].swizzle, 3); 225 scan_inst->src[0].swizzle = BRW_SWIZZLE4(src0_chan, 226 src0_chan, 227 src0_chan, 228 src0_chan);
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| brw_vec4_cmod_propagation.cpp | 202 unsigned src0_chan; local 206 src0_chan = BRW_GET_SWZ(scan_inst->src[0].swizzle, 0); 210 src0_chan = BRW_GET_SWZ(scan_inst->src[0].swizzle, 1); 214 src0_chan = BRW_GET_SWZ(scan_inst->src[0].swizzle, 2); 218 src0_chan = BRW_GET_SWZ(scan_inst->src[0].swizzle, 3); 225 scan_inst->src[0].swizzle = BRW_SWIZZLE4(src0_chan, 226 src0_chan, 227 src0_chan, 228 src0_chan);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| sfn_emitaluinstruction.cpp | 289 const uint16_t src0_chan[4] = {2, 2, 0, 1}; local 294 from_nir(instr.src[0], src0_chan[i]),
|
| /xsrc/external/mit/MesaLib.old/src/compiler/nir/ |
| nir_constant_expressions.c | 18743 int src0_chan = (src0 >> i) & 0xff; local 18745 dst |= ((src0_chan * src1_chan) / 255) << i; 19354 int src0_chan = (src0 >> i) & 0xff; local 19356 if (src0_chan > src1_chan) 19357 dst |= (src0_chan - src1_chan) << i;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| r600_shader.c | 11008 int src0_sel, int src0_chan, 11026 alu.src[0].chan = src0_chan + 0; 11040 alu.src[0].chan = src0_chan + 1; 11055 alu.src[0].chan = src0_chan + 0;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| r600_shader.c | 10909 int src0_sel, int src0_chan, 10927 alu.src[0].chan = src0_chan + 0; 10941 alu.src[0].chan = src0_chan + 1; 10956 alu.src[0].chan = src0_chan + 0;
|
| /xsrc/external/mit/MesaLib/src/compiler/nir/ |
| nir_constant_expressions.c | 47433 int src0_chan = (src0 >> i) & 0xff; local 47435 dst |= ((src0_chan * src1_chan) / 255) << i; 48707 int src0_chan = (src0 >> i) & 0xff; local [all...] |