Home
last modified time | relevance | path

Searched refs:pExtras (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_cuda_kernel_launch/
Ddispatch.adoc89 * pname:pExtras is reserved for future use.
110 * [[VUID-VkCudaLaunchInfoNV-pExtras-09412]]
111 pname:pExtras must be NULL
214 launchInfo.pExtras = nullptr;
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h11055 const void* const * pExtras; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp2512 VULKAN_HPP_HASH_COMBINE( seed, cuLaunchInfoNVX.pExtras ); in operator ()()