Searched refs:isPreprocessed (Results 1 - 15 of 15) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan.hpp | 5103 VkBool32 isPreprocessed, 5107 return ::vkCmdExecuteGeneratedCommandsNV( commandBuffer, isPreprocessed, pGeneratedCommandsInfo );
|
H A D | vulkan_raii.hpp | 4606 VULKAN_HPP_NAMESPACE::Bool32 isPreprocessed, 15559 VULKAN_HPP_NAMESPACE::Bool32 isPreprocessed, 15568 static_cast<VkBool32>( isPreprocessed ),
|
H A D | vulkan_core.h | 12072 typedef void (VKAPI_PTR *PFN_vkCmdExecuteGeneratedCommandsNV)(VkCommandBuffer commandBuffer, VkBool32 isPreprocessed, const VkGeneratedCommandsInfoNV* pGeneratedCommandsInfo); 12089 VkBool32 isPreprocessed,
|
H A D | vulkan_handles.hpp | 4520 void executeGeneratedCommandsNV( VULKAN_HPP_NAMESPACE::Bool32 isPreprocessed, 4526 void executeGeneratedCommandsNV( VULKAN_HPP_NAMESPACE::Bool32 isPreprocessed,
|
H A D | vulkan_funcs.hpp | 17685 VULKAN_HPP_NAMESPACE::Bool32 isPreprocessed, 17691 static_cast<VkBool32>( isPreprocessed ), 17698 VULKAN_HPP_NAMESPACE::Bool32 isPreprocessed, 17704 static_cast<VkBool32>( isPreprocessed ), [all...] |
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 11613 typedef void (VKAPI_PTR *PFN_vkCmdExecuteGeneratedCommandsNV)(VkCommandBuffer commandBuffer, VkBool32 isPreprocessed, const VkGeneratedCommandsInfoNV* pGeneratedCommandsInfo); 11630 VkBool32 isPreprocessed,
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 13122 typedef void (VKAPI_PTR *PFN_vkCmdExecuteGeneratedCommandsNV)(VkCommandBuffer commandBuffer, VkBool32 isPreprocessed, const VkGeneratedCommandsInfoNV* pGeneratedCommandsInfo); 13139 VkBool32 isPreprocessed,
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 12232 typedef void (VKAPI_PTR *PFN_vkCmdExecuteGeneratedCommandsNV)(VkCommandBuffer commandBuffer, VkBool32 isPreprocessed, const VkGeneratedCommandsInfoNV* pGeneratedCommandsInfo); 12249 VkBool32 isPreprocessed,
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan.hpp | 4698 VkBool32 isPreprocessed, 4701 return ::vkCmdExecuteGeneratedCommandsNV( commandBuffer, isPreprocessed, pGeneratedCommandsInfo );
|
H A D | vulkan_funcs.hpp | [all...] |
H A D | vulkan_core.h | 15275 typedef void (VKAPI_PTR *PFN_vkCmdExecuteGeneratedCommandsNV)(VkCommandBuffer commandBuffer, VkBool32 isPreprocessed, const VkGeneratedCommandsInfoNV* pGeneratedCommandsInfo); 15292 VkBool32 isPreprocessed,
|
H A D | vulkan_handles.hpp | 5867 void executeGeneratedCommandsNV( VULKAN_HPP_NAMESPACE::Bool32 isPreprocessed, 5872 void executeGeneratedCommandsNV( VULKAN_HPP_NAMESPACE::Bool32 isPreprocessed,
|
H A D | vulkan_raii.hpp | 6033 void executeGeneratedCommandsNV( VULKAN_HPP_NAMESPACE::Bool32 isPreprocessed, [all...] |
/third_party/vulkan-loader/loader/generated/ |
H A D | vk_loader_extensions.c | 7299 VkBool32 isPreprocessed, in CmdExecuteGeneratedCommandsNV() 7308 disp->CmdExecuteGeneratedCommandsNV(commandBuffer, isPreprocessed, pGeneratedCommandsInfo); in CmdExecuteGeneratedCommandsNV() 7297 CmdExecuteGeneratedCommandsNV( VkCommandBuffer commandBuffer, VkBool32 isPreprocessed, const VkGeneratedCommandsInfoNV* pGeneratedCommandsInfo) CmdExecuteGeneratedCommandsNV() argument
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_cmd_buffer.c | 8299 radv_CmdExecuteGeneratedCommandsNV(VkCommandBuffer commandBuffer, VkBool32 isPreprocessed, in radv_CmdExecuteGeneratedCommandsNV() argument
|
Completed in 464 milliseconds