Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeCooperativeMatrixTests.cpp1097 float Dij = getDataFloat(ptrs[3], dataTypes[3], ij); in iterate() local
1099 if (ref != Dij) in iterate()
1218 deUint32 Dij = getDataInt(ptrs[3], dataTypes[3], ij); in iterate() local
1220 if (ref != Dij) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeCooperativeMatrixTests.cpp1510 float Dij = getDataFloat(ptrs[3], dataTypes[3], ij); in iterate() local
1512 if (fabs(ref - Dij) > epsilon) in iterate()
1653 deUint32 Dij = getDataInt(ptrs[3], dataTypes[3], ij); in iterate() local
1655 if (ref != Dij) in iterate()

Completed in 6 milliseconds