Home
last modified time | relevance | path

Searched refs:nestedCommandBuffer (Results 1 – 25 of 28) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalRenderingTestUtil.cpp52 if (!features.nestedCommandBuffer) in checkConditionalRenderingCapabilities()
61 if (!features.nestedCommandBuffer) in checkNestedRenderPassCapabilities()
DvktConditionalIgnoreTests.cpp234 if (!features.nestedCommandBuffer) in iterate()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassNestedCommandBuffersTests.cpp649 if (!features.nestedCommandBuffer) in checkSupport()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp1942 if (!features.nestedCommandBuffer) in renderPassContinueNestedTest()
1956 VkCommandBuffer nestedCommandBuffer = env.getNestedCommandBuffer(); in renderPassContinueNestedTest() local
2014 vkd.cmdExecuteCommands(nestedCommandBuffer, 1, &secondaryCommandBuffer); in renderPassContinueNestedTest()
2015 vkd.cmdClearAttachments(nestedCommandBuffer, 1, &clearAttachment, 1, &clearRect[1]); in renderPassContinueNestedTest()
2016 endCommandBuffer(vkd, nestedCommandBuffer); in renderPassContinueNestedTest()
2023 vkd.cmdExecuteCommands(primaryCommandBuffer, 1, &nestedCommandBuffer); in renderPassContinueNestedTest()
4624 if (!features.nestedCommandBuffer) in checkNestedCommandBufferSupport()
/external/mesa3d/src/nouveau/vulkan/
Dnvk_physical_device.c638 .nestedCommandBuffer = true, in nvk_get_device_features()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateInheritanceTests.cpp1173 if (!features.nestedCommandBuffer) in checkSupport()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktBasicDrawTests.cpp803 if (!features.nestedCommandBuffer) in checkSupport()
/external/mesa3d/src/intel/vulkan/
Danv_physical_device.c835 .nestedCommandBuffer = true, in get_features()
/external/mesa3d/src/amd/vulkan/
Dradv_physical_device.c1281 .nestedCommandBuffer = true, in radv_physical_device_get_features()
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c701 .nestedCommandBuffer = true, in lvp_get_features()
/external/mesa3d/src/freedreno/vulkan/
Dtu_device.cc654 features->nestedCommandBuffer = true; in tu_get_features()
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
DvkDeviceFeatures2.inl4426 …eNestedCommandBufferFeaturesEXT[0].nestedCommandBuffer != deviceNestedCommandBufferFeaturesEXT[1].
DvkStructTypes.inl8516 VkBool32 nestedCommandBuffer; member
/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderTests.cpp2567 if (!features.nestedCommandBuffer) in MultiViewSecondaryCommandBufferTestInstance()
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp74825 , nestedCommandBuffer{ nestedCommandBuffer_ }
74857 nestedCommandBuffer = nestedCommandBuffer_; in setNestedCommandBuffer()
74898 …return std::tie( sType, pNext, nestedCommandBuffer, nestedCommandBufferRendering, nestedCommandBuf… in reflect()
74910 … sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( nestedCommandBuffer == rhs.nestedCommandBuffe… in operator ==()
74925 VULKAN_HPP_NAMESPACE::Bool32 nestedCommandBuffer = {}; member
Dvulkan_core.h17951 VkBool32 nestedCommandBuffer; member
Dvulkan_hash.hpp10145 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceNestedCommandBufferFeaturesEXT.nestedCommandBuffer ); in operator ()()
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h16807 VkBool32 nestedCommandBuffer; member
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp76191 , nestedCommandBuffer{ nestedCommandBuffer_ }
76223 nestedCommandBuffer = nestedCommandBuffer_; in setNestedCommandBuffer()
76264 …return std::tie( sType, pNext, nestedCommandBuffer, nestedCommandBufferRendering, nestedCommandBuf… in reflect()
76276 … sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( nestedCommandBuffer == rhs.nestedCommandBuffe… in operator ==()
76291 VULKAN_HPP_NAMESPACE::Bool32 nestedCommandBuffer = {}; member
Dvulkan_core.h18598 VkBool32 nestedCommandBuffer; member
Dvulkan_hash.hpp10354 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceNestedCommandBufferFeaturesEXT.nestedCommandBuffer ); in operator ()()
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp92582 , nestedCommandBuffer{ nestedCommandBuffer_ }
92614 nestedCommandBuffer = nestedCommandBuffer_; in setNestedCommandBuffer()
92665 …return std::tie( sType, pNext, nestedCommandBuffer, nestedCommandBufferRendering, nestedCommandBuf… in reflect()
92677 … sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( nestedCommandBuffer == rhs.nestedCommandBuffe… in operator ==()
92692 VULKAN_HPP_NAMESPACE::Bool32 nestedCommandBuffer = {}; member
Dvulkan_core.h19210 VkBool32 nestedCommandBuffer; member
Dvulkan_hash.hpp11281 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceNestedCommandBufferFeaturesEXT.nestedCommandBuffer ); in operator ()()
/external/mesa3d/include/vulkan/
Dvulkan_core.h19031 VkBool32 nestedCommandBuffer; member

12