Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_cuda_kernel_launch/
Ddispatch.adoc81 * pname:blockDimY is block size in the Y dimension.
208 launchInfo.blockDimY = 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.h11049 uint32_t blockDimY; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp2506 VULKAN_HPP_HASH_COMBINE( seed, cuLaunchInfoNVX.blockDimY ); in operator ()()