OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkImageFormatFeatureSupport
(Results
1 - 4
of
4
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesShaderIntrinsicsStorage.cpp
354
if (!
checkImageFormatFeatureSupport
(instance, physicalDevice, imageSparseInfo.format, VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT))
358
if (!
checkImageFormatFeatureSupport
(instance, physicalDevice, mapTextureFormat(m_residencyFormat), VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT))
vktSparseResourcesShaderIntrinsicsSampled.cpp
652
if (!
checkImageFormatFeatureSupport
(instance, physicalDevice, imageSparseInfo.format, VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT))
656
if (!
checkImageFormatFeatureSupport
(instance, physicalDevice, imageSparseInfo.format, VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT))
660
if (!
checkImageFormatFeatureSupport
(instance, physicalDevice, mapTextureFormat(m_residencyFormat), VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT))
[
all
...]
vktSparseResourcesTestsUtil.hpp
292
bool
checkImageFormatFeatureSupport
(const vk::InstanceInterface& instance,
vktSparseResourcesTestsUtil.cpp
[
all
...]
Completed in 258 milliseconds