Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
Dspirvenv.adoc1126 the supported slink:VkCooperativeMatrixPropertiesKHR.
1129 slink:VkCooperativeMatrixPropertiesKHR::pname:MSize rows and
1130 slink:VkCooperativeMatrixPropertiesKHR::pname:KSize columns and have a
1132 slink:VkCooperativeMatrixPropertiesKHR::pname:AType.
1139 slink:VkCooperativeMatrixPropertiesKHR::pname:KSize rows and
1140 slink:VkCooperativeMatrixPropertiesKHR::pname:NSize columns and have a
1142 slink:VkCooperativeMatrixPropertiesKHR::pname:BType.
1149 slink:VkCooperativeMatrixPropertiesKHR::pname:MSize rows and
1150 slink:VkCooperativeMatrixPropertiesKHR::pname:NSize columns and have a
1152 slink:VkCooperativeMatrixPropertiesKHR::pname:CType.
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dshaders.adoc3131 slink:VkCooperativeMatrixPropertiesKHR structures.
3179 ifdef::VK_KHR_cooperative_matrix[slink:VkCooperativeMatrixPropertiesKHR]
3219 [open,refpage='VkCooperativeMatrixPropertiesKHR',desc='Structure specifying cooperative matrix prop…
3221 The sname:VkCooperativeMatrixPropertiesKHR structure is defined as:
3223 include::{generated}/api/structs/VkCooperativeMatrixPropertiesKHR.adoc[]
3255 include::{generated}/validity/structs/VkCooperativeMatrixPropertiesKHR.adoc[]
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h10652 typedef struct VkCooperativeMatrixPropertiesKHR { struct
10664 } VkCooperativeMatrixPropertiesKHR; argument
10679 …(VkPhysicalDevice physicalDevice, uint32_t* pPropertyCount, VkCooperativeMatrixPropertiesKHR* pPro…
10685 VkCooperativeMatrixPropertiesKHR* pProperties);
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_static_assertions.hpp4564 …_HPP_NAMESPACE::CooperativeMatrixPropertiesKHR ) == sizeof( VkCooperativeMatrixPropertiesKHR ), "s…
Dvulkan.hpp5313 …VkPhysicalDevice physicalDevice, uint32_t * pPropertyCount, VkCooperativeMatrixPropertiesKHR * pPr… in vkGetPhysicalDeviceCooperativeMatrixPropertiesKHR()
Dvulkan_raii.hpp19856 …vice>( m_physicalDevice ), &propertyCount, reinterpret_cast<VkCooperativeMatrixPropertiesKHR *>( p… in getCooperativeMatrixPropertiesKHR()