Lines Matching refs:texture
71 const std::unique_ptr<const RenderTexture>& texture) { in createBorrowedImageInfo() argument
76 info->width = texture->m_vkImageCreateInfo.extent.width; in createBorrowedImageInfo()
77 info->height = texture->m_vkImageCreateInfo.extent.height; in createBorrowedImageInfo()
78 info->image = texture->m_vkImage; in createBorrowedImageInfo()
79 info->imageCreateInfo = texture->m_vkImageCreateInfo; in createBorrowedImageInfo()
222 auto texture = RenderTexture::create(*k_vk, m_vkDevice, m_vkPhysicalDevice, m_compositorVkQueue, in TEST_F() local
225 ASSERT_TRUE(texture->write(pixels)); in TEST_F()
226 const auto imageInfo = createBorrowedImageInfo(texture); in TEST_F()
233 auto texture = RenderTexture::create(*k_vk, m_vkDevice, m_vkPhysicalDevice, m_compositorVkQueue, in TEST_F() local
245 ASSERT_TRUE(texture->write(pixels)); in TEST_F()
248 const auto imageInfo = createBorrowedImageInfo(texture); in TEST_F()