Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineLogicOpTests.cpp232 Move<VkPipeline> m_graphicsPipeline; member in vkt::pipeline::__anon28cdced00111::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
DvktPipelineInterfaceMatchingTests.cpp165 Move<VkPipeline> m_graphicsPipeline; member in vkt::pipeline::__anone9902bff0111::InterfaceMatchingTestInstance
301 m_graphicsPipeline = makeGraphicsPipeline( in iterate()
362 vk.cmdBindPipeline(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_graphicsPipeline); in iterate()
DvktPipelineInputAssemblyTests.cpp196 Move<VkPipeline> m_graphicsPipeline; member in vkt::pipeline::__anon76fbf0f30111::InputAssemblyInstance
1465 m_graphicsPipeline = createGraphicsPipeline(vk, vkDevice, DE_NULL, &graphicsPipelineParams); in InputAssemblyInstance()
1557 vk.cmdBindPipeline(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_graphicsPipeline); in InputAssemblyInstance()
DvktPipelinePushConstantTests.cpp2003 Move<VkPipeline> m_graphicsPipeline[3]; member in vkt::pipeline::__anoncc84dc6d0111::PushConstantLifetimeTestInstance
2303m_graphicsPipeline[0] = makeGraphicsPipeline(vk, // const DeviceInterface& … in init()
2319m_graphicsPipeline[1] = makeGraphicsPipeline(vk, // const DeviceInterface& … in init()
2486 *m_graphicsPipeline[m_cmdList[ndx].rangeNdx]); in iterate()
DvktPipelineVertexInputTests.cpp273 Move<VkPipeline> m_graphicsPipeline; member in vkt::pipeline::__anonee4ce5310111::VertexInputInstance
1267 m_graphicsPipeline = createGraphicsPipeline(vk, vkDevice, DE_NULL, &graphicsPipelineParams); in VertexInputInstance()
1335 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()
/third_party/vk-gl-cts/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
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedAttachmentSparseFillingTests.cpp177 Move<VkPipeline> m_graphicsPipeline; member in vkt::renderpass::__anon89f38d150111::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::__anon574e08c90111::UnusedClearAttachmentTestInstance
800 m_graphicsPipeline = makeGraphicsPipeline(vk, // const DeviceInterface& vk in UnusedClearAttachmentTestInstance()
944 vk.cmdBindPipeline(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_graphicsPipeline); in createCommandBuffer()