Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
DvktComputeCooperativeMatrixTests.cpp619 static deUint32 getDataInt(void *base, VkComponentTypeNV dt, deUint32 i) in getDataInt() function
1118 deUint32 inputA = getDataInt(ptrs[0], dataTypes[0], i); in iterate()
1119 deUint32 inputB = getDataInt(ptrs[1], dataTypes[1], i); in iterate()
1120 deUint32 output = getDataInt(ptrs[3], dataTypes[3], i); in iterate()
1201 deUint32 Aik = getDataInt(ptrs[0], dataTypes[0], ik); in iterate()
1208 deUint32 Bkj = getDataInt(ptrs[1], dataTypes[1], kj); in iterate()
1218 deUint32 Cij = getDataInt(ptrs[2], dataTypes[2], ij); in iterate()
1222 deUint32 Dij = getDataInt(ptrs[3], dataTypes[3], ij); in iterate()