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

1 2 3

  /external/deqp/external/vulkancts/framework/vulkan/
vkRefUtil.hpp 44 Move<VkCommandBuffer> allocateCommandBuffer (const DeviceInterface& vk, VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo);
vkRefUtil.cpp 53 Move<VkCommandBuffer> allocateCommandBuffer (const DeviceInterface& vk, VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo)
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiCommandBuffersTests.cpp 309 m_secondaryCommandBuffer = allocateCommandBuffer(m_vkd, m_device, &cmdBufferAllocateInfo);
705 allocateCommandBuffer(vk, vkDevice, &cmdBufParams),
706 allocateCommandBuffer(vk, vkDevice, &cmdBufParams)
722 const Unique<VkCommandBuffer> afterResetCommandBuffers(allocateCommandBuffer(vk, vkDevice, &cmdBufParams));
755 const Unique<VkCommandBuffer> cmdBuf (allocateCommandBuffer(vk, vkDevice, &cmdBufParams));
    [all...]
vktApiFillBufferTests.cpp 124 m_cmdBuffer = allocateCommandBuffer(vk, vkDevice, &cmdBufferAllocateInfo);
vktApiGranularityTests.cpp 321 m_cmdBuffer = allocateCommandBuffer(vk, device, &bufferAllocInfo);
vktApiSmokeTests.cpp 723 const Unique<VkCommandBuffer> cmdBuf (allocateCommandBuffer(vk, vkDevice, &cmdBufParams));
    [all...]
vktApiBufferViewAccessTests.cpp 673 m_cmdBuffer = allocateCommandBuffer(vk, vkDevice, &cmdBufferParams);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationBasicEventTests.cpp 327 const Move<VkCommandBuffer> prtCmdBuffers[COUNT] = {allocateCommandBuffer (vk, device, &cmdBufferInfo), allocateCommandBuffer (vk, device, &cmdBufferInfo)};
vktSynchronizationUtil.cpp 130 return allocateCommandBuffer(vk, device, &info);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/clipping/
vktClippingUtil.cpp 116 return allocateCommandBuffer(vk, device, &info);
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeTestsUtil.cpp 111 return allocateCommandBuffer(vk, device, &bufferAllocateParams);
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawBaseClass.cpp 154 m_cmdBuffer = vk::allocateCommandBuffer(m_vk, device, &cmdBufferAllocateInfo);
vktDrawImageObjectUtil.cpp 318 vk::Unique<vk::VkCommandBuffer> copyCmdBuffer(vk::allocateCommandBuffer(m_vk, m_device, &cmdBufferAllocateInfo));
452 vk::Unique<vk::VkCommandBuffer> copyCmdBuffer(vk::allocateCommandBuffer(m_vk, m_device, &cmdBufferAllocateInfo));
604 vk::Unique<vk::VkCommandBuffer> copyCmdBuffer(vk::allocateCommandBuffer(m_vk, m_device, &cmdBufferAllocateInfo));
725 vk::Unique<vk::VkCommandBuffer> copyCmdBuffer(vk::allocateCommandBuffer(m_vk, m_device, &cmdBufferAllocateInfo));
    [all...]
vktDrawNegativeViewportHeightTests.cpp 260 const Unique<VkCommandBuffer> cmdBuffer(allocateCommandBuffer(vk, device, &cmdBufferAllocateInfo));
  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsMakeUtil.cpp 120 return allocateCommandBuffer(vk, device, &info);
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMakeUtil.cpp 141 return allocateCommandBuffer(vk, device, &info);
vktPipelineImageUtil.cpp 261 cmdBuffer = allocateCommandBuffer(vk, device, &cmdBufferAllocateInfo);
452 cmdBuffer = allocateCommandBuffer(vk, device, &cmdBufferAllocateInfo);
    [all...]
vktPipelinePushConstantTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateBaseClass.cpp 154 m_cmdBuffer = vk::allocateCommandBuffer(m_vk, device, &cmdBufferAllocateInfo);
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolOcclusionTests.cpp 378 vk::Unique<vk::VkCommandBuffer> cmdBuffer (vk::allocateCommandBuffer(vk, device, &cmdBufferAllocateInfo));
790 vk::Move<vk::VkCommandBuffer> cmdBuffer (vk::allocateCommandBuffer(vk, device, &cmdBufferAllocateInfo));
813 vk::Move<vk::VkCommandBuffer> cmdBuffer (vk::allocateCommandBuffer(vk, device, &cmdBufferAllocateInfo));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.cpp 247 return allocateCommandBuffer(vk, device, &bufferAllocateParams);
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmComputeShaderCase.cpp 359 Unique<VkCommandBuffer> cmdBuffer (allocateCommandBuffer(vkdi, device, &cmdBufferCreateInfo));
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryTestsUtil.cpp 591 return allocateCommandBuffer(vk, device, &info);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSharedPresentableImageTests.cpp 345 vk::Move<vk::VkCommandBuffer> commandBuffer (vk::allocateCommandBuffer(vkd, device, &allocateInfo));
1056 const vk::Unique<vk::VkCommandBuffer> commandBuffer (vk::allocateCommandBuffer(m_vkd, *m_device, &allocateInfo));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp     [all...]

Completed in 1070 milliseconds

1 2 3