Home
last modified time | relevance | path

Searched refs:graphicsPipelineLayout (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDynamicControlPoints.cpp330 const vk::PipelineLayoutWrapper graphicsPipelineLayout(m_config.constructionType, vkd, device); in iterate() local
368 ….setupPreRasterizationShaderState(viewport_left, scissors_left, graphicsPipelineLayout, *renderPas… in iterate()
370 .setupFragmentShaderState(graphicsPipelineLayout, *renderPass, 0u, frgshader, 0) in iterate()
372 .setMonolithicPipelineLayout(graphicsPipelineLayout) in iterate()
382 ….setupPreRasterizationShaderState(viewport_right, scissors_right, graphicsPipelineLayout, *renderP… in iterate()
384 .setupFragmentShaderState(graphicsPipelineLayout, *renderPass, 0u, frgshader, 0) in iterate()
386 .setMonolithicPipelineLayout(graphicsPipelineLayout) in iterate()
H A DvktPipelineBindPointTests.cpp507 PipelineLayoutWrapper graphicsPipelineLayout; in iterate() local
512 graphicsPipelineLayout = in iterate()
564 ….setupPreRasterizationShaderState(viewports, scissors, graphicsPipelineLayout, *renderPass, 0u, ve… in iterate()
565 .setupFragmentShaderState(graphicsPipelineLayout, *renderPass, 0u, fragShader) in iterate()
567 .setMonolithicPipelineLayout(graphicsPipelineLayout) in iterate()
660 … VK_PIPELINE_BIND_POINT_GRAPHICS, graphicsPipelineLayout.get()); in iterate()
704 …cmdBindDescriptorSets(cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, graphicsPipelineLayout.get(), 0u, in iterate()
707 …pushBufferDescriptor(vkd, cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, graphicsPipelineLayout.get(), in iterate()
713graphicsPipelineLayout.get(), 0u, &bufferInfo); in iterate()
H A DvktPipelineMiscTests.cpp586 vk::PipelineLayoutWrapper graphicsPipelineLayout(type, vkd, device, descriptorSetLayout.get()); in runTest() local
632 ….setupPreRasterizationShaderState(viewports, scissors, graphicsPipelineLayout, DE_NULL, 0u, vtxsha… in runTest()
633 .setupFragmentShaderState(graphicsPipelineLayout, DE_NULL, 0u, frgshader) in runTest()
635 .setMonolithicPipelineLayout(graphicsPipelineLayout) in runTest()
667 …dDescriptorSets(*commandBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, graphicsPipelineLayout.get(), 0u,… in runTest()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawSampleAttributeTests.cpp324 …const auto graphicsPipelineLayout = makePipelineLayout(ctx.vkd, ctx.device, descriptorSetLayout.ge… in iterate() local
356graphicsPipelineLayout.get(), // const VkPipelineLayout pipelineLayout in iterate()
411graphicsPipelineLayout.get(), 0u, 1, &descriptorSetBuffer.get(), 0u, nullptr); in iterate()
432graphicsPipelineLayout.get(), 0u, 1, &descriptorSetBuffer.get(), 0u, nullptr); in iterate()
443graphicsPipelineLayout.get(), 0u, 1, &descriptorSetBuffer.get(), 0u, nullptr); in iterate()
464 …BindDescriptorSets(primaryCmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, graphicsPipelineLayout.get(), in iterate()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageSampleCompressedTextureTests.cpp479 const Move<VkPipelineLayout> graphicsPipelineLayout = in iterate() local
516 …vk, device, graphicsPipelineLayout.get(), vertexShader.get(), DE_NULL, DE_NULL, DE_NULL, fragmentS… in iterate()
579 …vk.cmdPushConstants(*cmdBuffer, *graphicsPipelineLayout, VK_SHADER_STAGE_FRAGMENT_BIT, 0, sizeof(i… in iterate()
589 …cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *graphicsPipelineLayout, 0u, 1u, in iterate()
612 …cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *graphicsPipelineLayout, 0u, 1u, in iterate()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/fragment_shading_rate/
H A DvktAttachmentRateTests.cpp1261 Move<VkPipelineLayout> graphicsPipelineLayout = in runComputeShaderMode() local
1266 …device, vk, 0, *renderPass, m_cbFormat, dsFormat, *graphicsPipelineLayout, *vertShader, *fragShade… in runComputeShaderMode()
1320 …k.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *graphicsPipelineLayout, 0, 1, in runComputeShaderMode()
1555 Move<VkPipelineLayout> graphicsPipelineLayout = in runCopyMode() local
1559 …device, vk, 0, *renderPass, m_cbFormat, dsFormat, *graphicsPipelineLayout, *vertShader, *fragShade… in runCopyMode()
1634 …k.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *graphicsPipelineLayout, 0, 1, in runCopyMode()
1840 Move<VkPipelineLayout> graphicsPipelineLayout = in runCopyModeOnTransferQueue() local
1844 …device, vk, 0, *renderPass, m_cbFormat, dsFormat, *graphicsPipelineLayout, *vertShader, *fragShade… in runCopyModeOnTransferQueue()
1940 …dDescriptorSets(*graphicsCmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *graphicsPipelineLayout, 0, 1, in runCopyModeOnTransferQueue()
2057 Move<VkPipelineLayout> graphicsPipelineLayout = in runFillLinearTiledImage() local
[all …]
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTests.cpp6085 auto graphicsPipelineLayout = makePipelineLayout(vkd, device); in iterate() local