Home
last modified time | relevance | path

Searched refs:gridDimZ (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_cuda_kernel_launch/
Ddispatch.adoc41 [eq]#pname:gridDimX {times} pname:gridDimY {times} pname:gridDimZ# local
76 * pname:gridDimZ is the number of local workgroups to dispatch in the Z
99 * [[VUID-VkCudaLaunchInfoNV-gridDimZ-09408]]
100 pname:gridDimZ must: be less than or equal to
206 launchInfo.gridDimZ = (volumeTexDimensionNonBoundary / block_size);
/hardware/google/aemu/third-party/cuda/include/host-common/
Ddynlink_cuda_cuda.h1416 … unsigned int gridDimX, unsigned int gridDimY, unsigned int gridDimZ,
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h11047 uint32_t gridDimZ; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp2504 VULKAN_HPP_HASH_COMBINE( seed, cuLaunchInfoNVX.gridDimZ ); in operator ()()