Home
last modified time | relevance | path

Searched refs:mCurrentArrayBufferFormats (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/
H A DVertexArrayMtl.mm246 for (const mtl::VertexFormat *&format : mCurrentArrayBufferFormats)
438 desc.attributes[v].format = mCurrentArrayBufferFormats[v]->metalFormat;
469 stride = mCurrentArrayBufferFormats[v]->actualAngleFormat().pixelBytes;
574 mCurrentArrayBufferFormats[attribIndex] = &format;
591 mCurrentArrayBufferFormats[attribIndex] = &streamFormat;
678 mCurrentArrayBufferFormats[attribIndex] = &format;
692 mCurrentArrayBufferFormats[attribIndex] =
965 mCurrentArrayBufferFormats[attribIndex] = &srcVertexFormat;
993 mCurrentArrayBufferFormats[attribIndex] = &convertedFormat;
1028 mCurrentArrayBufferFormats[attribIndex] = &convertedFormat;
H A DVertexArrayMtl.h140 gl::AttribArray<const mtl::VertexFormat *> mCurrentArrayBufferFormats; variable
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DVertexArrayVk.h114 return mCurrentArrayBufferFormats; in getCurrentArrayBufferFormats()
196 gl::AttribArray<angle::FormatID> mCurrentArrayBufferFormats; variable
H A DVertexArrayVk.cpp906 mCurrentArrayBufferFormats[attribIndex] = format; in updateActiveAttribInfo()
1113 mCurrentArrayBufferFormats[attribIndex] = format; in syncDirtyAttrib()
1134 &mCurrentArrayBufferFormats[attribIndex])); in syncDirtyAttrib()
1468 &mCurrentArrayBufferFormats[attribIndex])); in updateDefaultAttrib()