Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBindPointTests.cpp984 const auto dsBegin = params.dispatchSequence.m_data; in createBindPointTests() local
985 const auto dsEnd = dsBegin + decltype(params.dispatchSequence)::SIZE; in createBindPointTests()
990 } while (std::next_permutation(dsBegin, dsEnd)); in createBindPointTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineBindPointTests.cpp983 const auto dsBegin = params.dispatchSequence.m_data; in createBindPointTests() local
984 const auto dsEnd = dsBegin + decltype(params.dispatchSequence)::SIZE; in createBindPointTests()
989 } while (std::next_permutation(dsBegin, dsEnd)); in createBindPointTests()

Completed in 5 milliseconds