Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
Dspirvenv.adoc1089 the supported slink:VkCooperativeMatrixPropertiesNV
1092 slink:VkCooperativeMatrixPropertiesNV::pname:MSize rows and
1093 slink:VkCooperativeMatrixPropertiesNV::pname:KSize columns and have a
1095 slink:VkCooperativeMatrixPropertiesNV::pname:AType
1098 slink:VkCooperativeMatrixPropertiesNV::pname:KSize rows and
1099 slink:VkCooperativeMatrixPropertiesNV::pname:NSize columns and have a
1101 slink:VkCooperativeMatrixPropertiesNV::pname:BType
1104 slink:VkCooperativeMatrixPropertiesNV::pname:MSize rows and
1105 slink:VkCooperativeMatrixPropertiesNV::pname:NSize columns and have a
1107 slink:VkCooperativeMatrixPropertiesNV::pname:CType
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dshaders.adoc3160 slink:VkCooperativeMatrixPropertiesNV structures.
3181 ifdef::VK_NV_cooperative_matrix[slink:VkCooperativeMatrixPropertiesNV]
3260 [open,refpage='VkCooperativeMatrixPropertiesNV',desc='Structure specifying cooperative matrix prope…
3262 The sname:VkCooperativeMatrixPropertiesNV structure is defined as:
3264 include::{generated}/api/structs/VkCooperativeMatrixPropertiesNV.adoc[]
3290 include::{generated}/validity/structs/VkCooperativeMatrixPropertiesNV.adoc[]
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h13745 typedef struct VkCooperativeMatrixPropertiesNV { struct
13756 } VkCooperativeMatrixPropertiesNV; argument
13771 …)(VkPhysicalDevice physicalDevice, uint32_t* pPropertyCount, VkCooperativeMatrixPropertiesNV* pPro…
13777 VkCooperativeMatrixPropertiesNV* pProperties);
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_static_assertions.hpp2954 …AN_HPP_NAMESPACE::CooperativeMatrixPropertiesNV ) == sizeof( VkCooperativeMatrixPropertiesNV ), "s…
Dvulkan.hpp3991 … VkPhysicalDevice physicalDevice, uint32_t * pPropertyCount, VkCooperativeMatrixPropertiesNV * pPr… in vkGetPhysicalDeviceCooperativeMatrixPropertiesNV()
Dvulkan_raii.hpp16949 …evice>( m_physicalDevice ), &propertyCount, reinterpret_cast<VkCooperativeMatrixPropertiesNV *>( p… in getCooperativeMatrixPropertiesNV()