Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExecutablePropertiesTests.cpp544 size_t maxMatchingChunkSize = 0; in verifyInternalRepresentations() local
551 if (matchingChunkSize > maxMatchingChunkSize) in verifyInternalRepresentations()
553 maxMatchingChunkSize = matchingChunkSize; in verifyInternalRepresentations()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExecutablePropertiesTests.cpp570 size_t maxMatchingChunkSize = 0; in verifyInternalRepresentations() local
577 if (matchingChunkSize > maxMatchingChunkSize) in verifyInternalRepresentations()
579 maxMatchingChunkSize = matchingChunkSize; in verifyInternalRepresentations()

Completed in 5 milliseconds