Searched refs:componentMask (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dstreamout_jit.h47 uint32_t componentMask; member in struct:STREAMOUT_DECL
93 if (stream.decl[i].componentMask != other.stream.decl[i].componentMask)
H A Dstreamout_jit.cpp126 // stream and writes N components to the output buffer given the componentMask or if
133 uint32_t numComponents = _mm_popcnt_u32(decl.componentMask);
147 Value* vpackedAttrib = VSHUFFLE(vattrib, vattrib, PackMask(decl.componentMask));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dstreamout_jit.h47 uint32_t componentMask; member in struct:STREAMOUT_DECL
93 if (stream.decl[i].componentMask != other.stream.decl[i].componentMask)
H A Dstreamout_jit.cpp126 // stream and writes N components to the output buffer given the componentMask or if
133 uint32_t numComponents = _mm_popcnt_u32(decl.componentMask);
147 Value* vpackedAttrib = VSHUFFLE(vattrib, vattrib, PackMask(decl.componentMask));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_draw.cpp82 state.stream.decl[num].componentMask =
94 state.stream.decl[num].componentMask =
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_draw.cpp117 state.stream.decl[num].componentMask =
129 state.stream.decl[num].componentMask =

Completed in 10 milliseconds