Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imagination/vulkan/winsys/
H A Dpvr_winsys_helper.c334 static void pvr_setup_static_vdm_sync(uint8_t *const pds_ptr, in pvr_setup_static_vdm_sync() argument
356 (uint32_t *)&pds_ptr[pds_sync_offset_in_bytes], in pvr_setup_static_vdm_sync()
363 pvr_setup_static_pixel_event_program(uint8_t *const pds_ptr, in pvr_setup_static_pixel_event_program() argument
369 (uint32_t *)&pds_ptr[pds_eot_offset_in_bytes], in pvr_setup_static_pixel_event_program()
380 uint8_t *general_ptr, *pds_ptr, *usc_ptr; in pvr_winsys_helper_fill_static_memory() local
387 pds_ptr = ws->ops->buffer_map(pds_vma->bo); in pvr_winsys_helper_fill_static_memory()
388 if (!pds_ptr) { in pvr_winsys_helper_fill_static_memory()
399 pvr_setup_static_vdm_sync(pds_ptr, in pvr_winsys_helper_fill_static_memory()
404 pvr_setup_static_pixel_event_program(pds_ptr, in pvr_winsys_helper_fill_static_memory()

Completed in 1 milliseconds