Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp653 static FragmentOutputLayout computeFragmentOutputLayout(const std::vector<Symbol> &symbols) in computeFragmentOutputLayout() function
677 , m_outputLayout(computeFragmentOutputLayout(m_shaderSpec.outputs)) in FragmentOutExecutor()
1517 const FragmentOutputLayout outputLayout(computeFragmentOutputLayout(shaderSpec.outputs)); in generateSources()
1554 const FragmentOutputLayout outputLayout(computeFragmentOutputLayout(shaderSpec.outputs)); in generateSources()
1595 const FragmentOutputLayout outputLayout(computeFragmentOutputLayout(shaderSpec.outputs)); in generateSources()
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsShaderExecUtil.cpp521 static FragmentOutputLayout computeFragmentOutputLayout(const std::vector<Symbol> &symbols) in computeFragmentOutputLayout() function
549 , m_outputLayout(computeFragmentOutputLayout(m_outputs)) in FragmentOutExecutor()