HomeSort by relevance Sort by last modified time
    Searched refs:cmdPool (Results 1 - 25 of 27) sorted by null

1 2

  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiCommandBuffersTests.cpp 588 const Unique<VkCommandPool> cmdPool (createCommandPool(vk, vkDevice, &cmdPoolParams, DE_NULL));
590 VK_CHECK(vk.resetCommandPool(vkDevice, *cmdPool, VK_COMMAND_POOL_RESET_RELEASE_RESOURCES_BIT));
609 const Unique<VkCommandPool> cmdPool (createCommandPool(vk, vkDevice, &cmdPoolParams, DE_NULL));
611 VK_CHECK(vk.resetCommandPool(vkDevice, *cmdPool, 0u));
630 const Unique<VkCommandPool> cmdPool (createCommandPool(vk, vkDevice, &cmdPoolParams));
637 *cmdPool, // commandPool;
660 const Unique<VkCommandPool> cmdPool (createCommandPool(vk, vkDevice, &cmdPoolParams));
674 *cmdPool, // VkCommandPool pool;
704 const Unique<VkCommandPool> cmdPool (createCommandPool(vk, vkDevice, &cmdPoolParams));
711 *cmdPool, // commandPool
    [all...]
vktApiSmokeTests.cpp 712 const Unique<VkCommandPool> cmdPool (createCommandPool(vk, vkDevice, &cmdPoolParams));
719 *cmdPool, // pool
    [all...]
  /external/skia/src/gpu/vk/
GrVkCommandBuffer.cpp 18 GrVkCommandBuffer* GrVkCommandBuffer::Create(const GrVkGpu* gpu, VkCommandPool cmdPool) {
22 cmdPool, // commandPool
61 GR_VK_CALL(gpu->vkInterface(), FreeCommandBuffers(gpu->device(), gpu->cmdPool(),
GrVkResourceProvider.cpp 66 GrVkCommandBuffer* cmdBuffer = GrVkCommandBuffer::Create(fGpu, fGpu->cmdPool());
GrVkGpu.h 38 VkPhysicalDevice physDev, VkDevice device, VkQueue queue, VkCommandPool cmdPool,
47 VkCommandPool cmdPool() const { return fCmdPool; }
GrVkCommandBuffer.h 23 static GrVkCommandBuffer* Create(const GrVkGpu* gpu, VkCommandPool cmdPool);
GrVkGpu.cpp 156 VkCommandPool cmdPool;
157 err = vkCreateCommandPool(device, &cmdPoolInfo, nullptr, &cmdPool);
163 return new GrVkGpu(context, options, physDev, device, queue, cmdPool, inst);
169 VkPhysicalDevice physDev, VkDevice device, VkQueue queue, VkCommandPool cmdPool,
174 , fCmdPool(cmdPool)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeBasicComputeShaderTests.cpp 230 const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, queueFamilyIndex));
231 const Unique<VkCommandBuffer> cmdBuffer(makeCommandBuffer(vk, device, *cmdPool));
401 const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, queueFamilyIndex));
402 const Unique<VkCommandBuffer> cmdBuffer(makeCommandBuffer(vk, device, *cmdPool));
574 const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, queueFamilyIndex));
575 const Unique<VkCommandBuffer> cmdBuffer(makeCommandBuffer(vk, device, *cmdPool));
785 const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, queueFamilyIndex));
786 const Unique<VkCommandBuffer> cmdBuffer(makeCommandBuffer(vk, device, *cmdPool));
    [all...]
vktComputeShaderBuiltinVarTests.cpp 442 const Unique<VkCommandPool> cmdPool(makeCommandPool(m_vki, m_device, m_queueFamilyIndex));
443 const Unique<VkCommandBuffer> cmdBuffer(makeCommandBuffer(m_vki, m_device, *cmdPool));
vktComputeIndirectComputeDispatchTests.cpp 267 const vk::Unique<vk::VkCommandPool> cmdPool(makeCommandPool(m_device_interface, m_device, m_queueFamilyIndex));
268 const vk::Unique<vk::VkCommandBuffer> cmdBuffer(makeCommandBuffer(m_device_interface, m_device, *cmdPool));
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageUtil.cpp 178 Move<VkCommandPool> cmdPool;
214 cmdPool = createCommandPool(vk, device, &cmdPoolParams);
220 *cmdPool, // VkCommandPool commandPool;
335 Move<VkCommandPool> cmdPool;
372 cmdPool = createCommandPool(vk, device, &cmdPoolParams);
378 *cmdPool, // VkCommandPool commandPool;
    [all...]
vktPipelineEarlyFragmentTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolOcclusionTests.cpp 362 vk::Move<vk::VkCommandPool> cmdPool = vk::createCommandPool(vk, device, &cmdPoolCreateInfo);
368 *cmdPool, // VkCommandPool commandPool;
708 vk::Move<vk::VkCommandBuffer> OcclusionQueryTestInstance::recordRender (vk::VkCommandPool cmdPool)
717 cmdPool, // VkCommandPool commandPool;
789 vk::Move<vk::VkCommandBuffer> OcclusionQueryTestInstance::recordCopyResults (vk::VkCommandPool cmdPool)
798 cmdPool, // VkCommandPool commandPool;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmComputeShaderCase.cpp 349 const Unique<VkCommandPool> cmdPool (createCommandPool(vkdi, device, m_context.getUniversalQueueFamilyIndex()));
354 *cmdPool, // cmdPool
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageSizeTests.cpp 306 const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, queueFamilyIndex));
307 const Unique<VkCommandBuffer> cmdBuffer(makeCommandBuffer(vk, device, *cmdPool));
vktImageAtomicOperationTests.cpp 516 const Unique<VkCommandPool> cmdPool(makeCommandPool(deviceInterface, device, queueFamilyIndex));
517 const Unique<VkCommandBuffer> cmdBuffer(makeCommandBuffer(deviceInterface, device, *cmdPool));
    [all...]
vktImageQualifiersTests.cpp 379 const Unique<VkCommandPool> cmdPool(makeCommandPool(deviceInterface, device, queueFamilyIndex));
380 const Unique<VkCommandBuffer> cmdBuffer(makeCommandBuffer(deviceInterface, device, *cmdPool));
vktImageLoadStoreTests.cpp 559 const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, queueFamilyIndex));
560 const Unique<VkCommandBuffer> cmdBuffer(makeCommandBuffer(vk, device, *cmdPool));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp 730 Move<VkCommandPool> cmdPool;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp 830 Move<VkCommandPool> cmdPool = createCommandPool(vk, vkDevice, &cmdPoolParams);
837 *cmdPool, // VkCommandPool commandPool;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktShaderLibrary.cpp     [all...]
  /frameworks/native/vulkan/nulldrv/
null_driver.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/binding_model/
vktBindingShaderAccessTests.cpp 550 *m_cmdPool, // cmdPool
668 *m_cmdPool, // cmdPool
    [all...]

Completed in 237 milliseconds

1 2