Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp1285 Value *stipplePtr = GEP(hPrivateData, {0, swr_draw_context_polyStipple, 0}); in CompileFS() local
1286 stipplePtr = BITCAST(stipplePtr, mInt8PtrTy); in CompileFS()
1289 Value *vStipple = GATHERDD(VUNDEF_I(), stipplePtr, vYstipple, in CompileFS()