| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_vec4_cmod_propagation.cpp | 202 unsigned src0_chan; local in function:brw::opt_cmod_propagation_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/intel/compiler/ |
| H A D | brw_vec4_cmod_propagation.cpp | 202 unsigned src0_chan; local in function:brw::opt_cmod_propagation_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/ |
| H A D | sfn_emitaluinstruction.cpp | 289 const uint16_t src0_chan[4] = {2, 2, 0, 1}; local in function:r600::EmitAluInstruction::emit_cube 294 from_nir(instr.src[0], src0_chan[i]),
|
| /xsrc/external/mit/MesaLib.old/src/compiler/nir/ |
| H A D | nir_constant_expressions.c | 18743 int src0_chan = (src0 >> i) & 0xff; local in function:evaluate_umul_unorm_4x8 18745 dst |= ((src0_chan * src1_chan) / 255) << i; 19354 int src0_chan = (src0 >> i) & 0xff; local in function:evaluate_ussub_4x8 19356 if (src0_chan > src1_chan) 19357 dst |= (src0_chan - src1_chan) << i;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | 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; 10907 emit_u64add(struct r600_shader_ctx * ctx,int op,int treg,int src0_sel,int src0_chan,int src1_sel,int src1_chan) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | 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; 11006 emit_u64add(struct r600_shader_ctx * ctx,int op,int treg,int src0_sel,int src0_chan,int src1_sel,int src1_chan) argument
|
| /xsrc/external/mit/MesaLib/src/compiler/nir/ |
| H A D | nir_constant_expressions.c | 47433 int src0_chan = (src0 >> i) & 0xff; local in function:evaluate_umul_unorm_4x8_vc4 47435 dst |= ((src0_chan * src1_chan) / 255) << i; 48707 int src0_chan = (src0 >> i) & 0xff; local in function:evaluate_ussub_4x8_vc4 [all...] |