Lines Matching refs:get

1289 		inputAspectCreateInfo.get(),							//  const void*						pNext;						||  const void*							pNext;
2374 m_vertexShaderModule = createShaderModule(vk, device, context.getBinaryCollection().get(de::toString(subpassIndex) + "-vert"), 0u);
2375 m_fragmentShaderModule = createShaderModule(vk, device, context.getBinaryCollection().get(de::toString(subpassIndex) + "-frag"), 0u);
5315 waitForFences(vk, device, 1, &fence.get(), VK_TRUE, ~0ull);
5459 auto colorAttachmentView = makeImageView(vkd, device, colorAttachment->get(), VK_IMAGE_VIEW_TYPE_2D, imageFormat, subresourceRange);
5478 const auto framebuffer = makeFramebuffer(vkd, device, renderPass.get(), colorAttachmentView.get(), imageExtent.width, imageExtent.height);
5484 auto commandBuffer = allocateCommandBuffer(vkd, device, commandPool.get(), VK_COMMAND_BUFFER_LEVEL_PRIMARY);
5486 beginCommandBuffer(vkd, commandBuffer.get());
5501 VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL, VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL, colorAttachment->get(), subresourceRange);
5503 copyImageToBuffer(vkd, commandBuffer.get(), colorAttachment.get()->get(), outBuffer.get(), imageSize);
5504 endCommandBuffer(vkd, commandBuffer.get());
5505 submitCommandsAndWait(vkd, device, m_context.getUniversalQueue(), commandBuffer.get());
5814 addFunctionCaseWithPrograms<TestConfig>(attachmentCountGroup.get(), testCaseName.c_str(), createTestShaders, renderPassTest, testConfig);
5899 addFunctionCaseWithPrograms<TestConfig>(attachmentCountGroup.get(), testCaseName.c_str(), checkSupport, createTestShaders, renderPassTest, testConfig);
6384 addFunctionCaseWithPrograms<TestConfig>(allocationTypeGroup.get(), testCaseName.c_str(), createTestShaders, renderPassTest, testConfig);
6584 addFunctionCaseWithPrograms<TestConfig>(allocationTypeGroup.get(), testCaseName.c_str(), createTestShaders, renderPassTest, testConfig);
7053 addFunctionCaseWithPrograms<TestConfig>(loadOpGroup.get(), renderTypes[renderTypeNdx].str, createTestShaders, renderPassTest, testConfig);
7162 addFunctionCaseWithPrograms<TestConfig>(storeOpGroup.get(), testName, createTestShaders, renderPassTest, testConfig);
7239 addFunctionCaseWithPrograms<TestConfig>(storeOpGroup.get(), testName, createTestShaders, renderPassTest, testConfig);
7305 addFunctionCaseWithPrograms<TestConfig>(loadOpGroup.get(), renderTypes[renderTypeNdx].str, createTestShaders, renderPassTest, testConfig);
7341 addFunctionCaseWithPrograms<TestConfig>(loadOpGroup.get(), testName, createTestShaders, renderPassTest, testConfig);
7375 addFunctionCaseWithPrograms<TestConfig>(loadOpGroup.get(), testName, createTestShaders, renderPassTest, testConfig);
7485 addFunctionCaseWithPrograms<TestConfig>(storeOpGroup.get(), testName, createTestShaders, renderPassTest, testConfig);
7564 addFunctionCaseWithPrograms<TestConfig>(storeOpGroup.get(), testName, createTestShaders, renderPassTest, testConfig);
7648 addFunctionCaseWithPrograms<TestConfig>(storeOpGroup.get(), testName, createTestShaders, renderPassTest, testConfig);
7727 addFunctionCaseWithPrograms<TestConfig>(storeOpGroup.get(), testName, createTestShaders, renderPassTest, testConfig);
7808 addFunctionCaseWithPrograms<TestConfig>(storeOpGroup.get(), testName, createTestShaders, renderPassTest, testConfig);
7888 addFunctionCaseWithPrograms<TestConfig>(storeOpGroup.get(), testName, createTestShaders, renderPassTest, testConfig);
7944 addRenderPassTests(suballocationTestsGroup.get(), ALLOCATION_KIND_SUBALLOCATED, groupParams);
7953 addRenderPassTests(dedicatedAllocationTestsGroup.get(), ALLOCATION_KIND_DEDICATED, groupParams);