Home
last modified time | relevance | path

Searched refs:gridDimY (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
72 * pname:gridDimY is the number of local workgroups to dispatch in the Y
96 * [[VUID-VkCudaLaunchInfoNV-gridDimY-09407]]
97 pname:gridDimY must: be less than or equal to
205 launchInfo.gridDimY = (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.h11046 uint32_t gridDimY; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp2503 VULKAN_HPP_HASH_COMBINE( seed, cuLaunchInfoNVX.gridDimY ); in operator ()()