Searched refs:vScale (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dfetch_jit.cpp492 Value* vScale = VIMMED1(scale); local in function:FetchJit::ConvertFormat
495 texels[compIndex] = FMUL(texels[compIndex], vScale);
509 Value* vScale = VIMMED1(scale); local in function:FetchJit::ConvertFormat
512 texels[compIndex] = FDIV(texels[compIndex], vScale);
517 Value* vScale = VIMMED1(scale); local in function:FetchJit::ConvertFormat
520 texels[compIndex] = FMUL(texels[compIndex], vScale);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dfetch_jit.cpp499 Value* vScale = VIMMED1(scale); local in function:FetchJit::ConvertFormat
502 texels[compIndex] = FMUL(texels[compIndex], vScale);
516 Value* vScale = VIMMED1(scale); local in function:FetchJit::ConvertFormat
519 texels[compIndex] = FDIV(texels[compIndex], vScale);
524 Value* vScale = VIMMED1(scale); local in function:FetchJit::ConvertFormat
527 texels[compIndex] = FMUL(texels[compIndex], vScale);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Dfrontend.cpp1826 const simd16scalari vScale = local in function:ProcessDraw
1843 vIndex = _simd16_add_epi32(_simd16_set1_epi32(work.startVertexID), vScale);
2155 const simdscalari vScale = _mm256_set_epi32(7, 6, 5, 4, 3, 2, 1, 0); local in function:ProcessDraw
2169 vIndex = _simd_add_epi32(_simd_set1_epi32(work.startVertexID), vScale);

Completed in 14 milliseconds