Home
last modified time | relevance | path

Searched refs:DType (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_NV_cooperative_matrix.adoc51 * AType = BType = fp16 CType = DType = fp16 MxNxK = 16x8x16 scope =
53 * AType = BType = fp16 CType = DType = fp16 MxNxK = 16x8x8 scope =
55 * AType = BType = fp16 CType = DType = fp32 MxNxK = 16x8x16 scope =
57 * AType = BType = fp16 CType = DType = fp32 MxNxK = 16x8x8 scope =
Dspirvenv.adoc1113 slink:VkCooperativeMatrixPropertiesNV::pname:DType
/hardware/google/graphics/gs101/include/gs101/displaycolor/
Ddisplaycolor_gs101.h67 template <typename DType, size_t N>
69 using Container = DType;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dshaders.adoc3209 %D is of type OpTypeCooperativeMatrixNV %DType %scope %MSize %NSize
3278 * pname:DType is the component type of matrix D, of type
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h13754 VkComponentTypeNV DType; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp2223 VULKAN_HPP_HASH_COMBINE( seed, cooperativeMatrixPropertiesNV.DType ); in operator ()()