Home
last modified time | relevance | path

Searched refs:ahbFormat (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/Vulkan/
DVkDeviceMemoryExternalAndroid.cpp145 VkFormatFeatureFlags GetVkFormatFeaturesFromAHBFormat(uint32_t ahbFormat) in GetVkFormatFeaturesFromAHBFormat() argument
149 VkFormat format = AHardwareBufferExternalMemory::GetVkFormatFromAHBFormat(ahbFormat); in GetVkFormatFeaturesFromAHBFormat()
361 VkFormat AHardwareBufferExternalMemory::GetVkFormatFromAHBFormat(uint32_t ahbFormat) in GetVkFormatFromAHBFormat() argument
363 switch(ahbFormat) in GetVkFormatFromAHBFormat()
397 UNSUPPORTED("AHardwareBufferExternalMemory::AHardwareBuffer_Format %d", int(ahbFormat)); in GetVkFormatFromAHBFormat()
DVkDeviceMemoryExternalAndroid.hpp66 static VkFormat GetVkFormatFromAHBFormat(uint32_t ahbFormat);
/external/deqp/external/vulkancts/modules/vulkan/util/
DvktExternalMemoryUtil.cpp1083 deUint32 ahbFormat = 0; in importMemory() local
1084 …ahbApi->describe(handle.getAndroidHardwareBuffer(), DE_NULL, DE_NULL, DE_NULL, &ahbFormat, DE_NULL… in importMemory()
1085 DE_ASSERT(ahbApi->ahbFormatIsBlob(ahbFormat) || image != 0); in importMemory()
1400 …virtual bool ahbFormatIsBlob(deUint32 ahbFormat) { return (ahbFormat == AHARDWAREBUFFER_FORMAT… in ahbFormatIsBlob() argument
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawAhbTests.cpp332 deUint32 ahbFormat = 0; in iterate() local
333 …ahbApi->describe(nativeHandle.getAndroidHardwareBuffer(), DE_NULL, DE_NULL, DE_NULL, &ahbFormat, D… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiExternalMemoryTests.cpp4261 deUint32 ahbFormat = 0; in testAndroidHardwareBufferImageFormat() local
4263 …ahbApi->describe(handle.getAndroidHardwareBuffer(), DE_NULL, DE_NULL, DE_NULL, &ahbFormat, &anhUsa… in testAndroidHardwareBufferImageFormat()
4264 TCU_CHECK(ahbFormat == ahbApi->vkFormatToAhbFormat(format)); in testAndroidHardwareBufferImageFormat()
4282 deUint32 ahbFormat = 0; in testAndroidHardwareBufferImageFormat() local
4284 …ahbApi->describe(handle.getAndroidHardwareBuffer(), DE_NULL, DE_NULL, DE_NULL, &ahbFormat, &anhUsa… in testAndroidHardwareBufferImageFormat()
4285 TCU_CHECK(ahbFormat == ahbApi->vkFormatToAhbFormat(format)); in testAndroidHardwareBufferImageFormat()
4300 deUint32 ahbFormat = 0; in testAndroidHardwareBufferImageFormat() local
4302 …ahbApi->describe(handle.getAndroidHardwareBuffer(), DE_NULL, DE_NULL, DE_NULL, &ahbFormat, &anhUsa… in testAndroidHardwareBufferImageFormat()
4303 TCU_CHECK(ahbFormat == ahbApi->vkFormatToAhbFormat(format)); in testAndroidHardwareBufferImageFormat()