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

/xsrc/external/mit/libdrm/dist/tests/amdgpu/
H A Dvcn_tests.c177 static uint32_t *ib_size_in_dw; variable in typeref:typename:uint32_t *
352 ib_size_in_dw = base + (*offset)++;
367 if (ib_checksum == NULL || ib_size_in_dw == NULL)
370 size_in_dw = end - ib_size_in_dw - 1;
371 *ib_size_in_dw = size_in_dw;
372 *(ib_size_in_dw + 4) = size_in_dw * sizeof(uint32_t);
380 ib_size_in_dw = NULL;

Completed in 4 milliseconds