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

12

  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolStatisticsTests.cpp 703 Move<VkPipelineLayout> m_pipelineLayout;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/rasterization/
vktRasterizationTests.cpp 191 Move<VkPipelineLayout> m_pipelineLayout;
529 m_pipelineLayout = createPipelineLayout(vkd, vkDevice, &pipelineLayoutCreateInfo);
682 *m_pipelineLayout, // const VkPipelineLayout pipelineLayout
756 vkd.cmdBindDescriptorSets(*commandBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_pipelineLayout, 0u, 1, &m_descriptorSet.get(), 0u, DE_NULL);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationInternallySynchronizedObjectsTests.cpp 451 , m_pipelineLayout (pipelineLayout)
474 const VkPipelineLayout& m_pipelineLayout;
566 TestStatus result = executeComputePipeline(m_context, *pipeline, m_pipelineLayout, m_descriptorSetLayout, m_queues, m_shadersExecutions[shaderNdx]);
596 TestStatus result = executeGraphicPipeline(m_context, *pipeline, m_pipelineLayout, m_descriptorSetLayout, m_queues, m_renderPass, m_shadersExecutions[shaderNdx]);
    [all...]
vktSynchronizationOperation.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiColorSpaceTests.cpp 448 const Unique<VkPipelineLayout> m_pipelineLayout;
660 , m_pipelineLayout (createPipelineLayout(vkd, device))
661 , m_pipeline (createPipeline(vkd, device, *m_renderPass, *m_pipelineLayout, binaryRegistry, renderSize))
720 m_vkd.cmdPushConstants(cmdBuffer, *m_pipelineLayout, VK_SHADER_STAGE_VERTEX_BIT, 0u, (deUint32)sizeof(deUint32), &frameNdx);
    [all...]
vktWsiDisplayTimingTests.cpp 563 const vk::Unique<vk::VkPipelineLayout> m_pipelineLayout;
710 , m_pipelineLayout (createPipelineLayout(m_vkd, *m_device))
750 m_pipeline = createPipeline(m_vkd, *m_device, *m_renderPass, *m_pipelineLayout, *m_vertexShaderModule, *m_fragmentShaderModule, imageWidth, imageHeight);
862 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 673 const vk::Unique<vk::VkPipelineLayout> m_pipelineLayout;
849 , m_pipelineLayout (createPipelineLayout(m_vkd, *m_device))
892 m_pipeline = createPipeline(m_vkd, *m_device, *m_renderPass, *m_pipelineLayout, *m_vertexShaderModule, *m_fragmentShaderModule, imageWidth, imageHeight);
    [all...]
vktWsiSharedPresentableImageTests.cpp 586 const vk::Unique<vk::VkPipelineLayout> m_pipelineLayout;
757 , m_pipelineLayout (createPipelineLayout(m_vkd, *m_device))
797 m_pipeline = createPipeline(m_vkd, *m_device, *m_renderPass, *m_pipelineLayout, *m_vertexShaderModule, *m_fragmentShaderModule, imageWidth, imageHeight);
919 m_commandBuffers[m_frameNdx % m_commandBuffers.size()] = createCommandBuffer(m_vkd, *m_device, *m_commandPool, *m_pipelineLayout, *m_renderPass, *m_framebuffer, *m_pipeline, m_frameNdx, m_quadCount, width, height).disown();
    [all...]
vktWsiSwapchainTests.cpp 835 const Unique<VkPipelineLayout> m_pipelineLayout;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
vktConditionalDrawAndClearTests.cpp 234 Move<VkPipelineLayout> m_pipelineLayout;
603 m_pipelineLayout = vk::createPipelineLayout(m_vkd, m_device, &pipelineLayoutParams);
643 *m_pipelineLayout, // const VkPipelineLayout pipelineLayout
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineCacheTests.cpp 610 Move<VkPipelineLayout> m_pipelineLayout;
    [all...]
vktPipelinePushConstantTests.cpp 208 Move<VkPipelineLayout> m_pipelineLayout;
401 m_pipelineLayout = createPipelineLayout(vk, vkDevice, &pipelineLayoutParams);
490 *m_pipelineLayout, // const VkPipelineLayout pipelineLayout
545 updatePushConstants(*m_cmdBuffer, *m_pipelineLayout);
555 vk.cmdPushConstants(*m_cmdBuffer, *m_pipelineLayout, m_pushConstantRange[0].range.shaderStage, m_pushConstantRange[0].range.offset, m_pushConstantRange[0].range.size, &triangleNdx);
559 vk.cmdBindDescriptorSets(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_pipelineLayout, 0, 1, &(*m_descriptorSet), 0, DE_NULL);
    [all...]
vktPipelinePushDescriptorTests.cpp 248 Move<VkPipelineLayout> m_pipelineLayout;
386 m_pipelineLayout = createPipelineLayout(m_vkd, *m_device, &pipelineLayoutParams);
465 *m_pipelineLayout, // const VkPipelineLayout pipelineLayout
542 m_vkd.cmdPushDescriptorSetKHR(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_pipelineLayout, 0, 1, &writeDescriptorSet);
700 Move<VkPipelineLayout> m_pipelineLayout;
770 m_pipelineLayout = createPipelineLayout(m_vkd, *m_device, &pipelineLayoutParams);
    [all...]
vktPipelineVertexInputTests.cpp 271 Move<VkPipelineLayout> m_pipelineLayout;
    [all...]
vktPipelineMultisampleTests.cpp 393 Move<VkPipelineLayout> m_pipelineLayout;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBufferTests.cpp 531 m_pipelineLayout = makePipelineLayout (vk, device, m_descriptorSetLayout);
532 m_pipeline = makeGraphicsPipeline (vk, device, *m_pipelineLayout, *m_renderPass, m_renderSize, m_topology, DE_LENGTH_OF_ARRAY(pShaderStages), pShaderStages);
549 drawDelegate.rendererDraw(*m_pipelineLayout, *m_cmdBuffer);
575 Move<VkPipelineLayout> m_pipelineLayout;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationInvarianceTests.cpp 581 Unique<VkPipelineLayout> m_pipelineLayout;
612 , m_pipelineLayout (makePipelineLayout (m_context.getDeviceInterface(), m_context.getDevice(), *m_descriptorSetLayout))
640 .build (vk, device, *m_pipelineLayout, *m_renderPass));
652 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/multiview/
vktMultiViewRenderTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassTests.cpp     [all...]
  /external/swiftshader/include/vulkan/
vulkan.hpp     [all...]
  /external/vulkan-headers/include/vulkan/
vulkan.hpp     [all...]

Completed in 3797 milliseconds

12