Home
last modified time | relevance | path

Searched refs:isMatrixMul (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeCooperativeMatrixTests.cpp1866 const bool isMatrixMul = isMatrixMulAddOp(testType); in createCooperativeMatrixTestsInternal() local
1869 if (isMatrixMul && (useType == UT_KHR_A || useType == UT_KHR_B)) { in createCooperativeMatrixTestsInternal()
1874 if (isMatrixMul && (useType == UT_NV) && isSIntType(inputType) != isSIntType(outputType)) { in createCooperativeMatrixTestsInternal()
1878 if (!isMatrixMul && inputType != outputType) in createCooperativeMatrixTestsInternal()
1881 if (isMatrixMul && componentTypeInfo[inputType].bits > componentTypeInfo[outputType].bits) in createCooperativeMatrixTestsInternal()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeCooperativeMatrixTests.cpp1325 bool isMatrixMul = testType == TT_MATRIXMULADD || testType == TT_MATRIXMULADD_ARRAY; in createCooperativeMatrixTests() local
1327 if (!isMatrixMul && testType != TT_CONVERT && inputType != outputType) in createCooperativeMatrixTests()
1333 if (isMatrixMul && componentTypeInfo[inputType].bits > componentTypeInfo[outputType].bits) in createCooperativeMatrixTests()

Completed in 6 milliseconds