Home
last modified time | relevance | path

Searched defs:attribIndex (Results 1 – 25 of 46) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DVertexArray.cpp63 size_t attribIndex, in setAttribBinding()
106 for (size_t attribIndex = 0; attribIndex < maxAttribBindings; ++attribIndex) in VertexArray() local
212 ANGLE_INLINE void VertexArray::setDirtyAttribBit(size_t attribIndex, in setDirtyAttribBit()
340 size_t attribIndex, in setVertexAttribBinding()
370 for (size_t attribIndex : binding.getBoundAttributesMask()) in setVertexBindingDivisor() local
395 void VertexArray::setVertexAttribFormat(size_t attribIndex, in setVertexAttribFormat()
415 void VertexArray::setVertexAttribDivisor(const Context *context, size_t attribIndex, GLuint divisor) in setVertexAttribDivisor()
423 void VertexArray::enableAttribute(size_t attribIndex, bool enabledState) in enableAttribute()
447 size_t attribIndex, in setVertexAttribPointerImpl()
501 size_t attribIndex, in setVertexAttribPointer()
[all …]
DVertexArray.h48 const VertexAttribute &getVertexAttribute(size_t attribIndex) const in getVertexAttribute()
57 const VertexBinding &getBindingFromAttribIndex(size_t attribIndex) const in getBindingFromAttribIndex()
61 size_t getBindingIndexFromAttribIndex(size_t attribIndex) const in getBindingIndexFromAttribIndex()
173 const VertexBinding &getBindingFromAttribIndex(size_t attribIndex) const in getBindingFromAttribIndex()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DD3D11InputLayoutCacheTest.cpp40 for (unsigned int attribIndex = 0; attribIndex < attribCount; ++attribIndex) in makeProgramWithAttribCount() local
47 for (unsigned int attribIndex = 0; attribIndex < attribCount; ++attribIndex) in makeProgramWithAttribCount() local
101 for (unsigned int attribIndex = 0; attribIndex < attribCount; ++attribIndex) in TEST_P() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DD3D11InputLayoutCacheTest.cpp40 for (unsigned int attribIndex = 0; attribIndex < attribCount; ++attribIndex) in makeProgramWithAttribCount() local
47 for (unsigned int attribIndex = 0; attribIndex < attribCount; ++attribIndex) in makeProgramWithAttribCount() local
101 for (unsigned int attribIndex = 0; attribIndex < attribCount; ++attribIndex) in TEST_P() local
DVertexAttributeTest.cpp218 for (GLint attribIndex = 0; attribIndex < attribCount; ++attribIndex) in compileMultiAttribProgram() local
226 for (GLint attribIndex = 0; attribIndex < attribCount; ++attribIndex) in compileMultiAttribProgram() local
245 for (GLint attribIndex = 0; attribIndex < attribCount; ++attribIndex) in setupMultiAttribs() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DVertexArray.cpp61 size_t attribIndex, in setAttribBinding()
118 for (size_t attribIndex = 0; attribIndex < maxAttribBindings; ++attribIndex) in VertexArray() local
246 ANGLE_INLINE void VertexArray::setDirtyAttribBit(size_t attribIndex, in setDirtyAttribBit()
401 size_t attribIndex, in setVertexAttribBinding()
442 for (size_t attribIndex : binding.getBoundAttributesMask()) in setVertexBindingDivisor() local
468 void VertexArray::setVertexAttribFormat(size_t attribIndex, in setVertexAttribFormat()
488 void VertexArray::setVertexAttribDivisor(const Context *context, size_t attribIndex, GLuint divisor) in setVertexAttribDivisor()
496 void VertexArray::enableAttribute(size_t attribIndex, bool enabledState) in enableAttribute()
522 size_t attribIndex, in setVertexAttribPointerImpl()
581 size_t attribIndex, in setVertexAttribPointer()
[all …]
DVertexArray.h50 const VertexAttribute &getVertexAttribute(size_t attribIndex) const in getVertexAttribute()
59 const VertexBinding &getBindingFromAttribIndex(size_t attribIndex) const in getBindingFromAttribIndex()
63 size_t getBindingIndexFromAttribIndex(size_t attribIndex) const in getBindingIndexFromAttribIndex()
201 const VertexBinding &getBindingFromAttribIndex(size_t attribIndex) const in getBindingFromAttribIndex()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DVertexArrayGL.cpp42 bool IsVertexAttribPointerSupported(size_t attribIndex, const VertexAttribute &attrib) in IsVertexAttribPointerSupported()
397 void VertexArrayGL::updateAttribEnabled(size_t attribIndex) in updateAttribEnabled()
418 void VertexArrayGL::updateAttribPointer(const gl::Context *context, size_t attribIndex) in updateAttribPointer()
476 void VertexArrayGL::callVertexAttribPointer(GLuint attribIndex, in callVertexAttribPointer()
503 void VertexArrayGL::updateAttribFormat(size_t attribIndex) in updateAttribFormat()
532 void VertexArrayGL::updateAttribBinding(size_t attribIndex) in updateAttribBinding()
596 size_t attribIndex, in syncDirtyAttrib()
727 for (size_t attribIndex : updateMask) in applyActiveAttribLocationsMask() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DVertexArrayGL.cpp53 bool IsVertexAttribPointerSupported(size_t attribIndex, const VertexAttribute &attrib) in IsVertexAttribPointerSupported()
220 for (auto attribIndex : candidateAttributesMask) in syncDrawState() local
622 angle::Result VertexArrayGL::updateAttribEnabled(const gl::Context *context, size_t attribIndex) in updateAttribEnabled()
647 angle::Result VertexArrayGL::updateAttribPointer(const gl::Context *context, size_t attribIndex) in updateAttribPointer()
713 GLuint attribIndex, in callVertexAttribPointer()
749 angle::Result VertexArrayGL::updateAttribFormat(const gl::Context *context, size_t attribIndex) in updateAttribFormat()
782 angle::Result VertexArrayGL::updateAttribBinding(const gl::Context *context, size_t attribIndex) in updateAttribBinding()
866 size_t attribIndex, in syncDirtyAttrib()
1006 for (size_t attribIndex : updateMask) in applyActiveAttribLocationsMask() local
DContextGL.cpp369 for (GLuint attribIndex = 0; attribIndex < gl::MAX_VERTEX_ATTRIBS; attribIndex++) in updateAttributesForBaseInstance() local
409 for (size_t attribIndex : attribMask) in resetUpdatedAttributes() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DVertexArrayVk.cpp238 size_t attribIndex, in convertVertexBufferGPU()
284 size_t attribIndex, in convertVertexBufferCPU()
412 ANGLE_INLINE void VertexArrayVk::setDefaultPackedInput(ContextVk *contextVk, size_t attribIndex) in setDefaultPackedInput()
426 size_t attribIndex) in syncDirtyAttrib()
575 for (size_t attribIndex : clientAttribs) in updateClientAttribs() local
681 size_t attribIndex, in updateDefaultAttrib()
DContextVk.cpp632 for (size_t attribIndex : mDirtyDefaultAttribsMask) in handleDirtyGraphicsDefaultAttribs() local
737 for (size_t attribIndex : context->getStateCache().getActiveBufferedAttribsMask()) in handleDirtyGraphicsVertexBuffers() local
2866 void ContextVk::invalidateDefaultAttribute(size_t attribIndex) in invalidateDefaultAttribute()
2881 angle::Result ContextVk::updateDefaultAttribute(size_t attribIndex) in updateDefaultAttribute()
DContextVk.h205 ANGLE_INLINE void onVertexAttributeChange(size_t attribIndex, in onVertexAttributeChange()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DVertexArrayVk.cpp285 for (size_t attribIndex : activeAttribs) in handleLineLoopIndirectDraw() local
371 size_t attribIndex, in convertVertexBufferGPU()
421 size_t attribIndex, in convertVertexBufferCPU()
547 size_t attribIndex) in setDefaultPackedInput()
564 for (size_t attribIndex : mState.getEnabledAttributesMask()) in updateActiveAttribInfo() local
581 size_t attribIndex, in syncDirtyAttrib()
782 for (size_t attribIndex : activeStreamedAttribs) in updateStreamedAttribs() local
923 size_t attribIndex, in updateDefaultAttrib()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DVertexDataManager.cpp261 for (size_t attribIndex = 0; attribIndex < vertexAttributes.size(); ++attribIndex) in prepareVertexData() local
442 for (auto attribIndex : dynamicAttribsMask) in storeDynamicAttribs() local
449 for (auto attribIndex : dynamicAttribsMask) in storeDynamicAttribs() local
464 for (auto attribIndex : dynamicAttribsMask) in PromoteDynamicAttribs() local
580 size_t attribIndex) in storeCurrentValue()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DVertexDataManager.cpp259 for (size_t attribIndex = 0; attribIndex < vertexAttributes.size(); ++attribIndex) in prepareVertexData() local
442 for (auto attribIndex : dynamicAttribsMask) in storeDynamicAttribs() local
450 for (auto attribIndex : dynamicAttribsMask) in storeDynamicAttribs() local
466 for (auto attribIndex : dynamicAttribsMask) in PromoteDynamicAttribs() local
588 size_t attribIndex) in storeCurrentValue()
/third_party/mesa3d/src/mesa/main/
Dvarray.c163 gl_vert_attrib attribIndex, in _mesa_vertex_attrib_binding()
3347 vertex_attrib_format(GLuint attribIndex, GLint size, GLenum type, in vertex_attrib_format()
3409 _mesa_VertexAttribFormat(GLuint attribIndex, GLint size, GLenum type, in _mesa_VertexAttribFormat()
3420 _mesa_VertexAttribIFormat(GLuint attribIndex, GLint size, GLenum type, in _mesa_VertexAttribIFormat()
3430 _mesa_VertexAttribLFormat(GLuint attribIndex, GLint size, GLenum type, in _mesa_VertexAttribLFormat()
3440 vertex_array_attrib_format(GLuint vaobj, bool isExtDsa, GLuint attribIndex, in vertex_array_attrib_format()
3490 _mesa_VertexArrayAttribFormat(GLuint vaobj, GLuint attribIndex, GLint size, in _mesa_VertexArrayAttribFormat()
3502 _mesa_VertexArrayVertexAttribFormatEXT(GLuint vaobj, GLuint attribIndex, GLint size, in _mesa_VertexArrayVertexAttribFormatEXT()
3514 _mesa_VertexArrayAttribIFormat(GLuint vaobj, GLuint attribIndex, in _mesa_VertexArrayAttribIFormat()
3526 _mesa_VertexArrayVertexAttribIFormatEXT(GLuint vaobj, GLuint attribIndex, in _mesa_VertexArrayVertexAttribIFormatEXT()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DInputLayoutCache.cpp152 for (size_t attribIndex : program->getActiveAttribLocationsMask()) in getInputLayout() local
212 for (size_t attribIndex = 0; attribIndex < currentAttributes.size(); ++attribIndex) in createInputLayout() local
DVertexArray11.cpp110 for (size_t attribIndex : attributesToUpdate) in syncState() local
214 size_t attribIndex) in updateVertexAttribStorage()
DStateManager11.cpp1199 for (auto attribIndex : state.getAndResetDirtyCurrentValues()) in syncState() local
2015 void StateManager11::invalidateCurrentValueAttrib(size_t attribIndex) in invalidateCurrentValueAttrib()
2039 for (auto attribIndex : dirtyActiveAttribs) in syncCurrentValueAttribs() local
3001 for (size_t attribIndex = 0; attribIndex < (gl::MAX_VERTEX_ATTRIBS - reservedBuffers); in applyVertexBuffers() local
3215 for (size_t attribIndex = 0; attribIndex < mCurrentAttributes.size(); ++attribIndex) in updateVertexOffsetsForPointSpritesEmulation() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DInputLayoutCache.cpp152 for (size_t attribIndex : state.getProgramExecutable()->getActiveAttribLocationsMask()) in getInputLayout() local
212 for (size_t attribIndex = 0; attribIndex < currentAttributes.size(); ++attribIndex) in createInputLayout() local
DVertexArray11.cpp110 for (size_t attribIndex : attributesToUpdate) in syncState() local
217 size_t attribIndex) in updateVertexAttribStorage()
DStateManager11.cpp1208 for (auto attribIndex : state.getAndResetDirtyCurrentValues()) in syncState() local
2069 void StateManager11::invalidateCurrentValueAttrib(size_t attribIndex) in invalidateCurrentValueAttrib()
2094 for (auto attribIndex : dirtyActiveAttribs) in syncCurrentValueAttribs() local
3066 for (size_t attribIndex = 0; attribIndex < (gl::MAX_VERTEX_ATTRIBS - reservedBuffers); in applyVertexBuffers() local
3280 for (size_t attribIndex = 0; attribIndex < mCurrentAttributes.size(); ++attribIndex) in updateVertexOffsetsForPointSpritesEmulation() local
/third_party/flutter/skia/src/gpu/vk/
DGrVkPipeline.cpp103 int attribIndex = 0; in setup_vertex_input_state() local
/third_party/skia/src/gpu/vk/
DGrVkPipeline.cpp102 int attribIndex = 0; in setup_vertex_input_state() local

12