• Home
  • Raw
  • Download

Lines Matching refs:m_device

87     vkCreateRenderPass(m_device->device(), &renderPassCreateInfo, NULL, &renderPass);  in TEST_F()
131 VkImageObj imageObject(m_device); in TEST_F()
144 vkCreateImageView(m_device->device(), &imageViewCreateInfo, NULL, &imageView); in TEST_F()
161 vkCreateFramebuffer(m_device->device(), &framebufferCreateInfo, nullptr, &framebuffer); in TEST_F()
163 …TestRenderPassBegin(m_errorMonitor, m_device->device(), m_commandBuffer->handle(), &renderPassBegi… in TEST_F()
165 vkDestroyFramebuffer(m_device->device(), framebuffer, nullptr); in TEST_F()
169 vkCreateFramebuffer(m_device->device(), &framebufferCreateInfo, nullptr, &framebuffer); in TEST_F()
172 …TestRenderPassBegin(m_errorMonitor, m_device->device(), m_commandBuffer->handle(), &renderPassBegi… in TEST_F()
175 vkDestroyFramebuffer(m_device->device(), framebuffer, nullptr); in TEST_F()
178 vkCreateFramebuffer(m_device->device(), &framebufferCreateInfo, nullptr, &framebuffer); in TEST_F()
181 …TestRenderPassBegin(m_errorMonitor, m_device->device(), m_commandBuffer->handle(), &renderPassBegi… in TEST_F()
184 vkDestroyFramebuffer(m_device->device(), framebuffer, nullptr); in TEST_F()
188 vkCreateFramebuffer(m_device->device(), &framebufferCreateInfo, nullptr, &framebuffer); in TEST_F()
190 …TestRenderPassBegin(m_errorMonitor, m_device->device(), m_commandBuffer->handle(), &renderPassBegi… in TEST_F()
192 vkDestroyFramebuffer(m_device->device(), framebuffer, nullptr); in TEST_F()
197 vkCreateFramebuffer(m_device->device(), &framebufferCreateInfo, nullptr, &framebuffer); in TEST_F()
199 …TestRenderPassBegin(m_errorMonitor, m_device->device(), m_commandBuffer->handle(), &renderPassBegi… in TEST_F()
201 vkDestroyFramebuffer(m_device->device(), framebuffer, nullptr); in TEST_F()
206 vkCreateFramebuffer(m_device->device(), &framebufferCreateInfo, nullptr, &framebuffer); in TEST_F()
208 …TestRenderPassBegin(m_errorMonitor, m_device->device(), m_commandBuffer->handle(), &renderPassBegi… in TEST_F()
210 vkDestroyFramebuffer(m_device->device(), framebuffer, nullptr); in TEST_F()
215 vkCreateFramebuffer(m_device->device(), &framebufferCreateInfo, nullptr, &framebuffer); in TEST_F()
217 …TestRenderPassBegin(m_errorMonitor, m_device->device(), m_commandBuffer->handle(), &renderPassBegi… in TEST_F()
219 vkDestroyFramebuffer(m_device->device(), framebuffer, nullptr); in TEST_F()
224 vkCreateFramebuffer(m_device->device(), &framebufferCreateInfo, nullptr, &framebuffer); in TEST_F()
226 …TestRenderPassBegin(m_errorMonitor, m_device->device(), m_commandBuffer->handle(), &renderPassBegi… in TEST_F()
228 vkDestroyFramebuffer(m_device->device(), framebuffer, nullptr); in TEST_F()
233 vkCreateFramebuffer(m_device->device(), &framebufferCreateInfo, nullptr, &framebuffer); in TEST_F()
235 …TestRenderPassBegin(m_errorMonitor, m_device->device(), m_commandBuffer->handle(), &renderPassBegi… in TEST_F()
237 vkDestroyFramebuffer(m_device->device(), framebuffer, nullptr); in TEST_F()
242 vkCreateFramebuffer(m_device->device(), &framebufferCreateInfo, nullptr, &framebuffer); in TEST_F()
244 …TestRenderPassBegin(m_errorMonitor, m_device->device(), m_commandBuffer->handle(), &renderPassBegi… in TEST_F()
246 vkDestroyFramebuffer(m_device->device(), framebuffer, nullptr); in TEST_F()
252 vkCreateImageView(m_device->device(), &imageViewCreateInfo, nullptr, &imageView2); in TEST_F()
254 vkCreateFramebuffer(m_device->device(), &framebufferCreateInfo, nullptr, &framebuffer); in TEST_F()
256 …TestRenderPassBegin(m_errorMonitor, m_device->device(), m_commandBuffer->handle(), &renderPassBegi… in TEST_F()
258 vkDestroyFramebuffer(m_device->device(), framebuffer, nullptr); in TEST_F()
259 vkDestroyImageView(m_device->device(), imageView2, nullptr); in TEST_F()
266 VkImageObj imageObject2(m_device); in TEST_F()
269 vkCreateImageView(m_device->device(), &imageViewCreateInfo, nullptr, &imageView2); in TEST_F()
271 vkCreateFramebuffer(m_device->device(), &framebufferCreateInfo, nullptr, &framebuffer); in TEST_F()
273 …TestRenderPassBegin(m_errorMonitor, m_device->device(), m_commandBuffer->handle(), &renderPassBegi… in TEST_F()
275 vkDestroyFramebuffer(m_device->device(), framebuffer, nullptr); in TEST_F()
276 vkDestroyImageView(m_device->device(), imageView2, nullptr); in TEST_F()
284 vkCreateImageView(m_device->device(), &imageViewCreateInfo, nullptr, &imageView2); in TEST_F()
286 vkCreateFramebuffer(m_device->device(), &framebufferCreateInfo, nullptr, &framebuffer); in TEST_F()
288 …TestRenderPassBegin(m_errorMonitor, m_device->device(), m_commandBuffer->handle(), &renderPassBegi… in TEST_F()
291 vkDestroyFramebuffer(m_device->device(), framebuffer, nullptr); in TEST_F()
292 vkDestroyImageView(m_device->device(), imageView2, nullptr); in TEST_F()
298 vkCreateImageView(m_device->device(), &imageViewCreateInfo, nullptr, &imageView2); in TEST_F()
300 vkCreateFramebuffer(m_device->device(), &framebufferCreateInfo, nullptr, &framebuffer); in TEST_F()
302 …TestRenderPassBegin(m_errorMonitor, m_device->device(), m_commandBuffer->handle(), &renderPassBegi… in TEST_F()
305 vkDestroyFramebuffer(m_device->device(), framebuffer, nullptr); in TEST_F()
306 vkDestroyImageView(m_device->device(), imageView2, nullptr); in TEST_F()
310 vkDestroyRenderPass(m_device->device(), renderPass, nullptr); in TEST_F()
312 vkDestroyImageView(m_device->device(), imageView, nullptr); in TEST_F()
362 vkCreateRenderPass(m_device->device(), &renderPassCreateInfo, NULL, &renderPass); in TEST_F()
389 vkCreateFramebuffer(m_device->device(), &framebufferCreateInfo, nullptr, &framebuffer); in TEST_F()
393 vkDestroyFramebuffer(m_device->device(), framebuffer, nullptr); in TEST_F()
395 vkDestroyRenderPass(m_device->device(), renderPass, nullptr); in TEST_F()
460 vkCreateRenderPass(m_device->device(), &renderPassCreateInfo, NULL, &renderPass); in TEST_F()
488 vkCreateFramebuffer(m_device->device(), &framebufferCreateInfo, nullptr, &framebuffer); in TEST_F()
491 vkDestroyFramebuffer(m_device->device(), framebuffer, nullptr); in TEST_F()
501 vkCreateFramebuffer(m_device->device(), &framebufferCreateInfo, nullptr, &framebuffer); in TEST_F()
504 vkDestroyFramebuffer(m_device->device(), framebuffer, nullptr); in TEST_F()
512 vkCreateFramebuffer(m_device->device(), &framebufferCreateInfo, nullptr, &framebuffer); in TEST_F()
515 vkDestroyFramebuffer(m_device->device(), framebuffer, nullptr); in TEST_F()
522 vkCreateFramebuffer(m_device->device(), &framebufferCreateInfo, nullptr, &framebuffer); in TEST_F()
525 vkDestroyFramebuffer(m_device->device(), framebuffer, nullptr); in TEST_F()
534 vkCreateFramebuffer(m_device->device(), &framebufferCreateInfo, nullptr, &framebuffer); in TEST_F()
537 vkDestroyFramebuffer(m_device->device(), framebuffer, nullptr); in TEST_F()
544 vkCreateFramebuffer(m_device->device(), &framebufferCreateInfo, nullptr, &framebuffer); in TEST_F()
547 vkDestroyFramebuffer(m_device->device(), framebuffer, nullptr); in TEST_F()
554 vkCreateFramebuffer(m_device->device(), &framebufferCreateInfo, nullptr, &framebuffer); in TEST_F()
557 vkDestroyFramebuffer(m_device->device(), framebuffer, nullptr); in TEST_F()
561 vkDestroyRenderPass(m_device->device(), renderPass, nullptr); in TEST_F()
646 vkCreateRenderPass(m_device->device(), &renderPassCreateInfo, nullptr, &renderPass); in TEST_F()
699 vkCreateFramebuffer(m_device->device(), &framebufferCreateInfo, nullptr, &framebuffer); in TEST_F()
702 vkDestroyFramebuffer(m_device->device(), framebuffer, nullptr); in TEST_F()
709 vkCreateFramebuffer(m_device->device(), &framebufferCreateInfo, nullptr, &framebuffer); in TEST_F()
712 vkDestroyFramebuffer(m_device->device(), framebuffer, nullptr); in TEST_F()
719 vkCreateFramebuffer(m_device->device(), &framebufferCreateInfo, nullptr, &framebuffer); in TEST_F()
722 vkDestroyFramebuffer(m_device->device(), framebuffer, nullptr); in TEST_F()
729 vkCreateFramebuffer(m_device->device(), &framebufferCreateInfo, nullptr, &framebuffer); in TEST_F()
732 vkDestroyFramebuffer(m_device->device(), framebuffer, nullptr); in TEST_F()
736 vkDestroyRenderPass(m_device->device(), renderPass, nullptr); in TEST_F()
834 vkCreateRenderPass(m_device->device(), &renderPassCreateInfo, nullptr, &renderPass); in TEST_F()
887 vkCreateFramebuffer(m_device->device(), &framebufferCreateInfo, nullptr, &framebuffer); in TEST_F()
890 vkDestroyFramebuffer(m_device->device(), framebuffer, nullptr); in TEST_F()
897 vkCreateFramebuffer(m_device->device(), &framebufferCreateInfo, nullptr, &framebuffer); in TEST_F()
900 vkDestroyFramebuffer(m_device->device(), framebuffer, nullptr); in TEST_F()
907 vkCreateFramebuffer(m_device->device(), &framebufferCreateInfo, nullptr, &framebuffer); in TEST_F()
910 vkDestroyFramebuffer(m_device->device(), framebuffer, nullptr); in TEST_F()
917 vkCreateFramebuffer(m_device->device(), &framebufferCreateInfo, nullptr, &framebuffer); in TEST_F()
920 vkDestroyFramebuffer(m_device->device(), framebuffer, nullptr); in TEST_F()
924 vkDestroyRenderPass(m_device->device(), renderPass, nullptr); in TEST_F()
1018 … (PFN_vkCreateRenderPass2KHR)vkGetDeviceProcAddr(m_device->device(), "vkCreateRenderPass2KHR"); in TEST_F()
1019 vkCreateRenderPass2KHR(m_device->device(), &renderPassCreateInfo, nullptr, &renderPass); in TEST_F()
1056 vkCreateFramebuffer(m_device->device(), &framebufferCreateInfo, nullptr, &framebuffer); in TEST_F()
1059 vkDestroyFramebuffer(m_device->device(), framebuffer, nullptr); in TEST_F()
1066 vkCreateFramebuffer(m_device->device(), &framebufferCreateInfo, nullptr, &framebuffer); in TEST_F()
1069 vkDestroyFramebuffer(m_device->device(), framebuffer, nullptr); in TEST_F()
1076 vkCreateFramebuffer(m_device->device(), &framebufferCreateInfo, nullptr, &framebuffer); in TEST_F()
1079 vkDestroyFramebuffer(m_device->device(), framebuffer, nullptr); in TEST_F()
1083 vkDestroyRenderPass(m_device->device(), renderPass, nullptr); in TEST_F()