Searched refs:partialInboundsSize (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dfetch_jit.cpp653 Value* partialInboundsSize = local in function:FetchJit::JitGatherVertices
655 partialInboundsSize = LOAD(partialInboundsSize);
656 Value* vPartialVertexSize = VBROADCAST(partialInboundsSize);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dfetch_jit.cpp660 Value* partialInboundsSize = local in function:FetchJit::JitGatherVertices
662 partialInboundsSize = LOAD(partialInboundsSize);
663 Value* vPartialVertexSize = VBROADCAST(partialInboundsSize);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Dstate.h593 uint32_t partialInboundsSize; // size % pitch. precalculated value used by fetch shader for member in struct:SWR_VERTEX_BUFFER_STATE
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_state.cpp1328 swrVertexBuffers[i].partialInboundsSize = partial_inbounds;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_state.cpp1490 swrVertexBuffers[i].partialInboundsSize = partial_inbounds;

Completed in 17 milliseconds