Home
last modified time | relevance | path

Searched refs:numVertexAttributes (Results 1 – 25 of 62) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/gl/
H A DGrGLOpsRenderPass.cpp67 int numAttribs = program->numVertexAttributes() + program->numInstanceAttributes(); in onBindBuffers()
97 for (int i = 0; i < program->numVertexAttributes(); ++i) { in setupGeometry()
110 int attribIdx = program->numVertexAttributes(); in setupGeometry()
H A DGrGLProgram.h131 int numVertexAttributes() const { return fVertexAttributeCnt; } in numVertexAttributes() function
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/
H A DGrOpsRenderPass.cpp53 if (programInfo.primProc().numVertexAttributes() > this->gpu()->caps()->maxVertexAttributes()) { in draw()
H A DGrProgramInfo.h100 !fPrimProc.numVertexAttributes() && !fPrimProc.numInstanceAttributes(); in isNVPR()
H A DGrPrimitiveProcessor.h151 int numVertexAttributes() const { return fVertexAttributes.fCount; } in numVertexAttributes() function
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/
H A DGrOpsRenderPass.cpp53 if (programInfo.primProc().numVertexAttributes() > this->gpu()->caps()->maxVertexAttributes()) { in draw()
H A DGrProgramInfo.h100 !fPrimProc.numVertexAttributes() && !fPrimProc.numInstanceAttributes(); in isNVPR()
H A DGrPrimitiveProcessor.h151 int numVertexAttributes() const { return fVertexAttributes.fCount; } in numVertexAttributes() function
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/
H A DGrOpsRenderPass.cpp53 if (programInfo.primProc().numVertexAttributes() > this->gpu()->caps()->maxVertexAttributes()) { in draw()
H A DGrProgramInfo.h100 !fPrimProc.numVertexAttributes() && !fPrimProc.numInstanceAttributes(); in isNVPR()
H A DGrPrimitiveProcessor.h151 int numVertexAttributes() const { return fVertexAttributes.fCount; } in numVertexAttributes() function
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/
H A DGrOpsRenderPass.cpp53 if (programInfo.primProc().numVertexAttributes() > this->gpu()->caps()->maxVertexAttributes()) { in draw()
H A DGrProgramInfo.h100 !fPrimProc.numVertexAttributes() && !fPrimProc.numInstanceAttributes(); in isNVPR()
H A DGrPrimitiveProcessor.h151 int numVertexAttributes() const { return fVertexAttributes.fCount; } in numVertexAttributes() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/gl/
H A DGrGLOpsRenderPass.cpp74 int numAttribs = program->numVertexAttributes() + program->numInstanceAttributes(); in onBindBuffers()
114 int attribIdx = program->numVertexAttributes(); in bindInstanceBuffer()
133 for (int i = 0; i < program->numVertexAttributes(); ++i) { in bindVertexBuffer()
H A DGrGLProgram.h130 int numVertexAttributes() const { return fVertexAttributeCnt; } in numVertexAttributes() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/
H A DGrProgramInfo.h82 !fPrimProc->numVertexAttributes() && !fPrimProc->numInstanceAttributes(); in isNVPR()
H A DGrPrimitiveProcessor.h152 int numVertexAttributes() const { return fVertexAttributes.fCount; } in numVertexAttributes() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/
H A DGrProgramInfo.h98 !fPrimProc->numVertexAttributes() && !fPrimProc->numInstanceAttributes(); in isNVPR()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLProgram.h130 int numVertexAttributes() const { return fVertexAttributeCnt; } in numVertexAttributes() function
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLProgram.h130 int numVertexAttributes() const { return fVertexAttributeCnt; } in numVertexAttributes() function
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLProgram.h130 int numVertexAttributes() const { return fVertexAttributeCnt; } in numVertexAttributes() function
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLProgram.h130 int numVertexAttributes() const { return fVertexAttributeCnt; } in numVertexAttributes() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/d3d/
H A DGrD3DPipelineState.cpp213 unsigned int totalAttributeCnt = programInfo.primProc().numVertexAttributes() + in Make()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkPipeline.cpp101 int vaCount = primProc.numVertexAttributes(); in setup_vertex_input_state()
508 int totalAttributeCnt = programInfo.primProc().numVertexAttributes() + in Create()

123