Searched refs:MSize (Results 1 - 10 of 10) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeCooperativeMatrixTests.cpp | 179 result.MSize = (uint32_t) properties.MSize; 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() 1053 if (rType && (p->CType == types[j] || p->ResultType == types[j])) typeSizes[j].insert(TestTuple(p->MSize, p->NSize, 0)); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
H A D | vktComputeCooperativeMatrixTests.cpp | 704 testSizes.push_back(TestTuple(p->MSize, p->NSize, p->KSize)); in iterate() 725 typeSizes[j].insert(TestTuple(p->MSize, p->KSize, 0)); in iterate() 730 typeSizes[j].insert(TestTuple(p->MSize, p->NSize, 0)); in iterate()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 11214 uint32_t MSize; member 14508 uint32_t MSize; member
|
H A D | vulkan_hash.hpp | 2452 VULKAN_HPP_HASH_COMBINE( seed, cooperativeMatrixPropertiesKHR.MSize ); 2473 VULKAN_HPP_HASH_COMBINE( seed, cooperativeMatrixPropertiesNV.MSize );
|
H A D | vulkan_structs.hpp | 16604 , MSize( MSize_ ) 16641 MSize = MSize_; 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 ) && 16750 uint32_t MSize = {}; member 16785 , MSize( MSize_ ) 16821 MSize = MSize_; 16895 return std::tie( sType, pNext, MSize, NSize, KSize, AType, BType, CType, DType, scope ); 16907 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( MSize 16921 uint32_t MSize = {}; global() member [all...] |
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 11151 uint32_t MSize; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 12807 : MSize( MSize_ ) 12843 MSize = MSize_; 12905 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( MSize == rhs.MSize ) && ( NSize == rhs.NSize ) && 12919 uint32_t MSize = {}; member [all...] |
H A D | vulkan_core.h | 11557 uint32_t MSize; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 12611 uint32_t MSize; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 11717 uint32_t MSize; member
|
Completed in 351 milliseconds