Home
last modified time | relevance | path

Searched refs:bufferInheritanceInfo (Results 1 - 25 of 62) sorted by relevance

123

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawSampleAttributeTests.cpp292 const VkCommandBufferInheritanceInfo bufferInheritanceInfo in iterate()
383 &bufferInheritanceInfo in iterate()
403 &bufferInheritanceInfo in iterate()
H A DvktDrawBaseClass.cpp274 const vk::VkCommandBufferInheritanceInfo bufferInheritanceInfo = vk::initVulkanStructure(&inheritanceRenderingInfo); in beginSecondaryCmdBuffer() local
285 &bufferInheritanceInfo in beginSecondaryCmdBuffer()
H A DvktDrawDifferingInterpolationTests.cpp447 const VkCommandBufferInheritanceInfo bufferInheritanceInfo = initVulkanStructure(&inheritanceRenderingInfo); in beginSecondaryCmdBuffer() local
458 &bufferInheritanceInfo in beginSecondaryCmdBuffer()
H A DvktDrawExplicitVertexParameterTests.cpp681 const VkCommandBufferInheritanceInfo bufferInheritanceInfo = initVulkanStructure(&inheritanceRenderingInfo); in beginSecondaryCmdBuffer() local
692 &bufferInheritanceInfo in beginSecondaryCmdBuffer()
H A DvktDrawMultisampleLinearInterpolationTests.cpp424 const VkCommandBufferInheritanceInfo bufferInheritanceInfo = initVulkanStructure(&inheritanceRenderingInfo); in iterate() local
430 &bufferInheritanceInfo in iterate()
H A DvktDrawShaderDrawParametersTests.cpp325 const vk::VkCommandBufferInheritanceInfo bufferInheritanceInfo = vk::initVulkanStructure(&inheritanceRenderingInfo); in beginSecondaryCmdBuffer() local
336 &bufferInheritanceInfo in beginSecondaryCmdBuffer()
H A DvktDrawDepthClampTests.cpp619 const VkCommandBufferInheritanceInfo bufferInheritanceInfo = initVulkanStructure(&inheritanceRenderingInfo); in beginSecondaryCmdBuffer() local
630 &bufferInheritanceInfo in beginSecondaryCmdBuffer()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawBaseClass.cpp245 const vk::VkCommandBufferInheritanceInfo bufferInheritanceInfo = vk::initVulkanStructure(&inheritanceRenderingInfo); in beginSecondaryCmdBuffer() local
256 &bufferInheritanceInfo in beginSecondaryCmdBuffer()
H A DvktDrawDifferingInterpolationTests.cpp447 const VkCommandBufferInheritanceInfo bufferInheritanceInfo = initVulkanStructure(&inheritanceRenderingInfo); in beginSecondaryCmdBuffer() local
458 &bufferInheritanceInfo in beginSecondaryCmdBuffer()
H A DvktDrawExplicitVertexParameterTests.cpp681 const VkCommandBufferInheritanceInfo bufferInheritanceInfo = initVulkanStructure(&inheritanceRenderingInfo); in beginSecondaryCmdBuffer() local
692 &bufferInheritanceInfo in beginSecondaryCmdBuffer()
H A DvktDrawMultisampleLinearInterpolationTests.cpp424 const VkCommandBufferInheritanceInfo bufferInheritanceInfo = initVulkanStructure(&inheritanceRenderingInfo); in iterate() local
430 &bufferInheritanceInfo in iterate()
H A DvktDrawNegativeViewportHeightTests.cpp383 const VkCommandBufferInheritanceInfo bufferInheritanceInfo = initVulkanStructure(&inheritanceRenderingInfo); in beginSecondaryCmdBuffer() local
394 &bufferInheritanceInfo in beginSecondaryCmdBuffer()
H A DvktDrawShaderDrawParametersTests.cpp325 const vk::VkCommandBufferInheritanceInfo bufferInheritanceInfo = vk::initVulkanStructure(&inheritanceRenderingInfo); in beginSecondaryCmdBuffer() local
336 &bufferInheritanceInfo in beginSecondaryCmdBuffer()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassFragmentDensityMapTests.cpp2114 VkCommandBufferInheritanceInfo bufferInheritanceInfo in createCommandBufferForRenderpass()
2130 &bufferInheritanceInfo in createCommandBufferForRenderpass()
2141 bufferInheritanceInfo.renderPass = *m_renderPassProduceSubsampledImage; in createCommandBufferForRenderpass()
2142 bufferInheritanceInfo.framebuffer = *m_framebufferProduceSubsampledImage; in createCommandBufferForRenderpass()
2158 bufferInheritanceInfo.renderPass = *m_renderPassUpdateSubsampledImage; in createCommandBufferForRenderpass()
2159 bufferInheritanceInfo.framebuffer = *m_framebufferUpdateSubsampledImage; in createCommandBufferForRenderpass()
2166 bufferInheritanceInfo.renderPass = *m_renderPassOutputSubsampledImage; in createCommandBufferForRenderpass()
2167 bufferInheritanceInfo.framebuffer = *m_framebufferOutputSubsampledImage; in createCommandBufferForRenderpass()
2538 const VkCommandBufferInheritanceInfo bufferInheritanceInfo = initVulkanStructure(&inheritanceRenderingInfo); in createCommandBufferForDynamicRendering() local
2544 &bufferInheritanceInfo in createCommandBufferForDynamicRendering()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassFragmentDensityMapTests.cpp2045 VkCommandBufferInheritanceInfo bufferInheritanceInfo in createCommandBufferForRenderpass()
2061 &bufferInheritanceInfo in createCommandBufferForRenderpass()
2072 bufferInheritanceInfo.renderPass = *m_renderPassProduceSubsampledImage; in createCommandBufferForRenderpass()
2073 bufferInheritanceInfo.framebuffer = *m_framebufferProduceSubsampledImage; in createCommandBufferForRenderpass()
2089 bufferInheritanceInfo.renderPass = *m_renderPassUpdateSubsampledImage; in createCommandBufferForRenderpass()
2090 bufferInheritanceInfo.framebuffer = *m_framebufferUpdateSubsampledImage; in createCommandBufferForRenderpass()
2097 bufferInheritanceInfo.renderPass = *m_renderPassOutputSubsampledImage; in createCommandBufferForRenderpass()
2098 bufferInheritanceInfo.framebuffer = *m_framebufferOutputSubsampledImage; in createCommandBufferForRenderpass()
2461 const VkCommandBufferInheritanceInfo bufferInheritanceInfo = initVulkanStructure(&inheritanceRenderingInfo); in createCommandBufferForDynamicRendering() local
2467 &bufferInheritanceInfo in createCommandBufferForDynamicRendering()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemClearColorImageTests.cpp162 const vk::VkCommandBufferInheritanceInfo bufferInheritanceInfo = in iterate() local
173 beginSecondaryCommandBuffer(vk, *secondaryCmdBuffer, bufferInheritanceInfo); in iterate()
H A DvktProtectedMemCopyBufferToImageTests.cpp162 const vk::VkCommandBufferInheritanceInfo bufferInheritanceInfo = in iterate() local
173 beginSecondaryCommandBuffer(vk, *secondaryCmdBuffer, bufferInheritanceInfo); in iterate()
H A DvktProtectedMemAttachmentClearTests.cpp197 const vk::VkCommandBufferInheritanceInfo bufferInheritanceInfo = in iterate() local
208 beginSecondaryCommandBuffer(vk, *secondaryCmdBuffer, bufferInheritanceInfo); in iterate()
H A DvktProtectedMemUtils.cpp486 const vk::VkCommandBufferInheritanceInfo bufferInheritanceInfo) in beginSecondaryCommandBuffer()
488 const vk::VkCommandBufferUsageFlags flags = bufferInheritanceInfo.renderPass != DE_NULL in beginSecondaryCommandBuffer()
496 &bufferInheritanceInfo, // pInheritanceInfo in beginSecondaryCommandBuffer()
484 beginSecondaryCommandBuffer(const vk::DeviceInterface& vk, const vk::VkCommandBuffer secondaryCmdBuffer, const vk::VkCommandBufferInheritanceInfo bufferInheritanceInfo) beginSecondaryCommandBuffer() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemClearColorImageTests.cpp162 const vk::VkCommandBufferInheritanceInfo bufferInheritanceInfo = in iterate() local
173 beginSecondaryCommandBuffer(vk, *secondaryCmdBuffer, bufferInheritanceInfo); in iterate()
H A DvktProtectedMemCopyBufferToImageTests.cpp162 const vk::VkCommandBufferInheritanceInfo bufferInheritanceInfo = in iterate() local
173 beginSecondaryCommandBuffer(vk, *secondaryCmdBuffer, bufferInheritanceInfo); in iterate()
H A DvktProtectedMemAttachmentClearTests.cpp197 const vk::VkCommandBufferInheritanceInfo bufferInheritanceInfo = in iterate() local
208 beginSecondaryCommandBuffer(vk, *secondaryCmdBuffer, bufferInheritanceInfo); in iterate()
H A DvktProtectedMemUtils.cpp486 const vk::VkCommandBufferInheritanceInfo bufferInheritanceInfo) in beginSecondaryCommandBuffer()
488 const vk::VkCommandBufferUsageFlags flags = bufferInheritanceInfo.renderPass != DE_NULL in beginSecondaryCommandBuffer()
496 &bufferInheritanceInfo, // pInheritanceInfo in beginSecondaryCommandBuffer()
484 beginSecondaryCommandBuffer(const vk::DeviceInterface& vk, const vk::VkCommandBuffer secondaryCmdBuffer, const vk::VkCommandBufferInheritanceInfo bufferInheritanceInfo) beginSecondaryCommandBuffer() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolConcurrentTests.cpp613 const vk::VkCommandBufferInheritanceInfo bufferInheritanceInfo)
615 const vk::VkCommandBufferUsageFlags flags = bufferInheritanceInfo.renderPass != DE_NULL
623 &bufferInheritanceInfo, // pInheritanceInfo
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/
H A DvktQueryPoolConcurrentTests.cpp613 const vk::VkCommandBufferInheritanceInfo bufferInheritanceInfo)
615 const vk::VkCommandBufferUsageFlags flags = bufferInheritanceInfo.renderPass != DE_NULL
623 &bufferInheritanceInfo, // pInheritanceInfo

Completed in 37 milliseconds

123