Lines Matching refs:entry
578 struct dzn_cmd_event_signal *entry =
581 if (!entry) {
586 *entry = signal;
829 struct dzn_cmd_buffer_query_range *entry =
832 if (!entry) {
837 *entry = range;
1091 struct dzn_internal_resource *entry =
1092 vk_alloc(&cmdbuf->vk.pool->alloc, sizeof(*entry), 8,
1094 if (!entry) {
1100 entry->res = res;
1101 list_addtail(&entry->link, &cmdbuf->internal_bufs);
1102 *out = entry->res;
4162 struct dzn_event **entry =
4165 if (!entry) {
4170 *entry = event;