Searched refs:cooperative_matrix_props (Results 1 – 3 of 3) sorted by relevance
2187 …if (!(pStage->stage & phys_dev_ext_props.cooperative_matrix_props.cooperativeMatrixSupportedStages… in ValidateCooperativeMatrix()2192 … phys_dev_ext_props.cooperative_matrix_props.cooperativeMatrixSupportedStages); in ValidateCooperativeMatrix()
868 VkPhysicalDeviceCooperativeMatrixPropertiesNV cooperative_matrix_props;
2649 … auto cooperative_matrix_props = lvl_init_struct<VkPhysicalDeviceCooperativeMatrixPropertiesNV>(); in PostCallRecordCreateDevice() local2650 auto prop2 = lvl_init_struct<VkPhysicalDeviceProperties2KHR>(&cooperative_matrix_props); in PostCallRecordCreateDevice()2652 state_tracker->phys_dev_ext_props.cooperative_matrix_props = cooperative_matrix_props; in PostCallRecordCreateDevice()