Home
last modified time | relevance | path

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/
Dgeneration.adoc194 * 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
Dindirectcommands.adoc188 executed by flink:vkCmdExecuteGeneratedCommandsNV with `isPreprocessed`
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_NV_device_generated_commands.adoc182 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/
Dvulkan.hpp4271 …void vkCmdExecuteGeneratedCommandsNV( VkCommandBuffer commandBuffer, VkBool32 isPreprocessed, cons… in vkCmdExecuteGeneratedCommandsNV() argument
4273 … return ::vkCmdExecuteGeneratedCommandsNV( commandBuffer, isPreprocessed, pGeneratedCommandsInfo ); in vkCmdExecuteGeneratedCommandsNV()
Dvulkan_raii.hpp5373 …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/
Dvulkan_core.h14515 …dExecuteGeneratedCommandsNV)(VkCommandBuffer commandBuffer, VkBool32 isPreprocessed, const VkGener…
14532 VkBool32 isPreprocessed,