Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dshaders.adoc3195 %B is of type OpTypeCooperativeMatrixKHR %BType %scope %KSize %NSize %MatrixBKHR
3196 %C is of type OpTypeCooperativeMatrixKHR %CType %scope %MSize %NSize %MatrixAccumulatorKHR
3197 …%Result is of type OpTypeCooperativeMatrixKHR %ResultType %scope %MSize %NSize %MatrixAccumulatorK…
3207 %B is of type OpTypeCooperativeMatrixNV %BType %scope %KSize %NSize
3208 %C is of type OpTypeCooperativeMatrixNV %CType %scope %MSize %NSize
3209 %D is of type OpTypeCooperativeMatrixNV %DType %scope %MSize %NSize
3232 * pname:NSize is the number of columns in matrices code:B, code:C,
3253 pname:MSize, pname:KSize, and pname:NSize.
3271 * pname:NSize is the number of columns in matrices B, C, D.
3288 pname:MSize, pname:KSize, and pname:NSize.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
Dspirvenv.adoc1099 slink:VkCooperativeMatrixPropertiesNV::pname:NSize columns and have a
1105 slink:VkCooperativeMatrixPropertiesNV::pname:NSize columns and have a
1111 slink:VkCooperativeMatrixPropertiesNV::pname:NSize columns and have a
1140 slink:VkCooperativeMatrixPropertiesKHR::pname:NSize columns and have a
1150 slink:VkCooperativeMatrixPropertiesKHR::pname:NSize columns and have a
1160 slink:VkCooperativeMatrixPropertiesKHR::pname:NSize columns and have a
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h10656 uint32_t NSize; member
13749 uint32_t NSize; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp2198 VULKAN_HPP_HASH_COMBINE( seed, cooperativeMatrixPropertiesKHR.NSize ); in operator ()()
2218 VULKAN_HPP_HASH_COMBINE( seed, cooperativeMatrixPropertiesNV.NSize ); in operator ()()