Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DUtilsVk.cpp642 spirv::IdRefList entryPointIds; in InsertPreamble() local
645 entryPointIds.push_back(spirv::IdRef(kIdColor0Out + colorIndex)); in InsertPreamble()
649 entryPointIds.push_back(spirv::IdRef(kIdDepthOut)); in InsertPreamble()
653 entryPointIds.push_back(spirv::IdRef(kIdStencilOut)); in InsertPreamble()
656 entryPointIds); in InsertPreamble()