Home
last modified time | relevance | path

Searched refs:uboId (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp832 const auto uboId = addIdx + 1; in generateSources() local
833 additions += " outValue += ubo_" + std::to_string(uboId) + ".value;\n"; in generateSources()
858 const auto uboId = pipelineIdx + 1; in generateSources() local
859 const auto idStr = std::to_string(uboId); in generateSources()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp826 const auto uboId = addIdx + 1; in generateSources() local
827 additions += " outValue += ubo_" + std::to_string(uboId) + ".value;\n"; in generateSources()
852 const auto uboId = pipelineIdx + 1; in generateSources() local
853 const auto idStr = std::to_string(uboId); in generateSources()

Completed in 12 milliseconds