Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_cuda_kernel_launch/
Ddispatch.adoc82 * pname:blockDimZ is block size in the Z dimension.
209 launchInfo.blockDimZ = block_size;
/hardware/google/aemu/third-party/cuda/include/host-common/
Ddynlink_cuda_cuda.h1417 … unsigned int blockDimX, unsigned int blockDimY, unsigned int blockDimZ,
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h11050 uint32_t blockDimZ; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp2507 VULKAN_HPP_HASH_COMBINE( seed, cuLaunchInfoNVX.blockDimZ ); in operator ()()