Home
last modified time | relevance | path

Searched refs:indirectCommandsLayout (Results 1 – 25 of 131) sorted by relevance

123456

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/layers/generated/
H A Dlayer_chassis_dispatch.cpp7663 if (pInfo->indirectCommandsLayout) { in DispatchGetGeneratedCommandsMemoryRequirementsNV()
7664 … local_pInfo->indirectCommandsLayout = layer_data->Unwrap(pInfo->indirectCommandsLayout); in DispatchGetGeneratedCommandsMemoryRequirementsNV()
7687 if (pGeneratedCommandsInfo->indirectCommandsLayout) { in DispatchCmdPreprocessGeneratedCommandsNV()
7688 …local_pGeneratedCommandsInfo->indirectCommandsLayout = layer_data->Unwrap(pGeneratedCommandsInfo-> in DispatchCmdPreprocessGeneratedCommandsNV()
7728 if (pGeneratedCommandsInfo->indirectCommandsLayout) { in DispatchCmdExecuteGeneratedCommandsNV()
7729 …local_pGeneratedCommandsInfo->indirectCommandsLayout = layer_data->Unwrap(pGeneratedCommandsInfo-> in DispatchCmdExecuteGeneratedCommandsNV()
7800 VkIndirectCommandsLayoutNV indirectCommandsLayout, in DispatchDestroyIndirectCommandsLayoutNV() argument
7805 uint64_t indirectCommandsLayout_id = reinterpret_cast<uint64_t &>(indirectCommandsLayout); in DispatchDestroyIndirectCommandsLayoutNV()
7808 indirectCommandsLayout = (VkIndirectCommandsLayoutNV)iter->second; in DispatchDestroyIndirectCommandsLayoutNV()
7810 indirectCommandsLayout = (VkIndirectCommandsLayoutNV)0; in DispatchDestroyIndirectCommandsLayoutNV()
[all …]
H A Dobject_tracker.cpp5635 …skip |= ValidateObject(pInfo->indirectCommandsLayout, kVulkanObjectTypeIndirectCommandsLayoutNV, f… in PreCallValidateGetGeneratedCommandsMemoryRequirementsNV()
5648 …skip |= ValidateObject(pGeneratedCommandsInfo->indirectCommandsLayout, kVulkanObjectTypeIndirectCo… in PreCallValidateCmdPreprocessGeneratedCommandsNV()
5670 …skip |= ValidateObject(pGeneratedCommandsInfo->indirectCommandsLayout, kVulkanObjectTypeIndirectCo… in PreCallValidateCmdExecuteGeneratedCommandsNV()
5727 VkIndirectCommandsLayoutNV indirectCommandsLayout, in PreCallValidateDestroyIndirectCommandsLayoutNV() argument
5731 …skip |= ValidateObject(indirectCommandsLayout, kVulkanObjectTypeIndirectCommandsLayoutNV, true, "V… in PreCallValidateDestroyIndirectCommandsLayoutNV()
5732 …skip |= ValidateDestroyObject(indirectCommandsLayout, kVulkanObjectTypeIndirectCommandsLayoutNV, p… in PreCallValidateDestroyIndirectCommandsLayoutNV()
5739 VkIndirectCommandsLayoutNV indirectCommandsLayout, in PreCallRecordDestroyIndirectCommandsLayoutNV() argument
5741 RecordDestroyObject(indirectCommandsLayout, kVulkanObjectTypeIndirectCommandsLayoutNV); in PreCallRecordDestroyIndirectCommandsLayoutNV()
H A Dthread_safety.cpp7129 VkIndirectCommandsLayoutNV indirectCommandsLayout, in PreCallRecordDestroyIndirectCommandsLayoutNV() argument
7132 StartWriteObject(indirectCommandsLayout, "vkDestroyIndirectCommandsLayoutNV"); in PreCallRecordDestroyIndirectCommandsLayoutNV()
7138 VkIndirectCommandsLayoutNV indirectCommandsLayout, in PostCallRecordDestroyIndirectCommandsLayoutNV() argument
7141 FinishWriteObject(indirectCommandsLayout, "vkDestroyIndirectCommandsLayoutNV"); in PostCallRecordDestroyIndirectCommandsLayoutNV()
7142 DestroyObject(indirectCommandsLayout); in PostCallRecordDestroyIndirectCommandsLayoutNV()
H A Dobject_tracker.h2526 VkIndirectCommandsLayoutNV indirectCommandsLayout,
2530 VkIndirectCommandsLayoutNV indirectCommandsLayout,
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/layers/generated/
H A Dlayer_chassis_dispatch.cpp8372 if (pInfo->indirectCommandsLayout) { in DispatchGetGeneratedCommandsMemoryRequirementsNV()
8373 … local_pInfo->indirectCommandsLayout = layer_data->Unwrap(pInfo->indirectCommandsLayout); in DispatchGetGeneratedCommandsMemoryRequirementsNV()
8396 if (pGeneratedCommandsInfo->indirectCommandsLayout) { in DispatchCmdPreprocessGeneratedCommandsNV()
8397 …local_pGeneratedCommandsInfo->indirectCommandsLayout = layer_data->Unwrap(pGeneratedCommandsInfo-> in DispatchCmdPreprocessGeneratedCommandsNV()
8437 if (pGeneratedCommandsInfo->indirectCommandsLayout) { in DispatchCmdExecuteGeneratedCommandsNV()
8438 …local_pGeneratedCommandsInfo->indirectCommandsLayout = layer_data->Unwrap(pGeneratedCommandsInfo-> in DispatchCmdExecuteGeneratedCommandsNV()
8509 VkIndirectCommandsLayoutNV indirectCommandsLayout, in DispatchDestroyIndirectCommandsLayoutNV() argument
8514 uint64_t indirectCommandsLayout_id = reinterpret_cast<uint64_t &>(indirectCommandsLayout); in DispatchDestroyIndirectCommandsLayoutNV()
8517 indirectCommandsLayout = (VkIndirectCommandsLayoutNV)iter->second; in DispatchDestroyIndirectCommandsLayoutNV()
8519 indirectCommandsLayout = (VkIndirectCommandsLayoutNV)0; in DispatchDestroyIndirectCommandsLayoutNV()
[all …]
H A Dobject_tracker.cpp6185 …skip |= ValidateObject(pInfo->indirectCommandsLayout, kVulkanObjectTypeIndirectCommandsLayoutNV, f… in PreCallValidateGetGeneratedCommandsMemoryRequirementsNV()
6198 …skip |= ValidateObject(pGeneratedCommandsInfo->indirectCommandsLayout, kVulkanObjectTypeIndirectCo… in PreCallValidateCmdPreprocessGeneratedCommandsNV()
6220 …skip |= ValidateObject(pGeneratedCommandsInfo->indirectCommandsLayout, kVulkanObjectTypeIndirectCo… in PreCallValidateCmdExecuteGeneratedCommandsNV()
6277 VkIndirectCommandsLayoutNV indirectCommandsLayout, in PreCallValidateDestroyIndirectCommandsLayoutNV() argument
6281 …skip |= ValidateObject(indirectCommandsLayout, kVulkanObjectTypeIndirectCommandsLayoutNV, true, "V… in PreCallValidateDestroyIndirectCommandsLayoutNV()
6282 …skip |= ValidateDestroyObject(indirectCommandsLayout, kVulkanObjectTypeIndirectCommandsLayoutNV, p… in PreCallValidateDestroyIndirectCommandsLayoutNV()
6289 VkIndirectCommandsLayoutNV indirectCommandsLayout, in PreCallRecordDestroyIndirectCommandsLayoutNV() argument
6291 RecordDestroyObject(indirectCommandsLayout, kVulkanObjectTypeIndirectCommandsLayoutNV); in PreCallRecordDestroyIndirectCommandsLayoutNV()
H A Dthread_safety.cpp7614 VkIndirectCommandsLayoutNV indirectCommandsLayout, in PreCallRecordDestroyIndirectCommandsLayoutNV() argument
7617 StartWriteObject(indirectCommandsLayout, "vkDestroyIndirectCommandsLayoutNV"); in PreCallRecordDestroyIndirectCommandsLayoutNV()
7623 VkIndirectCommandsLayoutNV indirectCommandsLayout, in PostCallRecordDestroyIndirectCommandsLayoutNV() argument
7626 FinishWriteObject(indirectCommandsLayout, "vkDestroyIndirectCommandsLayoutNV"); in PostCallRecordDestroyIndirectCommandsLayoutNV()
7627 DestroyObject(indirectCommandsLayout); in PostCallRecordDestroyIndirectCommandsLayoutNV()
H A Dobject_tracker.h2711 VkIndirectCommandsLayoutNV indirectCommandsLayout,
2715 VkIndirectCommandsLayoutNV indirectCommandsLayout,
/dports/graphics/open3d/Open3D-0.2/src/External/GLFW/deps/vulkan/
H A Dvulkan.h4461 VkIndirectCommandsLayoutNVX indirectCommandsLayout; member
4476 VkIndirectCommandsLayoutNVX indirectCommandsLayout; member
4536 …tCommandsLayoutNVX)(VkDevice device, VkIndirectCommandsLayoutNVX indirectCommandsLayout, const VkA…
4560 VkIndirectCommandsLayoutNVX indirectCommandsLayout,
/dports/graphics/py-open3d-python/Open3D-0.2/src/External/GLFW/deps/vulkan/
H A Dvulkan.h4461 VkIndirectCommandsLayoutNVX indirectCommandsLayout; member
4476 VkIndirectCommandsLayoutNVX indirectCommandsLayout; member
4536 …tCommandsLayoutNVX)(VkDevice device, VkIndirectCommandsLayoutNVX indirectCommandsLayout, const VkA…
4560 VkIndirectCommandsLayoutNVX indirectCommandsLayout,
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/vulkan/
H A Dvulkan.hpp1669 return ::vkDestroyIndirectCommandsLayoutNVX( device, indirectCommandsLayout, pAllocator); in vkDestroyIndirectCommandsLayoutNVX()
11767 , indirectCommandsLayout( indirectCommandsLayout_ ) in CmdReserveSpaceForCommandsInfoNVX()
11796 indirectCommandsLayout = indirectCommandsLayout_; in setIndirectCommandsLayout()
11816 && ( indirectCommandsLayout == rhs.indirectCommandsLayout ) in operator ==()
11831 IndirectCommandsLayoutNVX indirectCommandsLayout; member
34469 IndirectCommandsLayoutNVX indirectCommandsLayout; in createIndirectCommandsLayoutNVX() local
34477 IndirectCommandsLayoutNVX indirectCommandsLayout; in createIndirectCommandsLayoutNVXUnique() local
37220 , indirectCommandsLayout( indirectCommandsLayout_ ) in CmdProcessCommandsInfoNVX()
37256 indirectCommandsLayout = indirectCommandsLayout_; in setIndirectCommandsLayout()
37318 && ( indirectCommandsLayout == rhs.indirectCommandsLayout ) in operator ==()
[all …]
H A Dvulkan_core.h6166 VkIndirectCommandsLayoutNVX indirectCommandsLayout; member
6181 VkIndirectCommandsLayoutNVX indirectCommandsLayout; member
6240 …tCommandsLayoutNVX)(VkDevice device, VkIndirectCommandsLayoutNVX indirectCommandsLayout, const VkA…
6264 VkIndirectCommandsLayoutNVX indirectCommandsLayout,
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/video/khronos/vulkan/
H A Dvulkan.h5741 VkIndirectCommandsLayoutNVX indirectCommandsLayout; member
5756 VkIndirectCommandsLayoutNVX indirectCommandsLayout; member
5816 …tCommandsLayoutNVX)(VkDevice device, VkIndirectCommandsLayoutNVX indirectCommandsLayout, const VkA…
5840 VkIndirectCommandsLayoutNVX indirectCommandsLayout,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/glfw/src/deps/vulkan/
H A Dvulkan_core.h6257 VkIndirectCommandsLayoutNVX indirectCommandsLayout; member
6272 VkIndirectCommandsLayoutNVX indirectCommandsLayout; member
6332 …tCommandsLayoutNVX)(VkDevice device, VkIndirectCommandsLayoutNVX indirectCommandsLayout, const VkA…
6356 VkIndirectCommandsLayoutNVX indirectCommandsLayout,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glfw/src/deps/vulkan/
H A Dvulkan_core.h6257 VkIndirectCommandsLayoutNVX indirectCommandsLayout; member
6272 VkIndirectCommandsLayoutNVX indirectCommandsLayout; member
6332 …tCommandsLayoutNVX)(VkDevice device, VkIndirectCommandsLayoutNVX indirectCommandsLayout, const VkA…
6356 VkIndirectCommandsLayoutNVX indirectCommandsLayout,
/dports/math/geogram/geogram-1.7.7/src/lib/third_party/glfw/deps/vulkan/
H A Dvulkan_core.h6257 VkIndirectCommandsLayoutNVX indirectCommandsLayout; member
6272 VkIndirectCommandsLayoutNVX indirectCommandsLayout; member
6332 …tCommandsLayoutNVX)(VkDevice device, VkIndirectCommandsLayoutNVX indirectCommandsLayout, const VkA…
6356 VkIndirectCommandsLayoutNVX indirectCommandsLayout,
/dports/graphics/vulkan-headers/Vulkan-Headers-1.2.203/include/vulkan/
H A Dvulkan_funcs.hpp17886 VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutNV indirectCommandsLayout; in createIndirectCommandsLayoutNV() local
17892 reinterpret_cast<VkIndirectCommandsLayoutNV *>( &indirectCommandsLayout ) ) ); in createIndirectCommandsLayoutNV()
17894 …result, indirectCommandsLayout, VULKAN_HPP_NAMESPACE_STRING "::Device::createIndirectCommandsLayou… in createIndirectCommandsLayoutNV()
17907 VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutNV indirectCommandsLayout; in createIndirectCommandsLayoutNVUnique() local
17913 reinterpret_cast<VkIndirectCommandsLayoutNV *>( &indirectCommandsLayout ) ) ); in createIndirectCommandsLayoutNVUnique()
17917 indirectCommandsLayout, in createIndirectCommandsLayoutNVUnique()
17932 … static_cast<VkIndirectCommandsLayoutNV>( indirectCommandsLayout ), in destroyIndirectCommandsLayoutNV()
17946 static_cast<VkIndirectCommandsLayoutNV>( indirectCommandsLayout ), in destroyIndirectCommandsLayoutNV()
17959 … static_cast<VkIndirectCommandsLayoutNV>( indirectCommandsLayout ), in destroy()
17965 …INLINE void Device::destroy( VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutNV indirectCommandsLayout, in destroy() argument
[all …]
/dports/graphics/vulkan-caps-viewer/VulkanCapsViewer-3.05/Vulkan-Headers/include/vulkan/
H A Dvulkan_funcs.hpp17886 VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutNV indirectCommandsLayout; in createIndirectCommandsLayoutNV() local
17892 reinterpret_cast<VkIndirectCommandsLayoutNV *>( &indirectCommandsLayout ) ) ); in createIndirectCommandsLayoutNV()
17894 …result, indirectCommandsLayout, VULKAN_HPP_NAMESPACE_STRING "::Device::createIndirectCommandsLayou… in createIndirectCommandsLayoutNV()
17907 VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutNV indirectCommandsLayout; in createIndirectCommandsLayoutNVUnique() local
17913 reinterpret_cast<VkIndirectCommandsLayoutNV *>( &indirectCommandsLayout ) ) ); in createIndirectCommandsLayoutNVUnique()
17917 indirectCommandsLayout, in createIndirectCommandsLayoutNVUnique()
17932 … static_cast<VkIndirectCommandsLayoutNV>( indirectCommandsLayout ), in destroyIndirectCommandsLayoutNV()
17946 static_cast<VkIndirectCommandsLayoutNV>( indirectCommandsLayout ), in destroyIndirectCommandsLayoutNV()
17959 … static_cast<VkIndirectCommandsLayoutNV>( indirectCommandsLayout ), in destroy()
17965 …INLINE void Device::destroy( VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutNV indirectCommandsLayout, in destroy() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/framework/vulkan/
H A DvkDeviceDriverImpl.inl1395 …ectCommandsLayoutNV (VkDevice device, VkIndirectCommandsLayoutNV indirectCommandsLayout, const VkA… argument
1397 m_vk.destroyIndirectCommandsLayoutNV(device, indirectCommandsLayout, pAllocator);
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h6380 VkIndirectCommandsLayoutNVX indirectCommandsLayout; member
6395 VkIndirectCommandsLayoutNVX indirectCommandsLayout; member
6455 …tCommandsLayoutNVX)(VkDevice device, VkIndirectCommandsLayoutNVX indirectCommandsLayout, const VkA…
6479 VkIndirectCommandsLayoutNVX indirectCommandsLayout,
/dports/misc/mnn/MNN-1.2.0/source/backend/vulkan/vulkan/
H A Dvulkan_core.h5975 VkIndirectCommandsLayoutNVX indirectCommandsLayout; member
5990 VkIndirectCommandsLayoutNVX indirectCommandsLayout; member
6054 … VkIndirectCommandsLayoutNVX indirectCommandsLayout,
6085 … VkIndirectCommandsLayoutNVX indirectCommandsLayout,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h6380 VkIndirectCommandsLayoutNVX indirectCommandsLayout; member
6395 VkIndirectCommandsLayoutNVX indirectCommandsLayout; member
6455 …tCommandsLayoutNVX)(VkDevice device, VkIndirectCommandsLayoutNVX indirectCommandsLayout, const VkA…
6479 VkIndirectCommandsLayoutNVX indirectCommandsLayout,
/dports/www/firefox/firefox-99.0/gfx/skia/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h6380 VkIndirectCommandsLayoutNVX indirectCommandsLayout; member
6395 VkIndirectCommandsLayoutNVX indirectCommandsLayout; member
6455 …tCommandsLayoutNVX)(VkDevice device, VkIndirectCommandsLayoutNVX indirectCommandsLayout, const VkA…
6479 VkIndirectCommandsLayoutNVX indirectCommandsLayout,
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h6380 VkIndirectCommandsLayoutNVX indirectCommandsLayout; member
6395 VkIndirectCommandsLayoutNVX indirectCommandsLayout; member
6455 …tCommandsLayoutNVX)(VkDevice device, VkIndirectCommandsLayoutNVX indirectCommandsLayout, const VkA…
6479 VkIndirectCommandsLayoutNVX indirectCommandsLayout,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h6380 VkIndirectCommandsLayoutNVX indirectCommandsLayout; member
6395 VkIndirectCommandsLayoutNVX indirectCommandsLayout; member
6455 …tCommandsLayoutNVX)(VkDevice device, VkIndirectCommandsLayoutNVX indirectCommandsLayout, const VkA…
6479 VkIndirectCommandsLayoutNVX indirectCommandsLayout,

123456