Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp670 const int outLocation = de::lookup(m_outputLayout.locationMap, output.name); in execute() local
676 gl.readBuffer(GL_COLOR_ATTACHMENT0 + outLocation + locNdx); in execute()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp1328 const int outLocation = de::lookup(m_outputLayout.locationMap, output.name); in execute() local
1346 …vk.cmdCopyImageToBuffer(*copyCmdBuffer, colorImages[outLocation + locNdx].get()->get(), VK_IMAGE_L… in execute()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp22152 uint32_t outLocation = 0; in TEST_F() local
22154 …tcsSourceStr += "layout(location=" + std::to_string(outLocation) + ") out vec4 v" + std::to_string… in TEST_F()
22155 outLocation += 1; in TEST_F()
22160 … tcsSourceStr += "layout(location=" + std::to_string(outLocation) + ") out float" + " vnOut[3];\n"; in TEST_F()
22163 …"layout(location=" + std::to_string(outLocation) + ") out vec" + std::to_string(outRemainder) + " … in TEST_F()
22165 outLocation += 1; in TEST_F()
22167 …tcsSourceStr += "layout(location=" + std::to_string(outLocation) + ") out vec4 exceedLimitOut[3];\… in TEST_F()
22297 uint32_t outLocation = 0; in TEST_F() local
22299 …tesSourceStr += "layout(location=" + std::to_string(outLocation) + ") out vec4 v" + std::to_string… in TEST_F()
22300 outLocation += 1; in TEST_F()
[all …]