Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeCooperativeMatrixTests.cpp619 static deUint32 getDataInt(void *base, VkComponentTypeNV dt, deUint32 i) in getDataInt() function
1114 deUint32 inputA = getDataInt(ptrs[0], dataTypes[0], i); in iterate()
1115 deUint32 inputB = getDataInt(ptrs[1], dataTypes[1], i); in iterate()
1116 deUint32 output = getDataInt(ptrs[3], dataTypes[3], i); in iterate()
1197 deUint32 Aik = getDataInt(ptrs[0], dataTypes[0], ik); in iterate()
1204 deUint32 Bkj = getDataInt(ptrs[1], dataTypes[1], kj); in iterate()
1214 deUint32 Cij = getDataInt(ptrs[2], dataTypes[2], ij); in iterate()
1218 deUint32 Dij = getDataInt(ptrs[3], dataTypes[3], ij); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeCooperativeMatrixTests.cpp847 deUint32 getDataInt (void *base, VkComponentTypeKHR dt, deUint32 i) in getDataInt() function
969 ss << (deInt32)getDataInt(data, dt, i) << "\t"; in dumpWholeMatrix()
971 ss << getDataInt(data, dt, i) << "\t"; in dumpWholeMatrix()
1526 deUint32 inputA = getDataInt(ptrs[0], dataTypes[0], i); in iterate()
1527 deUint32 inputB = getDataInt(ptrs[1], dataTypes[1], i); in iterate()
1528 deUint32 output = getDataInt(ptrs[3], dataTypes[3], i); in iterate()
1615 deUint32 Aik = getDataInt(ptrs[0], dataTypes[0], ik); in iterate()
1622 deUint32 Bkj = getDataInt(ptrs[1], dataTypes[1], kj); in iterate()
1632 deUint32 Cij = getDataInt(ptrs[2], dataTypes[2], ij); in iterate()
1653 deUint32 Dij = getDataInt(ptr in iterate()
[all...]

Completed in 5 milliseconds