Searched refs:partialInboundsSize (Results 1 – 3 of 3) sorted by relevance
1055 …Value *partialInboundsSize = GEP(streams, {C(ied.StreamIndex), C(SWR_VERTEX_BUFFER_STATE_partialIn… in JitGatherVertices() local1056 partialInboundsSize = LOAD(partialInboundsSize); in JitGatherVertices()1058 Value *vPartialVertexSize = VBROADCAST_16(partialInboundsSize); in JitGatherVertices()1062 Value *vPartialVertexSize = VBROADCAST(partialInboundsSize); in JitGatherVertices()
563 …uint32_t partialInboundsSize; // size % pitch. precalculated value used by fetch shader for par… member
1332 swrVertexBuffers[i].partialInboundsSize = partial_inbounds; in swr_update_derived()