Home
last modified time | relevance | path

Searched refs:check_usage (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-main/
Dmain-unix.c403 check_usage (bool condition, /**< the condition that must hold */ in check_usage() function
582 check_usage (!strcmp (debug_channel, "websocket") || !strcmp (debug_channel, "rawpacket"), in main()
592 check_usage (!strcmp (debug_protocol, "tcp") || !strcmp (debug_protocol, "serial"), in main()
642 check_usage (log_level >= 0 && log_level <= 3, in main()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_context.c4385 uint32_t check_usage = 0; in zink_context_is_resource_busy() local
4387 check_usage |= ZINK_RESOURCE_ACCESS_WRITE; in zink_context_is_resource_busy()
4389 check_usage |= ZINK_RESOURCE_ACCESS_RW; in zink_context_is_resource_busy()
4390 return !zink_resource_usage_check_completion(screen, res, check_usage); in zink_context_is_resource_busy()