Home
last modified time | relevance | path

Searched refs:cmdPool (Results 1 – 25 of 26) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp588 …const Unique<VkCommandPool> cmdPool (createCommandPool(vk, vkDevice, &cmdPoolParams, DE_NUL… in resetPoolReleaseResourcesBitTest() local
590 VK_CHECK(vk.resetCommandPool(vkDevice, *cmdPool, VK_COMMAND_POOL_RESET_RELEASE_RESOURCES_BIT)); in resetPoolReleaseResourcesBitTest()
609 …const Unique<VkCommandPool> cmdPool (createCommandPool(vk, vkDevice, &cmdPoolParams, DE_NUL… in resetPoolNoFlagsTest() local
611 VK_CHECK(vk.resetCommandPool(vkDevice, *cmdPool, 0u)); in resetPoolNoFlagsTest()
630 const Unique<VkCommandPool> cmdPool (createCommandPool(vk, vkDevice, &cmdPoolParams)); in allocatePrimaryBufferTest() local
637 *cmdPool, // commandPool; in allocatePrimaryBufferTest()
660 const Unique<VkCommandPool> cmdPool (createCommandPool(vk, vkDevice, &cmdPoolParams)); in allocateManyPrimaryBuffersTest() local
674 *cmdPool, // VkCommandPool pool; in allocateManyPrimaryBuffersTest()
704 const Unique<VkCommandPool> cmdPool (createCommandPool(vk, vkDevice, &cmdPoolParams)); in allocateZeroPrimaryBuffersTest() local
711 *cmdPool, // commandPool; in allocateZeroPrimaryBuffersTest()
[all …]
DvktApiSmokeTests.cpp712 const Unique<VkCommandPool> cmdPool (createCommandPool(vk, vkDevice, &cmdPoolParams)); in renderTriangleTest() local
719 *cmdPool, // pool in renderTriangleTest()
1329 const Unique<VkCommandPool> cmdPool (createCommandPool(vk, vkDevice, &cmdPoolParams)); in renderTriangleUnusedResolveAttachmentTest() local
1336 *cmdPool, // pool in renderTriangleUnusedResolveAttachmentTest()
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeBasicComputeShaderTests.cpp230 const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, queueFamilyIndex)); in iterate() local
231 const Unique<VkCommandBuffer> cmdBuffer(makeCommandBuffer(vk, device, *cmdPool)); in iterate()
401 const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, queueFamilyIndex)); in iterate() local
402 const Unique<VkCommandBuffer> cmdBuffer(makeCommandBuffer(vk, device, *cmdPool)); in iterate()
574 const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, queueFamilyIndex)); in iterate() local
575 const Unique<VkCommandBuffer> cmdBuffer(makeCommandBuffer(vk, device, *cmdPool)); in iterate()
785 const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, queueFamilyIndex)); in iterate() local
786 const Unique<VkCommandBuffer> cmdBuffer(makeCommandBuffer(vk, device, *cmdPool)); in iterate()
995 const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, queueFamilyIndex)); in iterate() local
996 const Unique<VkCommandBuffer> cmdBuffer(makeCommandBuffer(vk, device, *cmdPool)); in iterate()
[all …]
DvktComputeShaderBuiltinVarTests.cpp442 const Unique<VkCommandPool> cmdPool(makeCommandPool(m_vki, m_device, m_queueFamilyIndex)); in iterate() local
443 const Unique<VkCommandBuffer> cmdBuffer(makeCommandBuffer(m_vki, m_device, *cmdPool)); in iterate()
DvktComputeIndirectComputeDispatchTests.cpp267 …const vk::Unique<vk::VkCommandPool> cmdPool(makeCommandPool(m_device_interface, m_device, m_queueF… in iterate() local
268 …::Unique<vk::VkCommandBuffer> cmdBuffer(makeCommandBuffer(m_device_interface, m_device, *cmdPool)); in iterate()
/external/skia/src/gpu/vk/
DGrVkCommandBuffer.cpp18 GrVkCommandBuffer* GrVkCommandBuffer::Create(const GrVkGpu* gpu, VkCommandPool cmdPool) { in Create() argument
22 cmdPool, // commandPool in Create()
61 GR_VK_CALL(gpu->vkInterface(), FreeCommandBuffers(gpu->device(), gpu->cmdPool(), in freeGPUData()
DGrVkGpu.h38 VkPhysicalDevice physDev, VkDevice device, VkQueue queue, VkCommandPool cmdPool,
47 VkCommandPool cmdPool() const { return fCmdPool; } in cmdPool() function
DGrVkResourceProvider.cpp66 GrVkCommandBuffer* cmdBuffer = GrVkCommandBuffer::Create(fGpu, fGpu->cmdPool()); in createCommandBuffer()
DGrVkGpu.cpp156 VkCommandPool cmdPool; in vk_gpu_create() local
157 err = vkCreateCommandPool(device, &cmdPoolInfo, nullptr, &cmdPool); in vk_gpu_create()
163 return new GrVkGpu(context, options, physDev, device, queue, cmdPool, inst); in vk_gpu_create()
169 VkPhysicalDevice physDev, VkDevice device, VkQueue queue, VkCommandPool cmdPool, in GrVkGpu() argument
174 , fCmdPool(cmdPool) in GrVkGpu()
DGrVkCommandBuffer.h23 static GrVkCommandBuffer* Create(const GrVkGpu* gpu, VkCommandPool cmdPool);
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp178 Move<VkCommandPool> cmdPool; in readColorAttachment() local
214 cmdPool = createCommandPool(vk, device, &cmdPoolParams); in readColorAttachment()
220 *cmdPool, // VkCommandPool commandPool; in readColorAttachment()
335 Move<VkCommandPool> cmdPool; in uploadTestTexture() local
372 cmdPool = createCommandPool(vk, device, &cmdPoolParams); in uploadTestTexture()
378 *cmdPool, // VkCommandPool commandPool; in uploadTestTexture()
DvktPipelineEarlyFragmentTests.cpp931 const Unique<VkCommandPool> cmdPool (makeCommandPool(vk, device, queueFamilyIndex)); in iterate() local
932 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer(vk, device, *cmdPool)); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolOcclusionTests.cpp362 vk::Move<vk::VkCommandPool> cmdPool = vk::createCommandPool(vk, device, &cmdPoolCreateInfo); in iterate() local
368 *cmdPool, // VkCommandPool commandPool; in iterate()
708 vk::Move<vk::VkCommandBuffer> OcclusionQueryTestInstance::recordRender (vk::VkCommandPool cmdPool) in recordRender() argument
717 cmdPool, // VkCommandPool commandPool; in recordRender()
789 …Move<vk::VkCommandBuffer> OcclusionQueryTestInstance::recordCopyResults (vk::VkCommandPool cmdPool) in recordCopyResults() argument
798 cmdPool, // VkCommandPool commandPool; in recordCopyResults()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderCase.cpp349 …const Unique<VkCommandPool> cmdPool (createCommandPool(vkdi, device, m_context.getUniversalQu… in iterate() local
354 *cmdPool, // cmdPool in iterate()
DvktSpvAsmInstructionTests.cpp5115 const Unique<VkCommandPool> cmdPool (createCommandPool(vk, vkDevice, &cmdPoolParams)); in runAndVerifyDefaultPipeline() local
5122 *cmdPool, // VkCmdPool pool; in runAndVerifyDefaultPipeline()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp730 Move<VkCommandPool> cmdPool; in execute() local
1203 cmdPool = createCommandPool(vk, vkDevice, &cmdPoolParams); in execute()
1212 *cmdPool, // VkCmdPool cmdPool; in execute()
1953 Move<VkCommandPool> cmdPool; in execute() local
1974 cmdPool = createCommandPool(vk, vkDevice, &cmdPoolParams); in execute()
1982 *cmdPool, // VkCmdPool cmdPool; in execute()
2212 Move<VkCommandPool> cmdPool; in renderTess() local
2625 cmdPool = createCommandPool(vk, vkDevice, &cmdPoolParams); in renderTess()
2634 *cmdPool, // VkCmdPool cmdPool; in renderTess()
3156 Move<VkCommandPool> cmdPool; in uploadImage() local
[all …]
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageSizeTests.cpp306 const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, queueFamilyIndex)); in iterate() local
307 const Unique<VkCommandBuffer> cmdBuffer(makeCommandBuffer(vk, device, *cmdPool)); in iterate()
DvktImageQualifiersTests.cpp379 const Unique<VkCommandPool> cmdPool(makeCommandPool(deviceInterface, device, queueFamilyIndex)); in iterate() local
380 const Unique<VkCommandBuffer> cmdBuffer(makeCommandBuffer(deviceInterface, device, *cmdPool)); in iterate()
DvktImageAtomicOperationTests.cpp516 const Unique<VkCommandPool> cmdPool(makeCommandPool(deviceInterface, device, queueFamilyIndex)); in iterate() local
517 const Unique<VkCommandBuffer> cmdBuffer(makeCommandBuffer(deviceInterface, device, *cmdPool)); in iterate()
DvktImageLoadStoreTests.cpp559 const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, queueFamilyIndex)); in iterate() local
560 const Unique<VkCommandBuffer> cmdBuffer(makeCommandBuffer(vk, device, *cmdPool)); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.cpp1246 Move<vk::VkCommandBuffer> createCmdBuffer (Context& context, vk::VkCommandPool cmdPool) in createCmdBuffer() argument
1252 cmdPool, // commandPool in createCmdBuffer()
1442 vk::Unique<VkCommandPool> cmdPool (createCmdPool(m_context)); in iterate() local
1443 vk::Unique<VkCommandBuffer> cmdBuffer (createCmdBuffer(m_context, *cmdPool)); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp830 Move<VkCommandPool> cmdPool = createCommandPool(vk, vkDevice, &cmdPoolParams); in copyTilingImageToOptimal() local
837 *cmdPool, // VkCommandPool commandPool; in copyTilingImageToOptimal()
/external/deqp/external/vulkancts/modules/vulkan/
DvktShaderLibrary.cpp1275 Move<vk::VkCommandBuffer> allocateCommandBuffer (Context& context, vk::VkCommandPool cmdPool) in allocateCommandBuffer() argument
1281 cmdPool, // commandPool in allocateCommandBuffer()
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp2058 vk::Move<vk::VkCommandPool> cmdPool (createCommandPool(vk, device, &cmdPoolParams)); in iterate() local
2064 *cmdPool, // VkCmdPool pool; in iterate()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp1752 …const vk::Unique<vk::VkCommandPool> cmdPool (vk::createCommandPool(m_vki, m_device, &cmdPool… in submitAndWait() local
1765 *cmdPool, // cmdPool in submitAndWait()
3093 …const vk::Unique<vk::VkCommandPool> cmdPool (vk::createCommandPool(vki, device, &cmdPoolCrea… in uploadImage() local
3098 *cmdPool, // cmdPool in uploadImage()

12