Home
last modified time | relevance | path

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

/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_device.h147 VkResult (*check_status)(struct vk_device *device); member
337 if (!device->check_status) in vk_device_check_status()
340 VkResult result = device->check_status(device); in vk_device_check_status()
/third_party/ltp/testcases/kernel/mem/vma/
H A Dvma01.c64 static void check_status(int status);
137 check_status(WEXITSTATUS(status)); in check_vma()
183 static void check_status(int status) in check_status() function
/third_party/backends/backend/pixma/
H A Dpixma_mp750.c125 static void check_status (pixma_t * s);
193 /*SIM*/ check_status (s); in activate_cs()
269 /*SIM*/ check_status (s); in calibrate_cs()
395 check_status (pixma_t * s) in check_status() function
709 check_status (s); in mp750_fill_buffer()
791 check_status (s); in mp750_fill_buffer()
/third_party/python/Lib/wsgiref/
H A Dvalidate.py170 check_status(status)
375 def check_status(status): function
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_device.c1838 device->vk.check_status = tu_device_check_status; in tu_CreateDevice()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c2069 device->vk.check_status = dzn_device_check_status; in dzn_device_create()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c3171 device->vk.check_status = anv_device_check_status; in anv_CreateDevice()

Completed in 17 milliseconds