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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dfetch_jit.cpp111 void UnpackComponents(SWR_FORMAT format, Value* vInput, Value* result[4]);
349 void FetchJit::UnpackComponents(SWR_FORMAT format, Value* vInput, Value* result[4]) function in class:FetchJit
458 UnpackComponents(format, pGather, pResult);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dfetch_jit.cpp111 void UnpackComponents(SWR_FORMAT format, Value* vInput, Value* result[4]);
354 void FetchJit::UnpackComponents(SWR_FORMAT format, Value* vInput, Value* result[4]) function in class:FetchJit
465 UnpackComponents(format, pGather, pResult);

Completed in 9 milliseconds