Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp1805 gl::ComponentType programAttribType = in initializePipeline() local
1810 if (attribType != programAttribType) in initializePipeline()
1813 programAttribType == gl::ComponentType::Float) in initializePipeline()
1817 vkFormat = kMismatchedComponentTypeMap[programAttribType]; in initializePipeline()
1842 if (programAttribType == gl::ComponentType::Float || in initializePipeline()