Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dshaders.adoc3194 %A is of type OpTypeCooperativeMatrixKHR %AType %scope %MSize %KSize %MatrixAKHR
3195 %B is of type OpTypeCooperativeMatrixKHR %BType %scope %KSize %NSize %MatrixBKHR
3206 %A is of type OpTypeCooperativeMatrixNV %AType %scope %MSize %KSize
3207 %B is of type OpTypeCooperativeMatrixNV %BType %scope %KSize %NSize
3230 * pname:KSize is the number of columns in matrix code:A and rows in matrix
3253 pname:MSize, pname:KSize, and pname:NSize.
3270 * pname:KSize is the number of columns in matrix A and rows in matrix B.
3288 pname:MSize, pname:KSize, and pname:NSize.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
Dspirvenv.adoc1093 slink:VkCooperativeMatrixPropertiesNV::pname:KSize columns and have a
1098 slink:VkCooperativeMatrixPropertiesNV::pname:KSize rows and
1130 slink:VkCooperativeMatrixPropertiesKHR::pname:KSize columns and have a
1137 * [[VUID-{refpage}-KSize-08977]]
1139 slink:VkCooperativeMatrixPropertiesKHR::pname:KSize rows and
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h10657 uint32_t KSize; member
13750 uint32_t KSize; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp2199 VULKAN_HPP_HASH_COMBINE( seed, cooperativeMatrixPropertiesKHR.KSize ); in operator ()()
2219 VULKAN_HPP_HASH_COMBINE( seed, cooperativeMatrixPropertiesNV.KSize ); in operator ()()