Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/angle/src/libANGLE/
H A DVertexArray.cpp61 size_t attribIndex, in setAttribBinding()
123 for (size_t attribIndex = 0; attribIndex < maxAttribBindings; ++attribIndex) in VertexArray() local
263 ANGLE_INLINE void VertexArray::setDirtyAttribBit(size_t attribIndex, in setDirtyAttribBit()
270 ANGLE_INLINE void VertexArray::clearDirtyAttribBit(size_t attribIndex, in clearDirtyAttribBit()
439 size_t attribIndex, in setVertexAttribBinding()
497 void VertexArray::setVertexAttribFormat(size_t attribIndex, in setVertexAttribFormat()
517 void VertexArray::setVertexAttribDivisor(const Context *context, size_t attribIndex, GLuint divisor) in setVertexAttribDivisor()
525 void VertexArray::enableAttribute(size_t attribIndex, bool enabledState) in enableAttribute()
561 size_t attribIndex, in setVertexAttribPointerImpl()
626 size_t attribIndex, in setVertexAttribPointer()
[all …]
H A 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()
229 const VertexBinding &getBindingFromAttribIndex(size_t attribIndex) const in getBindingFromAttribIndex()
H A DGLES1Renderer.cpp561 ClientVertexArrayType GLES1Renderer::VertexArrayType(int attribIndex) in VertexArrayType()
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DVertexArrayGL.cpp58 bool IsVertexAttribPointerSupported(size_t attribIndex, const VertexAttribute &attrib) in IsVertexAttribPointerSupported()
232 for (auto attribIndex : candidateAttributesMask) in syncDrawState() local
650 angle::Result VertexArrayGL::updateAttribEnabled(const gl::Context *context, size_t attribIndex) in updateAttribEnabled()
675 angle::Result VertexArrayGL::updateAttribPointer(const gl::Context *context, size_t attribIndex) in updateAttribPointer()
767 GLuint attribIndex, in callVertexAttribPointer()
801 angle::Result VertexArrayGL::updateAttribFormat(const gl::Context *context, size_t attribIndex) in updateAttribFormat()
834 angle::Result VertexArrayGL::updateAttribBinding(const gl::Context *context, size_t attribIndex) in updateAttribBinding()
918 size_t attribIndex, in syncDirtyAttrib()
1079 for (size_t attribIndex : updateMask) in applyActiveAttribLocationsMask() local
H A DContextGL.cpp399 for (GLuint attribIndex = 0; attribIndex < attribs.size(); attribIndex++) in updateAttributesForBaseInstance() local
439 for (size_t attribIndex : attribMask) in resetUpdatedAttributes() local
H A DStateManagerGL.cpp2443 for (auto attribIndex : combinedMask) in syncState() local
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dvarray.c214 gl_vert_attrib attribIndex, in _mesa_vertex_attrib_binding()
3608 vertex_attrib_format(GLuint attribIndex, GLint size, GLenum type, in vertex_attrib_format()
3670 _mesa_VertexAttribFormat(GLuint attribIndex, GLint size, GLenum type, in _mesa_VertexAttribFormat()
3681 _mesa_VertexAttribIFormat(GLuint attribIndex, GLint size, GLenum type, in _mesa_VertexAttribIFormat()
3691 _mesa_VertexAttribLFormat(GLuint attribIndex, GLint size, GLenum type, in _mesa_VertexAttribLFormat()
3701 vertex_array_attrib_format(GLuint vaobj, bool isExtDsa, GLuint attribIndex, in vertex_array_attrib_format()
3751 _mesa_VertexArrayAttribFormat(GLuint vaobj, GLuint attribIndex, GLint size, in _mesa_VertexArrayAttribFormat()
3763 _mesa_VertexArrayVertexAttribFormatEXT(GLuint vaobj, GLuint attribIndex, GLint size, in _mesa_VertexArrayVertexAttribFormatEXT()
3775 _mesa_VertexArrayAttribIFormat(GLuint vaobj, GLuint attribIndex, in _mesa_VertexArrayAttribIFormat()
3787 _mesa_VertexArrayVertexAttribIFormatEXT(GLuint vaobj, GLuint attribIndex, in _mesa_VertexArrayVertexAttribIFormatEXT()
[all …]
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DVertexArrayVk.cpp457 for (size_t attribIndex : activeAttribs) in handleLineLoopIndirectDraw() local
775 for (size_t attribIndex : bindings[bindingIndex].getBoundAttributesMask()) in syncState() local
877 size_t attribIndex, in setDefaultPackedInput()
895 for (size_t attribIndex : mState.getEnabledAttributesMask()) in updateActiveAttribInfo() local
915 size_t attribIndex, in syncDirtyAttrib()
1152 for (size_t attribIndex : activeStreamedAttribs) in mergeClientAttribsRange() local
1254 for (size_t attribIndex : activeStreamedAttribs) in updateStreamedAttribs() local
1443 angle::Result VertexArrayVk::updateDefaultAttrib(ContextVk *contextVk, size_t attribIndex) in updateDefaultAttrib()
H A DContextVk.h787 angle::Result allocateStreamedVertexBuffer(size_t attribIndex, in allocateStreamedVertexBuffer()
1773 ANGLE_INLINE angle::Result ContextVk::onVertexAttributeChange(size_t attribIndex, in onVertexAttributeChange()
H A DContextVk.cpp2143 for (size_t attribIndex : attribsMask) in handleDirtyGraphicsDefaultAttribs() local
2717 for (size_t attribIndex : activeAttribLocations) in handleDirtyGraphicsVertexBuffers() local
2801 for (uint32_t attribIndex = 0; attribIndex < maxAttrib; ++attribIndex) in handleDirtyGraphicsVertexBuffers() local
7848 for (size_t attribIndex : mHasInFlightStreamedVertexBuffers) in flushAndSubmitCommands() local
8013 void ContextVk::invalidateDefaultAttribute(size_t attribIndex) in invalidateDefaultAttribute()
H A Dvk_cache_utils.cpp1787 for (uint32_t attribIndex = 0; attribIndex < gl::MAX_VERTEX_ATTRIBS; ++attribIndex) in UnpackPipelineState() local
3680 uint32_t attribIndex) in getPipelineVertexInputStateFormat()
3739 const uint32_t attribIndex = static_cast<uint32_t>(attribIndexSizeT); in initializePipelineVertexInputState() local
4193 uint32_t attribIndex, in updateVertexInput()
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DD3D11InputLayoutCacheTest.cpp41 for (unsigned int attribIndex = 0; attribIndex < attribCount; ++attribIndex) in makeProgramWithAttribCount() local
48 for (unsigned int attribIndex = 0; attribIndex < attribCount; ++attribIndex) in makeProgramWithAttribCount() local
105 for (unsigned int attribIndex = 0; attribIndex < attribCount; ++attribIndex) in TEST_P() local
H A DVertexAttributeTest.cpp305 for (GLint attribIndex = 0; attribIndex < attribCount; ++attribIndex) in compileMultiAttribProgram() local
313 for (GLint attribIndex = 0; attribIndex < attribCount; ++attribIndex) in compileMultiAttribProgram() local
332 for (GLint attribIndex = 0; attribIndex < attribCount; ++attribIndex) in setupMultiAttribs() local
5127 for (GLint attribIndex = 0; attribIndex < drawAttribs; ++attribIndex) in TEST_P() local
5137 for (GLint attribIndex = 0; attribIndex < drawAttribs; ++attribIndex) in TEST_P() local
5174 for (GLint attribIndex = 0; attribIndex < drawAttribs; ++attribIndex) in TEST_P() local
5190 for (GLint attribIndex = 0; attribIndex < drawAttribs; ++attribIndex) in TEST_P() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/
H A DVertexDataManager.cpp260 for (size_t attribIndex = 0; attribIndex < vertexAttributes.size(); ++attribIndex) in prepareVertexData() local
443 for (auto attribIndex : dynamicAttribsMask) in storeDynamicAttribs() local
451 for (auto attribIndex : dynamicAttribsMask) in storeDynamicAttribs() local
467 for (auto attribIndex : dynamicAttribsMask) in PromoteDynamicAttribs() local
592 size_t attribIndex) in storeCurrentValue()
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A DVertexArrayWgpu.cpp152 for (size_t attribIndex : clientAttributesToSync) in syncClientArrays() local
223 for (size_t attribIndex : clientAttributesToSync) in syncClientArrays() local
296 size_t attribIndex) in syncDirtyAttrib()
H A Dwgpu_pipeline_state.cpp116 bool RenderPipelineDesc::setVertexAttribute(size_t attribIndex, PackedVertexAttribute &newAttrib) in setVertexAttribute()
H A DContextWgpu.cpp145 void ContextWgpu::setVertexAttribute(size_t attribIndex, webgpu::PackedVertexAttribute newAttrib) in setVertexAttribute()
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DInputLayoutCache.cpp132 for (size_t attribIndex : executable->getActiveAttribLocationsMask()) in getInputLayout() local
189 for (size_t attribIndex = 0; attribIndex < currentAttributes.size(); ++attribIndex) in createInputLayout() local
H A DVertexArray11.cpp123 for (size_t attribIndex : attributesToUpdate) in syncState() local
229 size_t attribIndex) in updateVertexAttribStorage()
H A DStateManager11.cpp1209 for (auto attribIndex : state.getAndResetDirtyCurrentValues()) in syncState() local
2109 void StateManager11::invalidateCurrentValueAttrib(size_t attribIndex) in invalidateCurrentValueAttrib()
2134 for (auto attribIndex : dirtyActiveAttribs) in syncCurrentValueAttribs() local
3142 for (size_t attribIndex = 0; attribIndex < gl::MAX_VERTEX_ATTRIBS; ++attribIndex) in applyVertexBuffers() local
3258 for (size_t attribIndex = 0; attribIndex < mCurrentAttributes.size(); ++attribIndex) in updateVertexOffsetsForPointSpritesEmulation() local
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkPipeline.cpp121 int attribIndex = 0; in setup_vertex_input_state() local
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Validate.cpp794 bool GLESv2Validate::attribIndex(int index, int max){ in attribIndex() function in GLESv2Validate
/aosp_15_r20/external/skia/src/gpu/graphite/vk/
H A DVulkanGraphicsPipeline.cpp103 int attribIndex = 0; in setup_vertex_input_state() local
/aosp_15_r20/external/angle/src/libANGLE/capture/
H A DFrameCapture.cpp3202 GLuint attribIndex, in CaptureVertexPointerES1()
3342 for (GLuint attribIndex = 0; attribIndex < vertexAttribs.size(); ++attribIndex) in CaptureVertexArrayState() local
4089 for (GLuint attribIndex = 0; attribIndex < currentValues.size(); ++attribIndex) in CaptureDefaultVertexAttribs() local
8720 for (size_t attribIndex : context->getStateCache().getActiveClientAttribsMask()) in captureClientArraySnapshot() local
H A Dserialize.cpp1332 for (size_t attribIndex = 0; attribIndex < vertexAttributes.size(); ++attribIndex) in SerializeVertexAttributeVector() local

12