Searched refs:ahbFormat (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkDeviceMemoryExternalAndroid.cpp | 145 VkFormatFeatureFlags GetVkFormatFeaturesFromAHBFormat(uint32_t ahbFormat) in GetVkFormatFeaturesFromAHBFormat() argument 149 VkFormat format = AHardwareBufferExternalMemory::GetVkFormatFromAHBFormat(ahbFormat); in GetVkFormatFeaturesFromAHBFormat() 348 VkFormat AHardwareBufferExternalMemory::GetVkFormatFromAHBFormat(uint32_t ahbFormat) in GetVkFormatFromAHBFormat() argument 350 switch(ahbFormat) in GetVkFormatFromAHBFormat() 384 UNSUPPORTED("AHardwareBufferExternalMemory::AHardwareBuffer_Format %d", int(ahbFormat)); in GetVkFormatFromAHBFormat()
|
D | VkDeviceMemoryExternalAndroid.hpp | 63 static VkFormat GetVkFormatFromAHBFormat(uint32_t ahbFormat);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/ |
D | vktExternalMemoryUtil.cpp | 1091 deUint32 ahbFormat = 0; in importMemory() local 1092 …ahbApi->describe(handle.getAndroidHardwareBuffer(), DE_NULL, DE_NULL, DE_NULL, &ahbFormat, DE_NULL… in importMemory() 1093 DE_ASSERT(ahbApi->ahbFormatIsBlob(ahbFormat) || image != 0); in importMemory() 1408 …virtual bool ahbFormatIsBlob(deUint32 ahbFormat) { return (ahbFormat == AHARDWAREBUFFER_FORMAT… in ahbFormatIsBlob() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawAhbTests.cpp | 332 deUint32 ahbFormat = 0; in iterate() local 333 …ahbApi->describe(nativeHandle.getAndroidHardwareBuffer(), DE_NULL, DE_NULL, DE_NULL, &ahbFormat, D… in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiExternalMemoryTests.cpp | 4309 deUint32 ahbFormat = 0; in testAndroidHardwareBufferImageFormat() local 4311 …ahbApi->describe(handle.getAndroidHardwareBuffer(), DE_NULL, DE_NULL, DE_NULL, &ahbFormat, &anhUsa… in testAndroidHardwareBufferImageFormat() 4312 TCU_CHECK(ahbFormat == ahbApi->vkFormatToAhbFormat(format)); in testAndroidHardwareBufferImageFormat() 4330 deUint32 ahbFormat = 0; in testAndroidHardwareBufferImageFormat() local 4332 …ahbApi->describe(handle.getAndroidHardwareBuffer(), DE_NULL, DE_NULL, DE_NULL, &ahbFormat, &anhUsa… in testAndroidHardwareBufferImageFormat() 4333 TCU_CHECK(ahbFormat == ahbApi->vkFormatToAhbFormat(format)); in testAndroidHardwareBufferImageFormat() 4348 deUint32 ahbFormat = 0; in testAndroidHardwareBufferImageFormat() local 4350 …ahbApi->describe(handle.getAndroidHardwareBuffer(), DE_NULL, DE_NULL, DE_NULL, &ahbFormat, &anhUsa… in testAndroidHardwareBufferImageFormat() 4351 TCU_CHECK(ahbFormat == ahbApi->vkFormatToAhbFormat(format)); in testAndroidHardwareBufferImageFormat()
|