Searched refs:depth_img (Results 1 – 2 of 2) sorted by relevance
16 void generate(PImage rgb_img, PImage depth_img, Transform trans) {17 if (depth_img.width != width || depth_img.height != height ||30 color depth_px = depth_img.get(u, v);
2249 VkImageObj depth_img(m_device); in TEST_F() local2250 depth_img.init(&ci); in TEST_F()2251 ASSERT_TRUE(depth_img.initialized()); in TEST_F()2273 …vkCmdBlitImage(m_commandBuffer->handle(), depth_img.image(), depth_img.Layout(), depth_img.image()… in TEST_F()