Home
last modified time | relevance | path

Searched refs:cmdBufferParams (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp833 const VkCommandBufferAllocateInfo cmdBufferParams = in copyTilingImageToOptimal() local
851 Move<VkCommandBuffer> cmdBuffer = allocateCommandBuffer(vk, vkDevice, &cmdBufferParams); in copyTilingImageToOptimal()
1505 const VkCommandBufferAllocateInfo cmdBufferParams = in render() local
1538 m_cmdBuffer = allocateCommandBuffer(vk, vkDevice, &cmdBufferParams); in render()
1639 const VkCommandBufferAllocateInfo cmdBufferParams = in render() local
1656 …t Move<VkCommandBuffer> cmdBuffer = allocateCommandBuffer(vk, vkDevice, &cmdBufferParams); in render()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferViewAccessTests.cpp635 const VkCommandBufferAllocateInfo cmdBufferParams = in BufferViewTestInstance() local
673 m_cmdBuffer = allocateCommandBuffer(vk, vkDevice, &cmdBufferParams); in BufferViewTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp1208 const VkCommandBufferAllocateInfo cmdBufferParams = in execute() local
1236 cmdBuffer = allocateCommandBuffer(vk, vkDevice, &cmdBufferParams); in execute()
1331 const VkCommandBufferAllocateInfo cmdBufferParams = in execute() local
1386 Move<VkCommandBuffer> copyCmdBuffer = allocateCommandBuffer(vk, vkDevice, &cmdBufferParams); in execute()
1978 const VkCommandBufferAllocateInfo cmdBufferParams = in execute() local
2117 cmdBuffer = allocateCommandBuffer(vk, vkDevice, &cmdBufferParams); in execute()
2630 const VkCommandBufferAllocateInfo cmdBufferParams = in renderTess() local
2663 cmdBuffer = allocateCommandBuffer(vk, vkDevice, &cmdBufferParams); in renderTess()