Searched refs:cutIndex (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dfetch_jit.h101 uint32_t cutIndex{0xffffffff}; member in struct:FETCH_COMPILE_STATE
127 if (cutIndex != other.cutIndex)
H A Dfetch_jit.cpp252 Value* vCutIndex = VIMMED1(fetchState.cutIndex);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dfetch_jit.h101 uint32_t cutIndex{0xffffffff}; member in struct:FETCH_COMPILE_STATE
127 if (cutIndex != other.cutIndex)
H A Dfetch_jit.cpp255 Value* vCutIndex = VIMMED1(fetchState.cutIndex);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_draw.cpp116 velems->fsState.cutIndex = info->restart_index;
118 velems->fsState.cutIndex = 0;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_draw.cpp151 velems->fsState.cutIndex = info->restart_index;
153 velems->fsState.cutIndex = 0;

Completed in 11 milliseconds