Home
last modified time | relevance | path

Searched refs:m_graphicsPipeline (Results 1 – 11 of 11) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineLogicOpTests.cpp232 Move<VkPipeline> m_graphicsPipeline; member in vkt::pipeline::__anonf79b33760111::LogicOpTestInstance
363 m_graphicsPipeline = makeGraphicsPipeline(vk, in LogicOpTestInstance()
408 vk.cmdBindPipeline(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_graphicsPipeline); in LogicOpTestInstance()
DvktPipelineImageSamplingInstance.hpp160 vk::Move<vk::VkPipeline> m_graphicsPipeline; member in vkt::pipeline::ImageSamplingInstance
DvktPipelineInputAssemblyTests.cpp183 Move<VkPipeline> m_graphicsPipeline; member in vkt::pipeline::__anon1587ba190111::InputAssemblyInstance
1248 m_graphicsPipeline = createGraphicsPipeline(vk, vkDevice, DE_NULL, &graphicsPipelineParams); in InputAssemblyInstance()
1340 vk.cmdBindPipeline(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_graphicsPipeline); in InputAssemblyInstance()
DvktPipelinePushConstantTests.cpp1972 Move<VkPipeline> m_graphicsPipeline[3]; member in vkt::pipeline::__anonaa8918d30111::PushConstantLifetimeTestInstance
2272m_graphicsPipeline[0] = makeGraphicsPipeline(vk, // const DeviceInterface& … in init()
2288m_graphicsPipeline[1] = makeGraphicsPipeline(vk, // const DeviceInterface& … in init()
2455 *m_graphicsPipeline[m_cmdList[ndx].rangeNdx]); in iterate()
DvktPipelineVertexInputTests.cpp273 Move<VkPipeline> m_graphicsPipeline; member in vkt::pipeline::__anon78e82cd70111::VertexInputInstance
1242 m_graphicsPipeline = createGraphicsPipeline(vk, vkDevice, DE_NULL, &graphicsPipelineParams); in VertexInputInstance()
1310 vk.cmdBindPipeline(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_graphicsPipeline); in VertexInputInstance()
DvktPipelineImageSamplingInstance.cpp774m_graphicsPipeline = makeGraphicsPipeline(vk, // const DeviceInterface& … in ImageSamplingInstance()
857 vk.cmdBindPipeline(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_graphicsPipeline); in ImageSamplingInstance()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateComputeTests.cpp86 , m_graphicsPipeline () in BindVertexBuffersData()
130 m_graphicsPipeline = makeGraphicsPipeline(vkd, device, m_pipelineLayout.get(), in BindVertexBuffersData()
148 return m_graphicsPipeline.get(); in getPipeline()
160 PipelinePtr m_graphicsPipeline; member
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.hpp114 vk::Move<vk::VkPipeline> m_graphicsPipeline; member in vkt::robustness::GraphicsEnvironment
DvktRobustnessUtil.cpp423m_graphicsPipeline = makeGraphicsPipeline(vk, // const DeviceInterface& … in GraphicsEnvironment()
470 vk.cmdBindPipeline(*m_commandBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_graphicsPipeline); in GraphicsEnvironment()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedAttachmentSparseFillingTests.cpp177 Move<VkPipeline> m_graphicsPipeline; member in vkt::renderpass::__anon649b053b0111::InputAttachmentSparseFillingTestInstance
512 m_graphicsPipeline = makeGraphicsPipeline(vk, // const DeviceInterface& vk in InputAttachmentSparseFillingTestInstance()
651 vk.cmdBindPipeline (*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_graphicsPipeline); in createCommandBuffer()
DvktRenderPassUnusedClearAttachmentTests.cpp211 Move<VkPipeline> m_graphicsPipeline; member in vkt::renderpass::__anon84eabaef0111::UnusedClearAttachmentTestInstance
779 m_graphicsPipeline = makeGraphicsPipeline(vk, // const DeviceInterface& vk in UnusedClearAttachmentTestInstance()
863 vk.cmdBindPipeline(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_graphicsPipeline); in createCommandBuffer()