Home
last modified time | relevance | path

Searched refs:m_cmdPool (Results 1 – 23 of 23) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawBaseClass.cpp138 m_cmdPool = vk::createCommandPool(m_vk, device, &cmdPoolCreateInfo); in initialize()
144 *m_cmdPool, // VkCommandPool commandPool; in initialize()
DvktDrawBaseClass.hpp125 vk::Move<vk::VkCommandPool> m_cmdPool; member in vkt::Draw::DrawTestsBaseClass
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushConstantTests.cpp167 Move<VkCommandPool> m_cmdPool; member in vkt::pipeline::__anonae0154f10111::PushConstantGraphicsTestInstance
950 m_cmdPool = createCommandPool(vk, vkDevice, &cmdPoolParams); in PushConstantGraphicsTestInstance()
959 *m_cmdPool, // VkCommandPool commandPool; in PushConstantGraphicsTestInstance()
1208 Move<VkCommandPool> m_cmdPool; member in vkt::pipeline::__anonae0154f10111::PushConstantComputeTestInstance
1364 m_cmdPool = createCommandPool(vk, vkDevice, &cmdPoolParams); in PushConstantComputeTestInstance()
1373 *m_cmdPool, // VkCommandPool commandPool; in PushConstantComputeTestInstance()
DvktPipelineImageSamplingInstance.hpp103 vk::Move<vk::VkCommandPool> m_cmdPool; member in vkt::pipeline::ImageSamplingInstance
DvktPipelineDepthTests.cpp165 Move<VkCommandPool> m_cmdPool; member in vkt::pipeline::__anon9666b2dc0111::DepthTestInstance
707 m_cmdPool = createCommandPool(vk, vkDevice, &cmdPoolParams); in DepthTestInstance()
716 *m_cmdPool, // VkCommandPool commandPool; in DepthTestInstance()
DvktPipelineStencilTests.cpp169 Move<VkCommandPool> m_cmdPool; member in vkt::pipeline::__anon74abf3190111::StencilTestInstance
795 m_cmdPool = createCommandPool(vk, vkDevice, &cmdPoolParams); in StencilTestInstance()
804 *m_cmdPool, // VkCommandPool commandPool; in StencilTestInstance()
DvktPipelineBlendTests.cpp151 Move<VkCommandPool> m_cmdPool; member in vkt::pipeline::__anon00b3faec0111::BlendTestInstance
703 m_cmdPool = createCommandPool(vk, vkDevice, &cmdPoolParams); in BlendTestInstance()
712 *m_cmdPool, // VkCommandPool commandPool; in BlendTestInstance()
DvktPipelineCacheTests.cpp563 Move<VkCommandPool> m_cmdPool; member in vkt::pipeline::__anon54d662db0111::CacheTestInstance
588 m_cmdPool = createCommandPool(vk, vkDevice, &cmdPoolParams); in CacheTestInstance()
597 *m_cmdPool, // VkCommandPool cmdPool; in CacheTestInstance()
DvktPipelineInputAssemblyTests.cpp178 Move<VkCommandPool> m_cmdPool; member in vkt::pipeline::__anon880779f70111::InputAssemblyInstance
1367 m_cmdPool = createCommandPool(vk, vkDevice, &cmdPoolParams); in InputAssemblyInstance()
1376 *m_cmdPool, // VkCommandPool commandPool; in InputAssemblyInstance()
DvktPipelineVertexInputTests.cpp240 Move<VkCommandPool> m_cmdPool; member in vkt::pipeline::__anond61a5d350111::VertexInputInstance
1021 m_cmdPool = createCommandPool(vk, vkDevice, &cmdPoolParams); in VertexInputInstance()
1030 *m_cmdPool, // VkCommandPool commandPool; in VertexInputInstance()
DvktPipelineImageSamplingInstance.cpp855 m_cmdPool = createCommandPool(vk, vkDevice, &cmdPoolParams); in ImageSamplingInstance()
864 *m_cmdPool, // VkCommandPool commandPool; in ImageSamplingInstance()
DvktPipelineMultisampleTests.cpp251 Move<VkCommandPool> m_cmdPool; member in vkt::pipeline::__anon741043340111::MultisampleRenderer
1711 m_cmdPool = createCommandPool(vk, vkDevice, &cmdPoolParams); in MultisampleRenderer()
1720 *m_cmdPool, // VkCommandPool commandPool; in MultisampleRenderer()
DvktPipelineTimestampTests.cpp652 Move<VkCommandPool> m_cmdPool; member in vkt::pipeline::__anon78d3ee3b0111::TimestampTestInstance
715 m_cmdPool = createCommandPool(vk, vkDevice, &cmdPoolParams); in TimestampTestInstance()
724 *m_cmdPool, // VkCommandPool cmdPool; in TimestampTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateBaseClass.hpp100 vk::Move<vk::VkCommandPool> m_cmdPool; member in vkt::DynamicState::DynamicStateBaseClass
DvktDynamicStateBaseClass.cpp142 m_cmdPool = vk::createCommandPool(m_vk, device, &cmdPoolCreateInfo); in initialize()
148 *m_cmdPool, // VkCommandPool commandPool; in initialize()
DvktDynamicStateRSTests.cpp85 vk::Move<vk::VkCommandPool> m_cmdPool; member in vkt::DynamicState::__anon881577eb0111::DepthBiasBaseCase
255 m_cmdPool = vk::createCommandPool(m_vk, device, &cmdPoolCreateInfo); in initialize()
261 *m_cmdPool, // VkCommandPool commandPool; in initialize()
DvktDynamicStateDSTests.cpp94 vk::Move<vk::VkCommandPool> m_cmdPool; member in vkt::DynamicState::__anon3d038e5d0111::DepthStencilBaseCase
283 m_cmdPool = vk::createCommandPool(m_vk, device, &cmdPoolCreateInfo); in initialize()
289 *m_cmdPool, // VkCommandPool commandPool; in initialize()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferViewAccessTests.cpp104 Move<VkCommandPool> m_cmdPool; member in vkt::api::__anon54bd25560111::BufferViewTestInstance
630 m_cmdPool = createCommandPool(vk, vkDevice, &cmdPoolParams); in BufferViewTestInstance()
639 *m_cmdPool, // VkCmdPool cmdPool; in BufferViewTestInstance()
DvktApiCopiesAndBlittingTests.cpp98 Move<VkCommandPool> m_cmdPool; member in vkt::api::__anon82c253020111::CopiesAndBlittingTestInstance
150 m_cmdPool = createCommandPool(vk, vkDevice, &cmdPoolParams); in CopiesAndBlittingTestInstance()
159 *m_cmdPool, // VkCommandPool commandPool; in CopiesAndBlittingTestInstance()
260 *m_cmdPool, // VkCommandPool commandPool; in uploadImage()
479 *m_cmdPool, // VkCommandPool commandPool; in readImage()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.hpp468 vk::Move<vk::VkCommandPool> m_cmdPool; member in vkt::sr::ShaderRenderCaseInstance
DvktShaderRender.cpp1500 m_cmdPool = createCommandPool(vk, vkDevice, &cmdPoolParams); in render()
1509 *m_cmdPool, // VkCmdPool cmdPool; in render()
1643 *m_cmdPool, // VkCmdPool cmdPool; in render()
/external/deqp/external/vulkancts/modules/vulkan/
DvktShaderLibrary.cpp1376 const Unique<vk::VkCommandPool> m_cmdPool; member in vkt::__anon25d478c50111::ShaderCaseInstance
1418 , m_cmdPool (createCommandPool(context)) in ShaderCaseInstance()
1419 , m_cmdBuffer (allocateCommandBuffer(context, *m_cmdPool)) in ShaderCaseInstance()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp323 const vk::Unique<vk::VkCommandPool> m_cmdPool; member in vkt::BindingModel::__anon5de8f04a0111::SingleTargetRenderInstance
343 , m_cmdPool (createCommandPool(m_vki, m_device, context.getUniversalQueueFamilyIndex())) in SingleTargetRenderInstance()
550 *m_cmdPool, // cmdPool in readRenderTarget()
668 *m_cmdPool, // cmdPool in iterate()
995 *m_cmdPool, // cmdPool in renderToTarget()
1010 *m_cmdPool, // cmdPool in renderToTarget()