Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
Dpvr_srv_job_common.c38 const char *render_path; in pvr_srv_create_timeline() local
42 render_path = drmGetRenderDeviceNameFromFd(render_fd); in pvr_srv_create_timeline()
43 if (!render_path) { in pvr_srv_create_timeline()
49 fd = open(render_path, O_CLOEXEC | O_RDWR); in pvr_srv_create_timeline()
50 drmFree((void *)render_path); in pvr_srv_create_timeline()
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_device.c229 vk_free(&pdevice->vk.instance->alloc, pdevice->render_path); in pvr_physical_device_finish()
355 pdevice->render_path = vk_strdup(&pdevice->vk.instance->alloc, in pvr_physical_device_init()
358 if (!pdevice->render_path) { in pvr_physical_device_init()
459 vk_free(&pdevice->vk.instance->alloc, pdevice->render_path); in pvr_physical_device_init()
1600 device->render_fd = open(pdevice->render_path, O_RDWR | O_CLOEXEC); in pvr_CreateDevice()
1605 pdevice->render_path); in pvr_CreateDevice()
Dpvr_private.h197 char *render_path; member
/third_party/skia/tools/debugger/
DDrawCommand.cpp281 void render_path(SkCanvas* canvas, const SkPath& path) { in render_path() function
999 render_path(canvas, fPath); in render()
1509 render_path(canvas, fPath); in render()