Home
last modified time | relevance | path

Searched refs:KSize (Results 1 - 10 of 10) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeCooperativeMatrixTests.cpp181 result.KSize = (uint32_t) properties.KSize; in convertCooperativeMatrixProperties()
1028 testSizes.push_back(TestTuple(p->MSize, p->NSize, p->KSize)); in iterate()
1051 if (aType && p->AType == types[j]) typeSizes[j].insert(TestTuple(p->MSize, p->KSize, 0)); in iterate()
1052 if (bType && p->BType == types[j]) typeSizes[j].insert(TestTuple(p->KSize, p->NSize, 0)); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeCooperativeMatrixTests.cpp704 testSizes.push_back(TestTuple(p->MSize, p->NSize, p->KSize)); in iterate()
725 typeSizes[j].insert(TestTuple(p->MSize, p->KSize, 0)); in iterate()
727 typeSizes[j].insert(TestTuple(p->KSize, p->NSize, 0)); in iterate()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h11216 uint32_t KSize; member
14510 uint32_t KSize; member
H A Dvulkan_hash.hpp2454 VULKAN_HPP_HASH_COMBINE( seed, cooperativeMatrixPropertiesKHR.KSize );
2475 VULKAN_HPP_HASH_COMBINE( seed, cooperativeMatrixPropertiesNV.KSize );
H A Dvulkan_structs.hpp16606 , KSize( KSize_ )
16653 KSize = KSize_;
16723 return std::tie( sType, pNext, MSize, NSize, KSize, AType, BType, CType, ResultType, saturatingAccumulation, scope );
16735 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( MSize == rhs.MSize ) && ( NSize == rhs.NSize ) && ( KSize == rhs.KSize ) &&
16752 uint32_t KSize = {}; member
16787 , KSize( KSize_ )
16833 KSize = KSize_;
16895 return std::tie( sType, pNext, MSize, NSize, KSize, AType, BType, CType, DType, scope );
16907 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( MSize == rhs.MSize ) && ( NSize == rhs.NSize ) && ( KSize
16923 uint32_t KSize = {}; global() member
[all...]
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h11153 uint32_t KSize; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp12809 , KSize( KSize_ )
12855 KSize = KSize_;
12906 ( KSize == rhs.KSize ) && ( AType == rhs.AType ) && ( BType == rhs.BType ) && ( CType == rhs.CType ) &&
12921 uint32_t KSize = {}; member
[all...]
H A Dvulkan_core.h11559 uint32_t KSize; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h12613 uint32_t KSize; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h11719 uint32_t KSize; member

Completed in 321 milliseconds