Searched refs:ied (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dfetch_jit.cpp551 const INPUT_ELEMENT_DESC& ied = fetchState.layout[nInputElt]; local in function:FetchJit::JitGatherVertices
554 if (ied.ComponentPacking == ComponentEnable::NONE)
559 const SWR_FORMAT_INFO& info = GetFormatInfo((SWR_FORMAT)ied.Format);
565 Value* stream = LOAD(streams, {ied.StreamIndex, SWR_VERTEX_BUFFER_STATE_xpData});
567 Value* stride = LOAD(streams, {ied.StreamIndex, SWR_VERTEX_BUFFER_STATE_pitch});
571 Value* maxVertex = GEP(streams, {C(ied.StreamIndex), C(SWR_VERTEX_BUFFER_STATE_maxVertex)});
578 minVertex = GEP(streams, {C(ied.StreamIndex), C(SWR_VERTEX_BUFFER_STATE_minVertex)});
592 if (ied.InstanceEnable)
594 Value* stepRate = C(ied.InstanceAdvancementState);
609 else if (ied
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dfetch_jit.cpp558 const INPUT_ELEMENT_DESC& ied = fetchState.layout[nInputElt]; local in function:FetchJit::JitGatherVertices
561 if (ied.ComponentPacking == ComponentEnable::NONE)
566 const SWR_FORMAT_INFO& info = GetFormatInfo((SWR_FORMAT)ied.Format);
572 Value* stream = LOAD(streams, {ied.StreamIndex, SWR_VERTEX_BUFFER_STATE_xpData});
574 Value* stride = LOAD(streams, {ied.StreamIndex, SWR_VERTEX_BUFFER_STATE_pitch});
578 Value* maxVertex = GEP(streams, {C(ied.StreamIndex), C(SWR_VERTEX_BUFFER_STATE_maxVertex)});
585 minVertex = GEP(streams, {C(ied.StreamIndex), C(SWR_VERTEX_BUFFER_STATE_minVertex)});
599 if (ied.InstanceEnable)
601 Value* stepRate = C(ied.InstanceAdvancementState);
616 else if (ied
[all...]

Completed in 6 milliseconds