| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
| D | VertexArray.cpp | 63 size_t attribIndex, in setAttribBinding() 106 for (size_t attribIndex = 0; attribIndex < maxAttribBindings; ++attribIndex) in VertexArray() local 215 ANGLE_INLINE void VertexArray::setDirtyAttribBit(size_t attribIndex, in setDirtyAttribBit() 344 size_t attribIndex, in setVertexAttribBinding() 374 for (size_t attribIndex : binding.getBoundAttributesMask()) in setVertexBindingDivisor() local 399 void VertexArray::setVertexAttribFormat(size_t attribIndex, in setVertexAttribFormat() 419 void VertexArray::setVertexAttribDivisor(const Context *context, size_t attribIndex, GLuint divisor) in setVertexAttribDivisor() 427 void VertexArray::enableAttribute(size_t attribIndex, bool enabledState) in enableAttribute() 451 size_t attribIndex, in setVertexAttribPointerImpl() 510 size_t attribIndex, in setVertexAttribPointer() [all …]
|
| D | VertexArray.h | 48 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() 176 const VertexBinding &getBindingFromAttribIndex(size_t attribIndex) const in getBindingFromAttribIndex()
|
| D | FrameCapture.cpp | 1684 for (GLuint attribIndex = 0; attribIndex < gl::MAX_VERTEX_ATTRIBS; ++attribIndex) in CaptureVertexArrayData() local 2011 for (GLuint attribIndex = 0; attribIndex < gl::MAX_VERTEX_ATTRIBS; ++attribIndex) in CaptureMidExecutionSetup() local 3730 for (size_t attribIndex : context->getStateCache().getActiveClientAttribsMask()) in captureClientArraySnapshot() local
|
| D | State.h | 491 void setVertexAttribBinding(const Context *context, GLuint attribIndex, GLuint bindingIndex) in setVertexAttribBinding()
|
| D | validationES31.cpp | 1281 bool ValidateVertexAttribBinding(const Context *context, GLuint attribIndex, GLuint bindingIndex) in ValidateVertexAttribBinding()
|
| D | State.cpp | 1727 void State::setVertexAttribFormat(GLuint attribIndex, in setVertexAttribFormat()
|
| D | Context.cpp | 5015 void Context::vertexAttribFormat(GLuint attribIndex, in vertexAttribFormat() 5026 void Context::vertexAttribIFormat(GLuint attribIndex, in vertexAttribIFormat() 5035 void Context::vertexAttribBinding(GLuint attribIndex, GLuint bindingIndex) in vertexAttribBinding()
|
| D | Program.cpp | 5332 for (unsigned int attribIndex = 0; attribIndex < attribCount; ++attribIndex) in deserialize() local
|
| /device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/ |
| D | D3D11InputLayoutCacheTest.cpp | 40 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
|
| D | VertexAttributeTest.cpp | 327 for (GLint attribIndex = 0; attribIndex < attribCount; ++attribIndex) in compileMultiAttribProgram() local 335 for (GLint attribIndex = 0; attribIndex < attribCount; ++attribIndex) in compileMultiAttribProgram() local 354 for (GLint attribIndex = 0; attribIndex < attribCount; ++attribIndex) in setupMultiAttribs() local
|
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/ |
| D | VertexArrayGL.cpp | 42 bool IsVertexAttribPointerSupported(size_t attribIndex, const VertexAttribute &attrib) in IsVertexAttribPointerSupported() 442 void VertexArrayGL::updateAttribEnabled(size_t attribIndex) in updateAttribEnabled() 463 void VertexArrayGL::updateAttribPointer(const gl::Context *context, size_t attribIndex) in updateAttribPointer() 521 void VertexArrayGL::callVertexAttribPointer(GLuint attribIndex, in callVertexAttribPointer() 548 void VertexArrayGL::updateAttribFormat(size_t attribIndex) in updateAttribFormat() 577 void VertexArrayGL::updateAttribBinding(size_t attribIndex) in updateAttribBinding() 641 size_t attribIndex, in syncDirtyAttrib() 772 for (size_t attribIndex : updateMask) in applyActiveAttribLocationsMask() local
|
| D | ContextGL.cpp | 320 for (GLuint attribIndex = 0; attribIndex < gl::MAX_VERTEX_ATTRIBS; attribIndex++) in updateAttributesForBaseInstance() local 360 for (size_t attribIndex : attribMask) in resetUpdatedAttributes() local
|
| D | StateManagerGL.cpp | 2046 for (auto attribIndex : combinedMask) in syncState() local
|
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/ |
| D | VertexArrayVk.cpp | 263 for (size_t attribIndex : activeAttribs) in handleLineLoopIndirectDraw() local 349 size_t attribIndex, in convertVertexBufferGPU() 395 size_t attribIndex, in convertVertexBufferCPU() 520 ANGLE_INLINE void VertexArrayVk::setDefaultPackedInput(ContextVk *contextVk, size_t attribIndex) in setDefaultPackedInput() 537 for (size_t attribIndex : mState.getEnabledAttributesMask()) in updateActiveAttribInfo() local 551 size_t attribIndex, in syncDirtyAttrib() 719 for (size_t attribIndex : activeStreamedAttribs) in updateStreamedAttribs() local 857 size_t attribIndex, in updateDefaultAttrib()
|
| D | ContextVk.cpp | 1188 for (size_t attribIndex : mDirtyDefaultAttribsMask) in handleDirtyGraphicsDefaultAttribs() local 1349 for (size_t attribIndex : attribsMask) in handleDirtyGraphicsVertexBuffers() local 3951 void ContextVk::invalidateDefaultAttribute(size_t attribIndex) in invalidateDefaultAttribute() 3966 angle::Result ContextVk::updateDefaultAttribute(size_t attribIndex) in updateDefaultAttribute()
|
| D | ContextVk.h | 313 ANGLE_INLINE void onVertexAttributeChange(size_t attribIndex, in onVertexAttributeChange()
|
| D | vk_cache_utils.cpp | 710 const uint32_t attribIndex = static_cast<uint32_t>(attribIndexSizeT); in initializePipeline() local 941 uint32_t attribIndex, in updateVertexInput()
|
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/ |
| D | VertexDataManager.cpp | 261 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()
|
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/ |
| D | InputLayoutCache.cpp | 152 for (size_t attribIndex : state.getProgramExecutable()->getActiveAttribLocationsMask()) in getInputLayout() local 212 for (size_t attribIndex = 0; attribIndex < currentAttributes.size(); ++attribIndex) in createInputLayout() local
|
| D | VertexArray11.cpp | 110 for (size_t attribIndex : attributesToUpdate) in syncState() local 214 size_t attribIndex) in updateVertexAttribStorage()
|
| D | StateManager11.cpp | 1198 for (auto attribIndex : state.getAndResetDirtyCurrentValues()) in syncState() local 2038 void StateManager11::invalidateCurrentValueAttrib(size_t attribIndex) in invalidateCurrentValueAttrib() 2063 for (auto attribIndex : dirtyActiveAttribs) in syncCurrentValueAttribs() local 3022 for (size_t attribIndex = 0; attribIndex < (gl::MAX_VERTEX_ATTRIBS - reservedBuffers); in applyVertexBuffers() local 3236 for (size_t attribIndex = 0; attribIndex < mCurrentAttributes.size(); ++attribIndex) in updateVertexOffsetsForPointSpritesEmulation() local
|
| /device/generic/vulkan-cereal/stream-servers/glestranslator/GLES_V2/ |
| D | GLESv2Validate.cpp | 783 bool GLESv2Validate::attribIndex(int index, int max){ in attribIndex() function in GLESv2Validate
|
| /device/generic/vulkan-cereal/stream-servers/glestranslator/GLcommon/ |
| D | GLEScontext.cpp | 951 uint32_t attribIndex = (uint32_t)arrType; in setPointer() local
|