Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkMemUtil.cpp72 const deUint32 compatibleTypes = getCompatibleMemoryTypes(deviceMemProps, requirement); in selectMatchingMemoryType() local
73 const deUint32 candidates = allowedMemTypeBits & compatibleTypes; in selectMatchingMemoryType()
341 deUint32 compatibleTypes = 0u; in getCompatibleMemoryTypes() local
346 compatibleTypes |= (1u << memoryTypeNdx); in getCompatibleMemoryTypes()
349 return compatibleTypes; in getCompatibleMemoryTypes()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineRenderToImageTests.cpp692 const deUint32 compatibleTypes = getCompatibleMemoryTypes(deviceMemProps, requirement); in selectMatchingMemoryType() local
693 const deUint32 candidates = allowedMemTypeBits & compatibleTypes; in selectMatchingMemoryType()