Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp2654 uint32_t numCooperativeMatrixProperties = 0; in PostCallRecordCreateDevice() local
2655 …h_table.GetPhysicalDeviceCooperativeMatrixPropertiesNV(gpu, &numCooperativeMatrixProperties, NULL); in PostCallRecordCreateDevice()
2656 state_tracker->cooperative_matrix_properties.resize(numCooperativeMatrixProperties, in PostCallRecordCreateDevice()
2659 …dispatch_table.GetPhysicalDeviceCooperativeMatrixPropertiesNV(gpu, &numCooperativeMatrixProperties, in PostCallRecordCreateDevice()