Home
last modified time | relevance | path

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

/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_renderer_vtest.c434 uint32_t vcmd_sync_write[VCMD_SYNC_WRITE_SIZE]; in vtest_vcmd_sync_write() local
439 vcmd_sync_write[VCMD_SYNC_WRITE_ID] = sync_id; in vtest_vcmd_sync_write()
440 vcmd_sync_write[VCMD_SYNC_WRITE_VALUE_LO] = (uint32_t)val; in vtest_vcmd_sync_write()
441 vcmd_sync_write[VCMD_SYNC_WRITE_VALUE_HI] = (uint32_t)(val >> 32); in vtest_vcmd_sync_write()
444 vtest_write(vtest, vcmd_sync_write, sizeof(vcmd_sync_write)); in vtest_vcmd_sync_write()

Completed in 3 milliseconds