Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp294 Value* vCutIndex = VIMMED1(fetchState.cutIndex); in Create() local
295 Value* cutMask = VMASK(ICMP_EQ(vIndices, vCutIndex)); in Create()
298 Value* cutMask2 = VMASK(ICMP_EQ(vIndices2, vCutIndex)); in Create()