Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_format_utils.h93 return compressed ? compressedVertexLoadFunction : vertexLoadFunction; in getVertexLoadFunction()
138 VertexCopyFunction compressedVertexLoadFunction; member
Dvk_format_utils.cpp132 compressedVertexLoadFunction(nullptr), in Format()
189 compressedVertexLoadFunction = info[i].vertexLoadFunction; in initBufferFallback()