Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/android/
Dvk_android_utils.cpp39 VkAndroidHardwareBufferPropertiesANDROID bufferProperties = {}; in GetClientBufferMemoryRequirements() local
40 bufferProperties.sType = VK_STRUCTURE_TYPE_ANDROID_HARDWARE_BUFFER_PROPERTIES_ANDROID; in GetClientBufferMemoryRequirements()
41 bufferProperties.pNext = &bufferFormatProperties; in GetClientBufferMemoryRequirements()
45 &bufferProperties)); in GetClientBufferMemoryRequirements()
47 memRequirements.size = bufferProperties.allocationSize; in GetClientBufferMemoryRequirements()
49 memRequirements.memoryTypeBits = bufferProperties.memoryTypeBits; in GetClientBufferMemoryRequirements()
DHardwareBufferImageSiblingVkAndroid.cpp103 VkAndroidHardwareBufferPropertiesANDROID bufferProperties = {}; in ValidateHardwareBuffer() local
104 bufferProperties.sType = VK_STRUCTURE_TYPE_ANDROID_HARDWARE_BUFFER_PROPERTIES_ANDROID; in ValidateHardwareBuffer()
105 bufferProperties.pNext = &bufferFormatProperties; in ValidateHardwareBuffer()
109 vkGetAndroidHardwareBufferPropertiesANDROID(device, hardwareBuffer, &bufferProperties); in ValidateHardwareBuffer()
207 VkAndroidHardwareBufferPropertiesANDROID bufferProperties = {}; in initImpl() local
208 bufferProperties.sType = VK_STRUCTURE_TYPE_ANDROID_HARDWARE_BUFFER_PROPERTIES_ANDROID; in initImpl()
209 bufferProperties.pNext = &bufferFormatProperties; in initImpl()
213 &bufferProperties)); in initImpl()
280 externalMemoryRequirements.size = bufferProperties.allocationSize; in initImpl()
282 externalMemoryRequirements.memoryTypeBits = bufferProperties.memoryTypeBits; in initImpl()
/external/OpenCL-CTS/test_conformance/d3d10/
Dbuffer.cpp21 BufferProperties bufferProperties[] = variable
48 UINT bufferPropertyCount = sizeof(bufferProperties)/sizeof(bufferProperties[0]);
307 &bufferProperties[i]); in TestDeviceBuffer()
/external/OpenCL-CTS/test_conformance/d3d11/
Dbuffer.cpp21 BufferProperties bufferProperties[] = variable
48 UINT bufferPropertyCount = sizeof(bufferProperties)/sizeof(bufferProperties[0]);
318 &bufferProperties[i]); in TestDeviceBuffer()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiExternalMemoryTests.cpp4061 vk::VkAndroidHardwareBufferPropertiesANDROID bufferProperties = in ValidateAHardwareBuffer() local
4069 VK_CHECK(vkd.getAndroidHardwareBufferPropertiesANDROID(device, ahb, &bufferProperties)); in ValidateAHardwareBuffer()