Lines Matching refs:get

606 	graphicsPipeline.get()->setMonolithicPipelineLayout(pipelineLayout)
880 images.push_back(wd.floatColor1.image.get());
881 attachments.push_back(wd.floatColor1.view.get());
886 images.push_back(wd.floatColor2.image.get());
887 attachments.push_back(wd.floatColor2.view.get());
892 images.push_back(wd.intColor.image.get());
893 attachments.push_back(wd.intColor.view.get());
898 images.push_back(wd.depthStencil.image.get());
899 attachments.push_back(wd.depthStencil.view.get());
906 images.push_back(wd.floatResolve1.image.get());
907 attachments.push_back(wd.floatResolve1.view.get());
912 images.push_back(wd.floatResolve2.image.get());
913 attachments.push_back(wd.floatResolve2.view.get());
918 images.push_back(wd.intResolve.image.get());
919 attachments.push_back(wd.intResolve.view.get());
924 images.push_back(wd.depthStencilResolve.image.get());
925 attachments.push_back(wd.depthStencilResolve.view.get());
1131 wd.floatColor1.view.get(), // VkImageView imageView
1147 renderingAttachmentInfo.resolveImageView = wd.floatResolve1.view.get();
1165 wd.floatColor2.view.get(), // VkImageView imageView
1180 renderingAttachmentInfo.resolveImageView = wd.floatResolve2.view.get();
1198 wd.intColor.view.get(), // VkImageView imageView
1213 renderingAttachmentInfo.resolveImageView = wd.intResolve.view.get();
1232 wd.depthStencil.view.get(), // VkImageView imageView
1247 renderingAttachmentInfo.resolveImageView = wd.depthStencilResolve.view.get();
1849 // Perform query to get supported depth/stencil resolve modes.
2119 const Unique<VkShaderModule> verifyModule (createShaderModule(vk, device, context.getBinaryCollection().get("comp"), 0u));
2126 vk.cmdBindDescriptorSets(*testObjects.cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *verifyPipelineLayout, 0u, 1u, &testObjects.descriptorSets.back().get(), 0u, DE_NULL);
2200 const Unique<VkShaderModule> verifyModule (createShaderModule(vk, device, context.getBinaryCollection().get(shaderName), 0u));
2206 vk.cmdBindDescriptorSets(*testObjects.cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *verifyPipelineLayout, 0u, 1u, &testObjects.descriptorSets.back().get(), 0u, DE_NULL);
3061 const ShaderWrapper vertexModule (ShaderWrapper(vk, device, context.getBinaryCollection().get("vert"), 0u));
3062 const ShaderWrapper fragmentModule (ShaderWrapper(vk, device, context.getBinaryCollection().get("frag"), 0u));
3098 vk.cmdBindVertexBuffers(*testObjects.cmdBuffer, 0u, 1u, &wd.vertexBuffer.get(), &vertexBufferOffset);
3394 const ShaderWrapper vertexModule (ShaderWrapper(vk, device, context.getBinaryCollection().get("vert"), 0u));
3395 const ShaderWrapper fragmentModule (ShaderWrapper(vk, device, context.getBinaryCollection().get("frag"), 0u));
3432 vk.cmdBindVertexBuffers(*testObjects.cmdBuffer, 0u, 1u, &wd.vertexBuffer.get(), &vertexBufferOffset);
3531 vk.cmdBindVertexBuffers(*testObjects.cmdBuffer, 0u, 1u, &wd.vertexBuffer.get(), &vertexBufferOffset);
3554 const ShaderWrapper fragmentModule (ShaderWrapper(vk, device, context.getBinaryCollection().get(fragName.str().c_str()), 0u));
3720 const ShaderWrapper vertexModule (ShaderWrapper(vk, device, context.getBinaryCollection().get("vert"), 0u));
3779 const ShaderWrapper vertexModule (ShaderWrapper(vk, device, context.getBinaryCollection().get("vert"), 0u));
3980 // Set the sample count for attachments. Multisampled attachments that are used in the same pass will get the same number of samples.
4219 // the two color vectors and get the same result in the end, no matter when and how often resolve happens. For the integer formats this is not true (because resolve
4579 const ShaderWrapper vertexModule (ShaderWrapper(vk, device, context.getBinaryCollection().get("vert"), 0u));
4580 const ShaderWrapper fragmentModule0 (ShaderWrapper(vk, device, context.getBinaryCollection().get("frag_0"), 0u));
4581 const ShaderWrapper fragmentModule1 (ShaderWrapper(vk, device, context.getBinaryCollection().get("frag_1"), 0u));
4620 const ShaderWrapper fragmentModuleIn (ShaderWrapper(vk, device, context.getBinaryCollection().get("frag_in"), 0u));
4632 vk.cmdBindVertexBuffers(*testObjects.cmdBuffer, 0u, 1u, &wd.vertexBuffer.get(), &vertexBufferOffset);
4658 vk.cmdBindDescriptorSets(*testObjects.cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *inputPipelineLayout, 0u, 1u, &testObjects.descriptorSets.back().get(), 0u, DE_NULL);
5066 resolveGroup.get(),
5125 resolveGroup.get(),
5190 formatGroup[color1FormatNdx][color2FormatNdx][color3FormatNdx][depthStencilFormatNdx].get(),
5254 formatGroup[color1FormatNdx][color2FormatNdx][color3FormatNdx][depthStencilFormatNdx].get(),
5316 resolveGroup.get(),
5343 group.get(),
5353 group.get(),
5363 group.get(),
5373 group.get(),
5411 group.get(),
5428 createMultisampledTestsInGroup(dynamicRenderingGroup.get(), true, pipelineConstructionType, true);
5437 createMultisampledTestsInGroup(dynamicRenderingGroup.get(), false, pipelineConstructionType, true);