Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsBase.hpp69 MEMORY_BLOCK_NOT_BOUND_VALUE = 2u enumerator
DvktSparseResourcesShaderIntrinsicsStorage.cpp202 …rmatIsR64(m_format) ? "%type_uint64" : "%type_uint") << " " << MEMORY_BLOCK_NOT_BOUND_VALUE << "\n" in initPrograms()
DvktSparseResourcesShaderIntrinsicsSampled.cpp331 << "%constant_texel_not_resident = OpConstant %type_uint " << MEMORY_BLOCK_NOT_BOUND_VALUE << "\n" in initPrograms()
DvktSparseResourcesShaderIntrinsicsBase.cpp524 residencyReferenceData.assign(imageSizeInPixels, MEMORY_BLOCK_NOT_BOUND_VALUE); in iterate()