Searched refs:outputSlot (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_streamout.c | 71 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/ |
D | ProgramD3D.cpp | 370 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 …]
|
D | ProgramD3D.h | 113 unsigned int outputSlot; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | ProgramD3D.cpp | 387 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 …]
|
D | ProgramD3D.h | 135 unsigned int outputSlot; member
|
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
D | svga3d_dx.h | 1851 uint32 outputSlot; member
|
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/ |
D | svga_dump.c | 1920 _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/ |
D | Renderer11.cpp | 2702 (separatedOutputBuffers ? streamOutVarying.outputSlot : 0)); in loadExecutable()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Renderer11.cpp | 3021 (separatedOutputBuffers ? streamOutVarying.outputSlot : 0)); in loadExecutable()
|