Searched refs:SWR_VTX_NUM_SLOTS (Results 1 – 8 of 8) sorted by relevance
193 SWR_VTX_NUM_SLOTS = (1 + VERTEX_ATTRIB_END_SLOT) enumerator199 simdvector attrib[SWR_VTX_NUM_SLOTS];205 simd16vector attrib[SWR_VTX_NUM_SLOTS];213 typename SIMD_T::Vec4 attrib[SWR_VTX_NUM_SLOTS];252 ScalarAttrib attrib[SWR_VTX_NUM_SLOTS];
77 OSALIGNSIMD(float) newAttribBuffer[4 * 3 * SWR_VTX_NUM_SLOTS]; in RasterizeLine()335 OSALIGNSIMD(float) newAttribBuffer[4 * 3 * SWR_VTX_NUM_SLOTS]; in RasterizeTriPoint()
518 uint32_t primDataDwordVertexStride = (SWR_VTX_NUM_SLOTS * sizeof(float) * 4) / sizeof(uint32_t); in StreamOut()629 SWR_ASSERT(attribCount <= SWR_VTX_NUM_SLOTS); in PackPairsOfSimdVertexIntoSimd16Vertex()1341 SWR_VTX_NUM_SLOTS, in TessellationStages()
515 static THREAD OSALIGNLINE(float) perspAttribsTLS[vertsPerTri * SWR_VTX_NUM_SLOTS * componentsPerAtt…
647 … reinterpret_cast<uint8_t *>(&transposedPrims[0]), numEmittedVerts, SWR_VTX_NUM_SLOTS, true, NumVe…
99 INPUT_ELEMENT_DESC layout[SWR_VTX_NUM_SLOTS];
241 pStreamData = GEP(pStreamData, C(SWR_VTX_NUM_SLOTS * 4)); in buildStream()
407 const uint32_t vertSize = attribSize * SWR_VTX_NUM_SLOTS; in swr_gs_llvm_emit_vertex()565 pGS->outputVertexSize = SWR_VTX_NUM_SLOTS; in CompileGS()573 (SWR_VTX_NUM_SLOTS * 16) * // sizeof vertex in CompileGS()