HomeSort by relevance Sort by last modified time
    Searched refs:tail_sentinel (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/compiler/glsl/
list.h 286 struct exec_node tail_sentinel; member in struct:exec_list
347 list->head_sentinel.next = &list->tail_sentinel;
349 list->tail_sentinel.next = NULL;
350 list->tail_sentinel.prev = &list->head_sentinel;
366 return list->head_sentinel.next == &list->tail_sentinel;
396 return !exec_list_is_empty(list) ? list->tail_sentinel.prev : NULL;
402 return !exec_list_is_empty(list) ? list->tail_sentinel.prev : NULL;
408 return list->tail_sentinel.prev;
414 return list->tail_sentinel.prev;
443 n->next = &list->tail_sentinel;
    [all...]
lower_int64.cpp 154 exec_node *const tail = v.function_list.tail_sentinel.prev;
304 exec_node *const tail = instructions.tail_sentinel.prev;
  /external/mesa3d/src/compiler/nir/
nir_opt_gcm.c 495 state.instrs.tail_sentinel.prev, node);
nir.h     [all...]
  /external/mesa3d/src/intel/compiler/
brw_fs_builder.h 103 return at(NULL, (exec_node *)&shader->instructions.tail_sentinel);
brw_vec4_builder.h 99 return at(NULL, (exec_node *)&shader->instructions.tail_sentinel);

Completed in 406 milliseconds