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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dfetch_jit.cpp252 Value* vCutIndex = VIMMED1(fetchState.cutIndex); local in function:FetchJit::Create
253 Value* cutMask = VMASK(ICMP_EQ(vIndices, vCutIndex));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dfetch_jit.cpp255 Value* vCutIndex = VIMMED1(fetchState.cutIndex); local in function:FetchJit::Create
256 Value* cutMask = VMASK(ICMP_EQ(vIndices, vCutIndex));

Completed in 8 milliseconds