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

  /external/mesa3d/src/compiler/glsl/
list.h 278 #define exec_node_data(type, node, field) \ macro
698 exec_node_data(__type, (__list)->head_sentinel.next, __field); \
700 (__node) = exec_node_data(__type, (__node)->__field.next, __field))
704 exec_node_data(__type, (__list)->tail_sentinel.prev, __field); \
706 (__node) = exec_node_data(__type, (__node)->__field.prev, __field))
710 exec_node_data(__type, (__list)->head_sentinel.next, __field), \
712 exec_node_data(__type, (__node)->__field.next, __field); \
715 exec_node_data(__type, (__next)->__field.next, __field))
719 exec_node_data(__type, (__list)->tail_sentinel.prev, __field), \
721 exec_node_data(__type, (__node)->__field.prev, __field);
    [all...]
ir_variable_refcount.cpp 54 exec_node_data(struct assignment_entry, n, link);
opt_dead_code.cpp 103 exec_node_data(struct assignment_entry,
glsl_parser_extras.cpp     [all...]
ast_function.cpp 195 exec_node_data(ast_expression, actual_ast_node, link);
323 exec_node_data(ast_expression,
    [all...]
ast_type.cpp 804 ast_node *const_expression = exec_node_data(ast_node, node, link);
ast_to_hir.cpp     [all...]
  /external/mesa3d/src/compiler/nir/
nir_lower_io_to_temporaries.c 49 nir_variable *newv = exec_node_data(nir_variable, new_node, node);
50 nir_variable *temp = exec_node_data(nir_variable, old_node, node);
nir.h 69 return exec_node_data(out_type, parent, field); \
414 return exec_node_data(nir_instr, next, node);
424 return exec_node_data(nir_instr, prev, node);
    [all...]
nir_move_vec_src_uses_to_dest.c 141 nir_alu_src *use_alu_src = exec_node_data(nir_alu_src, use, src);
nir_opt_dce.c 50 worklist_elem *elem = exec_node_data(worklist_elem, node, node);
nir_repair_ssa.c 61 return exec_node_data(nir_phi_src, src, src)->pred;
nir_from_ssa.c 155 merge_node *a_node = exec_node_data(merge_node, an, node);
156 merge_node *b_node = exec_node_data(merge_node, bn, node);
163 exec_node_data(merge_node, bn, node)->set = a;
195 current = exec_node_data(merge_node, bn, node);
198 current = exec_node_data(merge_node, an, node);
201 merge_node *a_node = exec_node_data(merge_node, an, node);
202 merge_node *b_node = exec_node_data(merge_node, bn, node);
512 * nir_dest. We can use exec_node_data to get the dest pointer.
514 nir_dest *dest = exec_node_data(nir_dest, def, ssa);
nir_liveness.c 244 nir_instr *instr = exec_node_data(nir_instr, node, node);
nir_lower_regs_to_ssa.c 55 nir_phi_src *phi_src = exec_node_data(nir_phi_src, src, src);
nir_lower_vec_to_movs.c 138 nir_alu_src *alu_src = exec_node_data(nir_alu_src, src, src);
nir_opt_dead_cf.c 276 cur = exec_node_data(nir_cf_node, exec_list_get_head(list),
nir_phi_builder.c 268 nir_phi_instr *phi = exec_node_data(nir_phi_instr, head, instr.node);
nir_opt_gcm.c 494 nir_instr *instr = exec_node_data(nir_instr,
nir_opt_loop_unroll.c 400 unroll_loc = exec_node_data(nir_cf_node,
nir_clone.c 535 exec_node_data(nir_block, exec_list_get_tail(cf_list), cf_node.node);
nir.c     [all...]
  /external/mesa3d/src/intel/vulkan/
anv_nir_apply_dynamic_offsets.c 112 src1->pred = exec_node_data(nir_block, tnode, cf_node.node);
123 src2->pred = exec_node_data(nir_block, enode, cf_node.node);
  /external/mesa3d/src/amd/vulkan/
radv_pipeline.c 175 entry_point = exec_node_data(nir_function, node, node);
    [all...]

Completed in 1391 milliseconds