Lines Matching refs:usage
2717 /* Compute the total heap size, internal and system usage. */
3070 .usage = VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT,
3085 .usage = VK_BUFFER_USAGE_STORAGE_BUFFER_BIT,
5703 VkBufferCreateFlags flags, VkBufferCreateFlags usage,
5710 /* Allow 32-bit address-space for DGC usage, as this buffer will contain
5714 * We only allow it with this usage set, to "protect" the 32-bit address space
5719 if ((usage & VK_BUFFER_USAGE_INDIRECT_BUFFER_BIT) && device->uses_device_generated_commands)
5732 if (usage & VK_BUFFER_USAGE_ACCELERATION_STRUCTURE_STORAGE_BIT_KHR)
5762 buffer->vk.usage, pMemoryRequirements);
5773 pInfo->pCreateInfo->usage, pMemoryRequirements);
6205 if (iview->image->vk.usage & (VK_IMAGE_USAGE_SAMPLED_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT |
7159 /* The valid usage section for this function says: