Searched refs:isPreprocessed (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_device_generated_commands/ |
D | generation.adoc | 194 * pname:isPreprocessed represents whether the input data has already been 223 * [[VUID-vkCmdExecuteGeneratedCommandsNV-isPreprocessed-02908]] 224 If pname:isPreprocessed is ename:VK_TRUE then 273 with its pname:isPreprocessed set to ename:VK_TRUE, then the
|
D | indirectcommands.adoc | 188 executed by flink:vkCmdExecuteGeneratedCommandsNV with `isPreprocessed`
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_NV_device_generated_commands.adoc | 182 Set the `isPreprocessed` to true in flink:vkCmdExecuteGeneratedCommandsNV. 247 pname:isPreprocessed of `VK_FALSE`, the generated commands are implicitly
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan.hpp | 4271 …void vkCmdExecuteGeneratedCommandsNV( VkCommandBuffer commandBuffer, VkBool32 isPreprocessed, cons… in vkCmdExecuteGeneratedCommandsNV() argument 4273 … return ::vkCmdExecuteGeneratedCommandsNV( commandBuffer, isPreprocessed, pGeneratedCommandsInfo ); in vkCmdExecuteGeneratedCommandsNV()
|
D | vulkan_raii.hpp | 5373 …void executeGeneratedCommandsNV( VULKAN_HPP_NAMESPACE::Bool32 isPreprocessed, const VULKAN_HPP_NAM… 17604 …mandBuffer::executeGeneratedCommandsNV( VULKAN_HPP_NAMESPACE::Bool32 isPreprocessed, const VULKAN_… in executeGeneratedCommandsNV() argument 17610 …tic_cast<VkCommandBuffer>( m_commandBuffer ), static_cast<VkBool32>( isPreprocessed ), reinterpret… in executeGeneratedCommandsNV()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 14515 …dExecuteGeneratedCommandsNV)(VkCommandBuffer commandBuffer, VkBool32 isPreprocessed, const VkGener… 14532 VkBool32 isPreprocessed,
|