Searched refs:outLocation (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsShaderExecUtil.cpp | 670 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 D | vktShaderExecutor.cpp | 1344 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, ©Params); in execute()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderExecutor.cpp | 1344 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, ©Params); in execute()
|
Completed in 17 milliseconds