Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.cpp993 …const std::vector<VkSparseImageFormatProperties> sparseImageFormatPropVec = getPhysicalDeviceSpars… in checkSparseSupportForImageFormat() local
996 return sparseImageFormatPropVec.size() > 0u; in checkSparseSupportForImageFormat()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp478 const std::vector<VkSparseImageFormatProperties> sparseImageFormatPropVec = in checkSparseImageFormatSupport() local
481 return (sparseImageFormatPropVec.size() != 0); in checkSparseImageFormatSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp1223 …const std::vector<VkSparseImageFormatProperties> sparseImageFormatPropVec = getPhysicalDeviceSpars… in checkSparseSupport() local
1238 if (sparseImageFormatPropVec.size() == 0) in checkSparseSupport()