Home
last modified time | relevance | path

Searched refs:locationSymbols (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderExecUtil.cpp478 std::vector<const Symbol*> locationSymbols; //! Symbols by location member
508 ret.locationSymbols.push_back(&*it); in computeFragmentOutputLayout()
575 glu::RenderbufferVector renderbuffers (m_renderCtx, m_outputLayout.locationSymbols.size()); in execute()
627 for (int outNdx = 0; outNdx < (int)m_outputLayout.locationSymbols.size(); ++outNdx) in execute()
629 const Symbol& output = *m_outputLayout.locationSymbols[outNdx]; in execute()
642 vector<deUint32> drawBuffers(m_outputLayout.locationSymbols.size()); in execute()
643 for (int ndx = 0; ndx < (int)m_outputLayout.locationSymbols.size(); ndx++) in execute()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp310 std::vector<const Symbol*> locationSymbols; //! Symbols by location member
625 ret.locationSymbols.push_back(&*it); in computeFragmentOutputLayout()
969 for (int outNdx = 0; outNdx < (int)m_outputLayout.locationSymbols.size(); ++outNdx) in execute()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp310 std::vector<const Symbol*> locationSymbols; //! Symbols by location member
625 ret.locationSymbols.push_back(&*it); in computeFragmentOutputLayout()
969 for (int outNdx = 0; outNdx < (int)m_outputLayout.locationSymbols.size(); ++outNdx) in execute()

Completed in 16 milliseconds