Searched refs:componentTypeInfo (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeCooperativeMatrixTests.cpp | 428 } componentTypeInfo[] = member 528 const char *typeStrA = componentTypeInfo[m_data.inputType].typeName; in initPrograms() 529 const char *typeStrB = componentTypeInfo[m_data.inputType].typeName; in initPrograms() 530 const char *typeStrC = componentTypeInfo[m_data.outputType].typeName; in initPrograms() 531 const char *typeStrO = componentTypeInfo[m_data.outputType].typeName; in initPrograms() 574 matAType << "coopmat<" << componentTypeInfo[m_data.inputType].typeName << ", gl_ScopeSubgroup, " << dims[0].rows << ", " << dims[0].cols << ", " << atype << ">"; in initPrograms() 575 matBType << "coopmat<" << componentTypeInfo[m_data.inputType].typeName << ", gl_ScopeSubgroup, " << dims[1].rows << ", " << dims[1].cols << ", " << btype << ">"; in initPrograms() 576 matCType << "coopmat<" << componentTypeInfo[m_data.outputType].typeName << ", gl_ScopeSubgroup, " << dims[2].rows << ", " << dims[2].cols << ", " << ctype << ">"; in initPrograms() 577 outputMatType << "coopmat<" << componentTypeInfo[m_data.outputType].typeName << ", gl_ScopeSubgroup, " << dims[3].rows << ", " << dims[3].cols << ", " << rtype << ">"; in initPrograms() 581 matAType << componentTypeInfo[m_dat in initPrograms() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
H A D | vktComputeCooperativeMatrixTests.cpp | 238 } componentTypeInfo[] = member 337 const char *typeStrA = componentTypeInfo[m_data.inputType].typeName; in initPrograms() 338 const char *typeStrB = componentTypeInfo[m_data.inputType].typeName; in initPrograms() 339 const char *typeStrC = componentTypeInfo[m_data.outputType].typeName; in initPrograms() 340 const char *typeStrO = componentTypeInfo[m_data.outputType].typeName; in initPrograms() 371 matAType << componentTypeInfo[m_data.inputType].coopmatTypeName << "<" << componentTypeInfo[m_data.inputType].bits << ", gl_ScopeSubgroup, " << dims[0].rows << ", " << dims[0].cols << ">"; in initPrograms() 372 matBType << componentTypeInfo[m_data.inputType].coopmatTypeName << "<" << componentTypeInfo[m_data.inputType].bits << ", gl_ScopeSubgroup, " << dims[1].rows << ", " << dims[1].cols << ">"; in initPrograms() 373 matCType << componentTypeInfo[m_dat in initPrograms() [all...] |
Completed in 4 milliseconds