Searched refs:vkUsage (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiImageCompressionControlTests.cpp | 219 static void checkAhbImageSupport (const Context& context, const TestParams testParams, const deUint32 width, const deUint32 height, const VkImageUsageFlagBits vkUsage) in checkAhbImageSupport() argument 229 deUint64 ahbUsage = ahbApi->vkUsageToAhbUsage(vkUsage); in checkAhbImageSupport() 316 const deUint32 height, const VkImageUsageFlagBits vkUsage) in CheckOHOSImageSupport() 326 deUint64 ohosUsage = bufferApi->VKUsageToOHOSUsage(vkUsage); in CheckOHOSImageSupport() 428 const VkImageUsageFlagBits vkUsage = VK_IMAGE_USAGE_SAMPLED_BIT; in ahbImageCreateTest() local 466 vkUsage, in ahbImageCreateTest() 472 checkAhbImageSupport(context, testParams, width, height, vkUsage); in ahbImageCreateTest() 503 const VkImageUsageFlagBits vkUsage = VK_IMAGE_USAGE_SAMPLED_BIT; in OHOSImageCreateTest() local 541 vkUsage, in OHOSImageCreateTest() 547 CheckOHOSImageSupport(context, testParams, width, height, vkUsage); in OHOSImageCreateTest() 315 CheckOHOSImageSupport(const Context& context, const TestParams testParams, const deUint32 width, const deUint32 height, const VkImageUsageFlagBits vkUsage) CheckOHOSImageSupport() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiImageCompressionControlTests.cpp | 219 static void checkAhbImageSupport (const Context& context, const TestParams testParams, const deUint32 width, const deUint32 height, const VkImageUsageFlagBits vkUsage) in checkAhbImageSupport() argument 229 deUint64 ahbUsage = ahbApi->vkUsageToAhbUsage(vkUsage); in checkAhbImageSupport() 329 const VkImageUsageFlagBits vkUsage = VK_IMAGE_USAGE_SAMPLED_BIT; in ahbImageCreateTest() local 367 vkUsage, in ahbImageCreateTest() 373 checkAhbImageSupport(context, testParams, width, height, vkUsage); in ahbImageCreateTest()
|
Completed in 3 milliseconds