Searched refs:saturatingAccumulation (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeCooperativeMatrixTests.cpp | 186 result.saturatingAccumulation = (VkBool32) VK_FALSE; in convertCooperativeMatrixProperties() 361 if (isMMA && isMMASat != static_cast<bool>(p->saturatingAccumulation)) in checkSupport()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 11221 VkBool32 saturatingAccumulation; member
|
H A D | vulkan_hash.hpp | 2459 VULKAN_HPP_HASH_COMBINE( seed, cooperativeMatrixPropertiesKHR.saturatingAccumulation );
|
H A D | vulkan_structs.hpp | 16611 , saturatingAccumulation( saturatingAccumulation_ ) 16684 saturatingAccumulation = saturatingAccumulation_; 16723 return std::tie( sType, pNext, MSize, NSize, KSize, AType, BType, CType, ResultType, saturatingAccumulation, scope ); 16737 ( saturatingAccumulation == rhs.saturatingAccumulation ) && ( scope == rhs.scope ); 16757 VULKAN_HPP_NAMESPACE::Bool32 saturatingAccumulation = {}; member [all...] |
Completed in 153 milliseconds