Searched refs:producerUsage (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/include/android_stub/hardware/ |
H A D | gralloc1.h | 706 uint64_t producerUsage; member 904 /* lock(..., buffer, producerUsage, consumerUsage, accessRegion, outData, 911 * Exactly one of producerUsage and consumerUsage must be *_USAGE_NONE. The 938 * producerUsage - the producer usage flags to request; either this or 942 * producerUsage must be GRALLOC1_*_USAGE_NONE, and the other must be a 952 * GRALLOC1_ERROR_BAD_VALUE - neither or both of producerUsage and 962 uint64_t /*gralloc1_producer_usage_t*/ producerUsage, 967 /* lockFlex(..., buffer, producerUsage, consumerUsage, accessRegion, 987 * producerUsage - the producer usage flags to request; either this or 991 * producerUsage mus [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktGlobalPriorityQueueTests.cpp | 867 const VkImageUsageFlags producerUsage = (VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_STORAGE_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT); in iterate() local 868 de::MovePtr<ImageWithMemory> producerImage = this->createImage(producerUsage, producerIndex, producerQueue); in iterate()
|
Completed in 4 milliseconds