Home
last modified time | relevance | path

Searched refs:maxSets_ (Results 1 - 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryAddressBindingTests.cpp1325 deUint32 maxSets_, in Parameters()
1328 , maxSets (maxSets_) in Parameters()
H A DvktMemoryDeviceMemoryReportTests.cpp1310 deUint32 maxSets_, in Parameters()
1313 , maxSets (maxSets_) in Parameters()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryAddressBindingTests.cpp1286 deUint32 maxSets_, in Parameters()
1289 , maxSets (maxSets_) in Parameters()
H A DvktMemoryDeviceMemoryReportTests.cpp1304 deUint32 maxSets_, in Parameters()
1307 , maxSets (maxSets_) in Parameters()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiObjectManagementTests.cpp2151 deUint32 maxSets_, in Parameters()
2154 , maxSets (maxSets_) in Parameters()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiObjectManagementTests.cpp2151 deUint32 maxSets_, in Parameters()
2154 , maxSets (maxSets_) in Parameters()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp17096 uint32_t maxSets_ = {},
17100 , maxSets( maxSets_ )
17114 uint32_t maxSets_, member
17117 , maxSets( maxSets_ )
17145 DescriptorPoolCreateInfo & setMaxSets( uint32_t maxSets_ ) VULKAN_HPP_NOEXCEPT
17147 maxSets = maxSets_;
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp24338 uint32_t maxSets_ = {},
24344 , maxSets( maxSets_ )
24359 uint32_t maxSets_, member
24362 : pNext( pNext_ ), flags( flags_ ), maxSets( maxSets_ ), poolSizeCount( static_cast<uint32_t>( poolSizes_.size() ) ), pPoolSizes( poolSizes_.data() ) in pPoolSizes()
24389 VULKAN_HPP_CONSTEXPR_14 DescriptorPoolCreateInfo & setMaxSets( uint32_t maxSets_ ) VULKAN_HPP_NOEXCEPT
24391 maxSets = maxSets_;
[all...]

Completed in 115 milliseconds