Searched refs:Cij (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
H A D | vktComputeCooperativeMatrixTests.cpp | 1093 float Cij = getDataFloat(ptrs[2], dataTypes[2], ij); in iterate() local 1095 ref += Cij; in iterate() 1214 deUint32 Cij = getDataInt(ptrs[2], dataTypes[2], ij); in iterate() local 1216 ref += Cij; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeCooperativeMatrixTests.cpp | 1500 float Cij = getDataFloat(ptrs[2], dataTypes[2], ij); in iterate() local 1502 ref += Cij; in iterate() 1632 deUint32 Cij = getDataInt(ptrs[2], dataTypes[2], ij); in iterate() local 1636 ref = satAddData(dataTypes[2], ref, Cij); in iterate() 1640 ref += Cij; in iterate()
|
Completed in 5 milliseconds