Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_format_utils.h137 return compressed ? mCompressedVertexLoadFunction : mVertexLoadFunction; in getVertexLoadFunction()
192 VertexCopyFunction mCompressedVertexLoadFunction; variable
Dvk_format_utils.cpp133 mCompressedVertexLoadFunction(nullptr), in Format()
195 mCompressedVertexLoadFunction = info[i].vertexLoadFunction; in initBufferFallback()