Home
last modified time | relevance | path

Searched refs:outSlot (Results 1 – 2 of 2) sorted by relevance

/external/v4l2_codec2/plugin_store/
DC2VdaBqBlockPool.cpp188 status_t attachBuffer(const sp<GraphicBuffer>& buffer, int* outSlot) { in attachBuffer() argument
200 [&converted, &status, outSlot](HStatus hStatus, int32_t hSlot, in attachBuffer()
203 *outSlot = static_cast<int>(hSlot); in attachBuffer()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp1999 uint32_t outSlot = attrib; in CompileTES() local
2004 outSlot--; in CompileTES()
2006 outputSlot = ADD(attribOffset, C(outSlot)); in CompileTES()
2433 uint32_t outSlot; in CompileVS() local
2439 outSlot = VERTEX_SGV_SLOT; in CompileVS()
2442 outSlot = VERTEX_POSITION_SLOT; in CompileVS()
2445 outSlot = VERTEX_ATTRIB_START_SLOT + attrib; in CompileVS()
2447 outSlot--; in CompileVS()
2450 WriteVS(val, pVsCtx, vtxOutput, outSlot, channel); in CompileVS()