Home
last modified time | relevance | path

Searched defs:secondaryCmdBuffer (Results 1 - 13 of 13) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawSampleAttributeTests.cpp360 const auto secondaryCmdBuffer = *secondaryCmdBufferPtr; in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderConditionalRenderingTestsEXT.cpp429 const auto secondaryCmdBuffer = (needsSecCmd ? allocateCommandBuffer(vkd, device, cmdPool.get(), VK_COMMAND_BUFFER_LEVEL_SECONDARY) : Move<VkCommandBuffer>()); in iterate() local
H A DvktMeshShaderApiTestsEXT.cpp530 const auto secondaryCmdBuffer = (m_params.useSecondaryCmdBuffer ? allocateCommandBuffer(vkd, device, cmdPool.get(), VK_COMMAND_BUFFER_LEVEL_SECONDARY) : Move<VkCommandBuffer>()); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemUtils.cpp484 beginSecondaryCommandBuffer(const vk::DeviceInterface& vk, const vk::VkCommandBuffer secondaryCmdBuffer, const vk::VkCommandBufferInheritanceInfo bufferInheritanceInfo) beginSecondaryCommandBuffer() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationDepthBiasControlTests.cpp218 const bool secondaryCmdBuffer; // Use secondary command buffers or not. member
519 const auto secondaryCmdBuffer = (m_params.secondaryCmdBuffer ? secondaryCmdBufferPtr.get() : VK_NULL_HANDLE); in iterate() local
761 const bool secondaryCmdBuffer; createDepthBiasControlTests() member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderConditionalRenderingTestsEXT.cpp429 const auto secondaryCmdBuffer = (needsSecCmd ? allocateCommandBuffer(vkd, device, cmdPool.get(), VK_COMMAND_BUFFER_LEVEL_SECONDARY) : Move<VkCommandBuffer>()); in iterate() local
H A DvktMeshShaderApiTestsEXT.cpp530 const auto secondaryCmdBuffer = (m_params.useSecondaryCmdBuffer ? allocateCommandBuffer(vkd, device, cmdPool.get(), VK_COMMAND_BUFFER_LEVEL_SECONDARY) : Move<VkCommandBuffer>()); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemUtils.cpp484 beginSecondaryCommandBuffer(const vk::DeviceInterface& vk, const vk::VkCommandBuffer secondaryCmdBuffer, const vk::VkCommandBufferInheritanceInfo bufferInheritanceInfo) beginSecondaryCommandBuffer() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktDynamicRenderingUnusedAttachmentsTests.cpp656 Move<VkCommandBuffer> secondaryCmdBuffer; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiCommandBuffersTests.cpp4511 VkCommandBuffer secondaryCmdBuffer; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp2348 Move<VkCommandBuffer> secondaryCmdBuffer; in drawPatternChangeReference() local
2414 Move<VkCommandBuffer> secondaryCmdBuffer [NUM_PASSES]; in drawRenderPasses() local
2820 Move<VkCommandBuffer> secondaryCmdBuffer [NUM_PASSES]; drawSubpasses() local
2995 Move<VkCommandBuffer> secondaryCmdBuffer; drawSameSubpass() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiCommandBuffersTests.cpp4511 VkCommandBuffer secondaryCmdBuffer; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp2319 Move<VkCommandBuffer> secondaryCmdBuffer; in drawPatternChangeReference() local
2383 Move<VkCommandBuffer> secondaryCmdBuffer [NUM_PASSES]; in drawRenderPasses() local
2782 Move<VkCommandBuffer> secondaryCmdBuffer [NUM_PASSES]; drawSubpasses() local
2952 Move<VkCommandBuffer> secondaryCmdBuffer; drawSameSubpass() local
[all...]

Completed in 37 milliseconds