Searched defs:_initialLayout (Results 1 - 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawCreateInfoUtil.cpp222 vk::VkImageLayout _initialLayout)
251 initialLayout = _initialLayout;
414 vk::VkImageLayout _initialLayout,
424 initialLayout = _initialLayout;
210 ImageCreateInfo(vk::VkImageType _imageType, vk::VkFormat _format, vk::VkExtent3D _extent, deUint32 _mipLevels, deUint32 _arrayLayers, vk::VkSampleCountFlagBits _samples, vk::VkImageTiling _tiling, vk::VkImageUsageFlags _usage, vk::VkSharingMode _sharingMode, deUint32 _queueFamilyIndexCount, const deUint32* _pQueueFamilyIndices, vk::VkImageCreateFlags _flags, vk::VkImageLayout _initialLayout) argument
408 AttachmentDescription(vk::VkFormat _format, vk::VkSampleCountFlagBits _samples, vk::VkAttachmentLoadOp _loadOp, vk::VkAttachmentStoreOp _storeOp, vk::VkAttachmentLoadOp _stencilLoadOp, vk::VkAttachmentStoreOp _stencilStoreOp, vk::VkImageLayout _initialLayout, vk::VkImageLayout _finalLayout) argument

Completed in 58 milliseconds