Searched refs:compIndex (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dfetch_jit.cpp473 uint32_t compIndex = info.swizzle[c]; local in function:FetchJit::ConvertFormat
493 texels[compIndex] = BITCAST(texels[compIndex], mSimdInt32Ty);
494 texels[compIndex] = SI_TO_FP(texels[compIndex], mSimdFP32Ty);
495 texels[compIndex] = FMUL(texels[compIndex], vScale);
510 texels[compIndex] = BITCAST(texels[compIndex], mSimdInt32Ty);
511 texels[compIndex]
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dfetch_jit.cpp480 uint32_t compIndex = info.swizzle[c]; local in function:FetchJit::ConvertFormat
500 texels[compIndex] = BITCAST(texels[compIndex], mSimdInt32Ty);
501 texels[compIndex] = SI_TO_FP(texels[compIndex], mSimdFP32Ty);
502 texels[compIndex] = FMUL(texels[compIndex], vScale);
517 texels[compIndex] = BITCAST(texels[compIndex], mSimdInt32Ty);
518 texels[compIndex]
[all...]

Completed in 5 milliseconds