Searched refs:GetVkFormat (Results 1 – 6 of 6) sorted by relevance
28 format_ = device->GetVkFormat(*format); in TransferBuffer()
61 VkFormat GetVkFormat(const Format& format) const;
50 vertex_attr_desc_.back().format = device_->GetVkFormat(*format); in SetData()
94 image_info_.format = device_->GetVkFormat(format); in TransferImage()
670 VkFormat vk_format = GetVkFormat(format); in IsFormatSupportedByPhysicalDevice()731 VkFormat Device::GetVkFormat(const Format& format) const { in GetVkFormat() function in amber::vulkan::Device
419 device_->GetVkFormat(*info->buffer->GetFormat()); in CreateRenderPass()437 device_->GetVkFormat(*depth_stencil_buffer_.buffer->GetFormat()); in CreateRenderPass()