Home
last modified time | relevance | path

Searched refs:mCompressedVertexLoadFunction (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_format_utils.h140 return compressed ? mCompressedVertexLoadFunction : mVertexLoadFunction; in getVertexLoadFunction()
195 VertexCopyFunction mCompressedVertexLoadFunction; variable
H A Dvk_format_utils.cpp128 mCompressedVertexLoadFunction(nullptr), in Format()
189 mCompressedVertexLoadFunction = info[i].vertexLoadFunction; in initBufferFallback()