Home
last modified time | relevance | path

Searched refs:outputSlot (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_streamout.c71 i, decls[i].outputSlot, decls[i].registerIndex, in svga_define_stream_output()
227 decls[numDecls].outputSlot = buf_idx, in svga_create_stream_output()
263 decls[numDecls].outputSlot = buf_idx; in svga_create_stream_output()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DProgramD3D.cpp370 D3DVarying::D3DVarying() : semanticIndex(0), componentCount(0), outputSlot(0) {} in D3DVarying()
379 outputSlot(outputSlotIn) in D3DVarying()
1087 stream->readInt(&varying->outputSlot); in load()
1368 stream->writeInt(varying.outputSlot); in save()
3032 for (unsigned int outputSlot = 0; outputSlot < static_cast<unsigned int>(tfVaryingNames.size()); in gatherTransformFeedbackVaryings() local
3033 ++outputSlot) in gatherTransformFeedbackVaryings()
3035 const auto &tfVaryingName = tfVaryingNames[outputSlot]; in gatherTransformFeedbackVaryings()
3041 builtins.glPosition.index, 4, outputSlot); in gatherTransformFeedbackVaryings()
3049 builtins.glFragCoord.index, 4, outputSlot); in gatherTransformFeedbackVaryings()
3056 mStreamOutVaryings.emplace_back("PSIZE", 0, 1, outputSlot); in gatherTransformFeedbackVaryings()
[all …]
DProgramD3D.h113 unsigned int outputSlot; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DProgramD3D.cpp387 D3DVarying::D3DVarying() : semanticIndex(0), componentCount(0), outputSlot(0) {} in D3DVarying()
396 outputSlot(outputSlotIn) in D3DVarying()
1131 stream->readInt(&varying->outputSlot); in load()
1420 stream->writeInt(varying.outputSlot); in save()
3180 for (unsigned int outputSlot = 0; outputSlot < static_cast<unsigned int>(tfVaryingNames.size()); in gatherTransformFeedbackVaryings() local
3181 ++outputSlot) in gatherTransformFeedbackVaryings()
3183 const auto &tfVaryingName = tfVaryingNames[outputSlot]; in gatherTransformFeedbackVaryings()
3189 builtins.glPosition.index, 4, outputSlot); in gatherTransformFeedbackVaryings()
3197 builtins.glFragCoord.index, 4, outputSlot); in gatherTransformFeedbackVaryings()
3204 mStreamOutVaryings.emplace_back("PSIZE", 0, 1, outputSlot); in gatherTransformFeedbackVaryings()
[all …]
DProgramD3D.h135 unsigned int outputSlot; member
/third_party/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_dx.h1851 uint32 outputSlot; member
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c1920 _debug_printf("\t\t.decl[%d].outputSlot = %u\n", i, cmd->decl[i].outputSlot); in SVGA3D_DUMP_HEADER()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DRenderer11.cpp2702 (separatedOutputBuffers ? streamOutVarying.outputSlot : 0)); in loadExecutable()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DRenderer11.cpp3021 (separatedOutputBuffers ? streamOutVarying.outputSlot : 0)); in loadExecutable()