Home
last modified time | relevance | path

Searched refs:max_descriptor_set (Results 1 – 1 of 1) sorted by relevance

/external/deqp-deps/amber/src/dawn/
Dengine_dawn.cc1607 uint32_t max_descriptor_set = 0; in AttachBuffersAndTextures() local
1656 max_descriptor_set = std::max(max_descriptor_set, buf_info.descriptor_set); in AttachBuffersAndTextures()
1680 } else if (i < max_descriptor_set) { in AttachBuffersAndTextures()
1706 uint32_t max_descriptor_set = 0; in AttachBuffers() local
1755 max_descriptor_set = std::max(max_descriptor_set, buf_info.descriptor_set); in AttachBuffers()
1779 } else if (i < max_descriptor_set) { in AttachBuffers()