Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/glshared/
H A 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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp1344 const int outLocation = de::lookup(m_outputLayout.locationMap, output.name); in execute() local
1362 vk.cmdCopyImageToBuffer(*copyCmdBuffer, colorImages[outLocation + locNdx].get()->get(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *readImageBuffer, 1u, &copyParams); in execute()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp1344 const int outLocation = de::lookup(m_outputLayout.locationMap, output.name); in execute() local
1362 vk.cmdCopyImageToBuffer(*copyCmdBuffer, colorImages[outLocation + locNdx].get()->get(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *readImageBuffer, 1u, &copyParams); in execute()

Completed in 17 milliseconds