Home
last modified time | relevance | path

Searched refs:vertexAttribute (Results 1 – 25 of 37) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/utils/
H A DComboRenderPipelineDescriptor.cpp28 wgpu::VertexAttributeDescriptor vertexAttribute; in ComboVertexStateDescriptor() local
29 vertexAttribute.shaderLocation = 0; in ComboVertexStateDescriptor()
30 vertexAttribute.offset = 0; in ComboVertexStateDescriptor()
31 vertexAttribute.format = wgpu::VertexFormat::Float; in ComboVertexStateDescriptor()
33 cAttributes[i] = vertexAttribute; in ComboVertexStateDescriptor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/utils/
H A DComboRenderPipelineDescriptor.cpp28 wgpu::VertexAttributeDescriptor vertexAttribute; in ComboVertexStateDescriptor() local
29 vertexAttribute.shaderLocation = 0; in ComboVertexStateDescriptor()
30 vertexAttribute.offset = 0; in ComboVertexStateDescriptor()
31 vertexAttribute.format = wgpu::VertexFormat::Float; in ComboVertexStateDescriptor()
33 cAttributes[i] = vertexAttribute; in ComboVertexStateDescriptor()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/OpenGL/libGLES_CM/
H A DContext.cpp272 mState.vertexAttribute[i].mBoundBuffer = nullptr; in ~Context()
888 return mState.vertexAttribute[attribNum]; in getVertexAttribState()
895 mState.vertexAttribute[attribNum].mSize = size; in setVertexAttribState()
896 mState.vertexAttribute[attribNum].mType = type; in setVertexAttribState()
898 mState.vertexAttribute[attribNum].mStride = stride; in setVertexAttribState()
899 mState.vertexAttribute[attribNum].mPointer = pointer; in setVertexAttribState()
904 return mState.vertexAttribute[attribNum].mPointer; in getVertexAttribPointer()
909 return mState.vertexAttribute; in getVertexAttributes()
3113 mState.vertexAttribute[index].mCurrentValue[0] = x; in setVertexAttrib()
3114 mState.vertexAttribute[index].mCurrentValue[1] = y; in setVertexAttrib()
[all …]
H A DContext.h284 VertexAttribute vertexAttribute[MAX_VERTEX_ATTRIBS]; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/OpenGL/libGLES_CM/
H A DContext.cpp272 mState.vertexAttribute[i].mBoundBuffer = nullptr; in ~Context()
888 return mState.vertexAttribute[attribNum]; in getVertexAttribState()
895 mState.vertexAttribute[attribNum].mSize = size; in setVertexAttribState()
896 mState.vertexAttribute[attribNum].mType = type; in setVertexAttribState()
898 mState.vertexAttribute[attribNum].mStride = stride; in setVertexAttribState()
899 mState.vertexAttribute[attribNum].mPointer = pointer; in setVertexAttribState()
904 return mState.vertexAttribute[attribNum].mPointer; in getVertexAttribPointer()
909 return mState.vertexAttribute; in getVertexAttributes()
3113 mState.vertexAttribute[index].mCurrentValue[0] = x; in setVertexAttrib()
3114 mState.vertexAttribute[index].mCurrentValue[1] = y; in setVertexAttrib()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DContext.cpp202 mState.vertexAttribute[i].mBoundBuffer.set(NULL); in ~Context()
740 mState.vertexAttribute[attribNum].mArrayEnabled = enabled; in setEnableVertexAttribArray()
745 return mState.vertexAttribute[attribNum]; in getVertexAttribState()
752 mState.vertexAttribute[attribNum].mSize = size; in setVertexAttribState()
753 mState.vertexAttribute[attribNum].mType = type; in setVertexAttribState()
754 mState.vertexAttribute[attribNum].mNormalized = normalized; in setVertexAttribState()
755 mState.vertexAttribute[attribNum].mStride = stride; in setVertexAttribState()
756 mState.vertexAttribute[attribNum].mPointer = pointer; in setVertexAttribState()
761 return mState.vertexAttribute[attribNum].mPointer; in getVertexAttribPointer()
766 return mState.vertexAttribute; in getVertexAttributes()
[all …]
H A DContext.h214 VertexAttribute vertexAttribute[MAX_VERTEX_ATTRIBS]; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryTestsUtil.hpp132 …nst vk::VkVertexInputAttributeDescription vertexAttribute) { m_vertexInputAttributes.push_back(ver… in addVertexAttribute() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gl/
H A Dgl4cVertexAttrib64BitTest.cpp622 class vertexAttribute class in VertexAttrib64Bit::GetVertexAttribTest
625 vertexAttribute(GLdouble min, GLdouble max) in vertexAttribute() function in VertexAttrib64Bit::GetVertexAttribTest::vertexAttribute
763 vertexAttribute<SIZE> vertex_attribute(m_min, m_max); in checkVertexAttribLd()
792 vertexAttribute<SIZE> vertex_attribute(m_min, m_max); in checkVertexAttribLdv()
886 const GetVertexAttribTest::vertexAttribute<1>& attribute) const in vertexAttribLd()
900 const GetVertexAttribTest::vertexAttribute<2>& attribute) const in vertexAttribLd()
914 const GetVertexAttribTest::vertexAttribute<3>& attribute) const in vertexAttribLd()
928 const GetVertexAttribTest::vertexAttribute<4>& attribute) const in vertexAttribLd()
942 const GetVertexAttribTest::vertexAttribute<1>& attribute) const in vertexAttribLdv()
956 const GetVertexAttribTest::vertexAttribute<2>& attribute) const in vertexAttribLdv()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationUtil.hpp143 …nst vk::VkVertexInputAttributeDescription vertexAttribute) { m_vertexInputAttributes.push_back(ver… in addVertexAttribute() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/
H A Dframe_capture_utils.cpp901 for (const gl::VertexAttribute &vertexAttribute : vertexAttributes) in SerializeVertexAttributeVector() local
903 bos->writeBool(vertexAttribute.enabled); in SerializeVertexAttributeVector()
904 ASSERT(vertexAttribute.format); in SerializeVertexAttributeVector()
905 SerializeFormat(bos, vertexAttribute.format); in SerializeVertexAttributeVector()
906 bos->writeInt(vertexAttribute.relativeOffset); in SerializeVertexAttributeVector()
907 bos->writeInt(vertexAttribute.vertexAttribArrayStride); in SerializeVertexAttributeVector()
908 bos->writeInt(vertexAttribute.bindingIndex); in SerializeVertexAttributeVector()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLProgram.h131 const Attribute& vertexAttribute(int i) const { in vertexAttribute() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/gl/
H A DGrGLProgram.h132 const Attribute& vertexAttribute(int i) const { in vertexAttribute() function
H A DGrGLOpsRenderPass.cpp98 const auto& attrib = program->vertexAttribute(i); in setupGeometry()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLProgram.h131 const Attribute& vertexAttribute(int i) const { in vertexAttribute() function
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLProgram.h131 const Attribute& vertexAttribute(int i) const { in vertexAttribute() function
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLProgram.h131 const Attribute& vertexAttribute(int i) const { in vertexAttribute() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/gl/
H A DGrGLProgram.h131 const Attribute& vertexAttribute(int i) const { in vertexAttribute() function
H A DGrGLOpsRenderPass.cpp134 const auto& attrib = program->vertexAttribute(i); in bindVertexBuffer()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/
H A Dygles.c828 …if ((_Ygl->levels[i].prg[j].vertexAttribute = (float *) malloc(_Ygl->levels[i].prg[j].maxQuad * si… in YglInit()
926 if (_Ygl->levels[i].prg[j].vertexAttribute) in YglDeInit()
927 free(_Ygl->levels[i].prg[j].vertexAttribute); in YglDeInit()
1029 …program->vertexAttribute = (float *) realloc(program->vertexAttribute, program->maxQuad * sizeof(f… in YglGetProgram()
1356 vtxa = (program->vertexAttribute + (program->currentQuad * 2)); in YglQuadGrowShading()
1524 vtxa = (program->vertexAttribute + (program->currentQuad * 2)); in YglCachedQuadOffset()
1610 vtxa = (program->vertexAttribute + (program->currentQuad * 2)); in YglCachedQuad()
1719 vtxa = (program->vertexAttribute + (program->currentQuad * 2)); in YglCacheQuadGrowShading()
1940 … glVertexAttribPointer(level->prg[j].vaid,4, GL_FLOAT, GL_FALSE, 0, level->prg[j].vertexAttribute); in YglRenderVDP1()
2304 …lVertexAttribPointer(level->prg[j].vaid,4, GL_FLOAT, GL_FALSE, 0, level->prg[j].vertexAttribute); } in YglRender()
H A Dyglshaderes.c344 if( prg->vertexAttribute != NULL ) in Ygl_uniformGlowShading()
428 if( prg->vertexAttribute != NULL ) in Ygl_uniformGlowShadingHalfTrans()
1222 (void**)&level->prg[level->prgcurrent].vertexAttribute ) != 0 ) { in YglProgramChange()
1237 …if ((level->prg[level->prgcurrent].vertexAttribute = (float *) malloc(level->prg[level->prgcurrent… in YglProgramChange()
H A Dygl.h136 float * vertexAttribute; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUtil.hpp127 …nst vk::VkVertexInputAttributeDescription vertexAttribute) { m_vertexInputAttributes.push_back(ver… in addVertexAttribute() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp227 mState.vertexAttribute[i].mBoundBuffer = nullptr; in ~Context()
867 return mState.vertexAttribute; in getCurrentVertexAttributes()
3881 if(mState.vertexAttribute[attribute].mBoundBuffer.name() == buffer) in detachBuffer()
3883 mState.vertexAttribute[attribute].mBoundBuffer = nullptr; in detachBuffer()
4015 mState.vertexAttribute[index].setCurrentValue(values); in setVertexAttrib()
4024 mState.vertexAttribute[index].setCurrentValue(values); in setVertexAttrib()
4033 mState.vertexAttribute[index].setCurrentValue(values); in setVertexAttrib()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp227 mState.vertexAttribute[i].mBoundBuffer = nullptr; in ~Context()
867 return mState.vertexAttribute; in getCurrentVertexAttributes()
3881 if(mState.vertexAttribute[attribute].mBoundBuffer.name() == buffer) in detachBuffer()
3883 mState.vertexAttribute[attribute].mBoundBuffer = nullptr; in detachBuffer()
4015 mState.vertexAttribute[index].setCurrentValue(values); in setVertexAttrib()
4024 mState.vertexAttribute[index].setCurrentValue(values); in setVertexAttrib()
4033 mState.vertexAttribute[index].setCurrentValue(values); in setVertexAttrib()

12