Home
last modified time | relevance | path

Searched refs:cooperative_matrix_props (Results 1 – 3 of 3) sorted by relevance

/external/vulkan-validation-layers/layers/
Dshader_validation.cpp2187 …if (!(pStage->stage & phys_dev_ext_props.cooperative_matrix_props.cooperativeMatrixSupportedStages… in ValidateCooperativeMatrix()
2192 … phys_dev_ext_props.cooperative_matrix_props.cooperativeMatrixSupportedStages); in ValidateCooperativeMatrix()
Dcore_validation.h868 VkPhysicalDeviceCooperativeMatrixPropertiesNV cooperative_matrix_props;
Dcore_validation.cpp2649 … auto cooperative_matrix_props = lvl_init_struct<VkPhysicalDeviceCooperativeMatrixPropertiesNV>(); in PostCallRecordCreateDevice() local
2650 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()