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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
H A Dstreamout_jit.h44 uint32_t attribSlot; member in struct:STREAMOUT_DECL
72 uint32_t offsetAttribs; ///< attrib offset to subtract from all STREAMOUT_DECL::attribSlot values.
87 if (stream.decl[i].attribSlot != other.stream.decl[i].attribSlot) return false;
H A Dstreamout_jit.cpp145 Value* pAttrib = GEP(pStream, C(4 * decl.attribSlot));
350 soState.stream.decl[i].attribSlot -= soState.offsetAttribs;
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
H A Dclip.h412 uint32_t attribSlot = VERTEX_ATTRIB_START_SLOT + attrib; local
415 transposedPrims[0].attrib[attribSlot][c] = _simd_mask_i32gather_ps(_mm256_undefined_ps(), (const float*)pBase, vOffsets, vMask, 1);
626 uint32_t attribSlot = VERTEX_ATTRIB_START_SLOT + a; local
629 simdscalar vAttrib0 = GatherComponent(pInVerts, attribSlot, vActiveMask, s, c);
630 simdscalar vAttrib1 = GatherComponent(pInVerts, attribSlot, vActiveMask, p, c);
632 ScatterComponent(pOutVerts, attribSlot, vActiveMask, outIndex, c, vOutAttrib);
639 uint32_t attribSlot = VERTEX_CLIPCULL_DIST_LO_SLOT; local
642 simdscalar vAttrib0 = GatherComponent(pInVerts, attribSlot, vActiveMask, s, c);
643 simdscalar vAttrib1 = GatherComponent(pInVerts, attribSlot, vActiveMask, p, c);
645 ScatterComponent(pOutVerts, attribSlot, vActiveMas
651 uint32_t attribSlot = VERTEX_CLIPCULL_DIST_HI_SLOT; local
722 uint32_t attribSlot = VERTEX_ATTRIB_START_SLOT + a; local
733 uint32_t attribSlot = VERTEX_CLIPCULL_DIST_LO_SLOT; local
743 uint32_t attribSlot = VERTEX_CLIPCULL_DIST_HI_SLOT; local
812 uint32_t attribSlot = VERTEX_ATTRIB_START_SLOT + a; local
845 uint32_t attribSlot = VERTEX_ATTRIB_START_SLOT + a; local
[all...]
H A Dfrontend.cpp678 uint32_t attribSlot = VERTEX_ATTRIB_START_SLOT + slot;
679 pa.Assemble(attribSlot, attrib);
683 tlsGsContext.vert[i].attrib[attribSlot] = attrib[i];
999 uint32_t attribSlot = VERTEX_ATTRIB_START_SLOT + slot;
1000 pa.Assemble(attribSlot, simdattrib);
1004 hsContext.vert[i].attrib[attribSlot] = simdattrib[i];
/external/mesa3d/src/gallium/drivers/swr/
H A Dswr_draw.cpp122 state.stream.decl[num].attribSlot = so->output[i].register_index - 1;

Completed in 123 milliseconds