HomeSort by relevance Sort by last modified time
    Searched refs:SWR_VTX_NUM_SLOTS (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
fetch_jit.h 99 INPUT_ELEMENT_DESC layout[SWR_VTX_NUM_SLOTS];
streamout_jit.cpp 241 pStreamData = GEP(pStreamData, C(SWR_VTX_NUM_SLOTS * 4));
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
state.h 193 SWR_VTX_NUM_SLOTS = (1 + VERTEX_ATTRIB_END_SLOT)
199 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];
    [all...]
rasterizer.cpp 77 OSALIGNSIMD(float) newAttribBuffer[4 * 3 * SWR_VTX_NUM_SLOTS];
335 OSALIGNSIMD(float) newAttribBuffer[4 * 3 * SWR_VTX_NUM_SLOTS];
frontend.cpp 518 uint32_t primDataDwordVertexStride = (SWR_VTX_NUM_SLOTS * sizeof(float) * 4) / sizeof(uint32_t);
623 /// note: the stride between vertexes is determinded by SWR_VTX_NUM_SLOTS
629 SWR_ASSERT(attribCount <= SWR_VTX_NUM_SLOTS);
    [all...]
clip.h 647 PA_STATE_OPT clipPA(pDC, numEmittedPrims, reinterpret_cast<uint8_t *>(&transposedPrims[0]), numEmittedVerts, SWR_VTX_NUM_SLOTS, true, NumVertsPerPrim, clipTopology);
    [all...]
rasterizer_impl.h 515 static THREAD OSALIGNLINE(float) perspAttribsTLS[vertsPerTri * SWR_VTX_NUM_SLOTS * componentsPerAttrib];
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/
swr_shader.cpp 407 const uint32_t vertSize = attribSize * SWR_VTX_NUM_SLOTS;
565 pGS->outputVertexSize = SWR_VTX_NUM_SLOTS;
573 (SWR_VTX_NUM_SLOTS * 16) * // sizeof vertex
    [all...]

Completed in 78 milliseconds