Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferTests.cpp82 TEST_FLAG_NON_RESIDENT_STRICT = 1u << 2, //!< residencyNonResidentStrict enumerator
632 , m_nonResidentStrict ((flags & TEST_FLAG_NON_RESIDENT_STRICT) != 0) in SparseBufferTestInstance()
759 const bool nonResidentStrict = (flags & TEST_FLAG_NON_RESIDENT_STRICT) != 0; in initProgramsDrawWithUBO()
1458 …if (flags & TEST_FLAG_NON_RESIDENT_STRICT && !context.getDeviceProperties().sparseProperties.resid… in checkSupport()
1486 …{ "sparse_residency_non_resident_strict", TEST_FLAG_RESIDENCY | TEST_FLAG_NON_RESIDENT_STRICT,}, in populateTestGroup()