Home
last modified time | relevance | path

Searched refs:sparseImageFormatPropVec (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesTestsUtil.cpp967 const std::vector<VkSparseImageFormatProperties> sparseImageFormatPropVec = getPhysicalDeviceSparseImageFormatProperties(
970 return sparseImageFormatPropVec.size() > 0u;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesTestsUtil.cpp964 const std::vector<VkSparseImageFormatProperties> sparseImageFormatPropVec = getPhysicalDeviceSparseImageFormatProperties(
967 return sparseImageFormatPropVec.size() > 0u;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageUtil.cpp506 const std::vector<VkSparseImageFormatProperties> sparseImageFormatPropVec = in checkSparseImageFormatSupport() local
509 return (sparseImageFormatPropVec.size() != 0); in checkSparseImageFormatSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineImageUtil.cpp496 const std::vector<VkSparseImageFormatProperties> sparseImageFormatPropVec = in checkSparseImageFormatSupport() local
499 return (sparseImageFormatPropVec.size() != 0); in checkSparseImageFormatSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRender.cpp1239 const std::vector<VkSparseImageFormatProperties> sparseImageFormatPropVec = getPhysicalDeviceSparseImageFormatProperties(
1255 if (sparseImageFormatPropVec.size() == 0)
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRender.cpp1241 const std::vector<VkSparseImageFormatProperties> sparseImageFormatPropVec = getPhysicalDeviceSparseImageFormatProperties(
1257 if (sparseImageFormatPropVec.size() == 0)

Completed in 14 milliseconds