HomeSort by relevance Sort by last modified time
    Searched refs:m_pipelineLayout (Results 26 - 43 of 43) sorted by null

12

  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineStencilTests.cpp 166 Move<VkPipelineLayout> m_pipelineLayout;
533 m_pipelineLayout = createPipelineLayout(vk, vkDevice, &pipelineLayoutParams);
718 *m_pipelineLayout, // VkPipelineLayout layout;
    [all...]
vktPipelineInputAssemblyTests.cpp 175 Move<VkPipelineLayout> m_pipelineLayout;
    [all...]
vktPipelineImageSamplingInstance.cpp 530 m_pipelineLayout = createPipelineLayout(vk, vkDevice, &pipelineLayoutParams);
    [all...]
vktPipelineVertexInputTests.cpp 246 Move<VkPipelineLayout> m_pipelineLayout;
835 m_pipelineLayout = createPipelineLayout(vk, vkDevice, &pipelineLayoutParams);
    [all...]
vktPipelineMultisampleTests.cpp 293 Move<VkPipelineLayout> m_pipelineLayout;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/binding_model/
vktBindingShaderAccessTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolOcclusionTests.cpp 66 vk::Move<vk::VkPipelineLayout> m_pipelineLayout;
179 m_pipelineLayout = vk::createPipelineLayout(vk, device, &pipelineLayoutCreateInfo);
207 PipelineCreateInfo pipelineCreateInfo(*m_pipelineLayout, *m_renderPass, 0, 0);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateVPTests.cpp 268 PipelineCreateInfo pipelineCreateInfo(*m_pipelineLayout, *m_renderPass, 0, 0);
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBufferTests.cpp 578 m_pipelineLayout = makePipelineLayout (vk, device, m_descriptorSetLayout);
579 m_pipeline = makeGraphicsPipeline (vk, device, *m_pipelineLayout, *m_renderPass, m_renderSize, m_topology, DE_LENGTH_OF_ARRAY(pShaderStages), pShaderStages);
610 drawDelegate.rendererDraw(*m_pipelineLayout, *m_cmdBuffer);
690 Move<VkPipelineLayout> m_pipelineLayout;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiDisplayTimingTests.cpp 802 const vk::Unique<vk::VkPipelineLayout> m_pipelineLayout;
949 , m_pipelineLayout (createPipelineLayout(m_vkd, *m_device))
989 m_pipeline = createPipeline(m_vkd, *m_device, *m_renderPass, *m_pipelineLayout, *m_vertexShaderModule, *m_fragmentShaderModule, imageWidth, imageHeight);
1101 m_commandBuffers[m_frameNdx % m_commandBuffers.size()] = createCommandBuffer(m_vkd, *m_device, *m_commandPool, *m_pipelineLayout, *m_renderPass, m_framebuffers[imageIndex], *m_pipeline, m_frameNdx, m_quadCount, width, height).disown();
    [all...]
vktWsiIncrementalPresentTests.cpp 920 const vk::Unique<vk::VkPipelineLayout> m_pipelineLayout;
1070 , m_pipelineLayout (createPipelineLayout(m_vkd, *m_device))
1113 m_pipeline = createPipeline(m_vkd, *m_device, *m_renderPass, *m_pipelineLayout, *m_vertexShaderModule, *m_fragmentShaderModule, imageWidth, imageHeight);
    [all...]
vktWsiSwapchainTests.cpp 791 const Unique<VkPipelineLayout> m_pipelineLayout;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktBasicDrawTests.cpp 286 vk::Move<vk::VkPipelineLayout> m_pipelineLayout;
323 m_pipelineLayout = vk::createPipelineLayout(m_vk, device, &pipelineLayoutCreateInfo);
439 PipelineCreateInfo pipelineCreateInfo(*m_pipelineLayout, *m_renderPass, 0, 0);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationInvarianceTests.cpp 577 Unique<VkPipelineLayout> m_pipelineLayout;
608 , m_pipelineLayout (makePipelineLayout (m_context.getDeviceInterface(), m_context.getDevice(), *m_descriptorSetLayout))
636 .build (vk, device, *m_pipelineLayout, *m_renderPass));
648 vk.cmdBindDescriptorSets(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_pipelineLayout, 0u, 1u, &m_descriptorSet.get(), 0u, DE_NULL);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktShaderLibrary.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/rasterization/
vktRasterizationTests.cpp 189 Move<VkPipelineLayout> m_pipelineLayout;
529 m_pipelineLayout = createPipelineLayout(vkd, vkDevice, &pipelineLayoutCreateInfo);
754 *m_pipelineLayout, // VkPipelineLayout layout;
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.hpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassTests.cpp     [all...]

Completed in 1268 milliseconds

12