Searched refs:ir_array_refcount_entry (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dir_array_refcount.h39 class ir_array_refcount_entry class
42 ir_array_refcount_entry(ir_variable *var);
43 ~ir_array_refcount_entry();
90 ir_array_refcount_entry *get_variable_entry(ir_variable *var);
93 * Hash table mapping ir_variable to ir_array_refcount_entry.
H A Dir_array_refcount.cpp46 ir_array_refcount_entry *ivre = (ir_array_refcount_entry *) entry->data;
56 ir_array_refcount_entry::ir_array_refcount_entry(ir_variable *var) function in class:ir_array_refcount_entry
73 ir_array_refcount_entry::~ir_array_refcount_entry()
78 ir_array_refcount_entry *
85 return (ir_array_refcount_entry *)e->data;
87 ir_array_refcount_entry *entry = new ir_array_refcount_entry(va
[all...]
H A Dlink_uniforms.cpp1287 ir_array_refcount_entry *const entry = v.get_variable_entry(var);
1323 const ir_array_refcount_entry *const entry = v.get_variable_entry(var);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dir_array_refcount.h55 class ir_array_refcount_entry class
58 ir_array_refcount_entry(ir_variable *var);
59 ~ir_array_refcount_entry();
151 ir_array_refcount_entry *get_variable_entry(ir_variable *var);
154 * Hash table mapping ir_variable to ir_array_refcount_entry.
H A Dir_array_refcount.cpp46 ir_array_refcount_entry *ivre = (ir_array_refcount_entry *) entry->data;
56 ir_array_refcount_entry::ir_array_refcount_entry(ir_variable *var) function in class:ir_array_refcount_entry
73 ir_array_refcount_entry::~ir_array_refcount_entry()
80 ir_array_refcount_entry::mark_array_elements_referenced(const array_deref_range *dr,
90 ir_array_refcount_entry::mark_array_elements_referenced(const array_deref_range *dr,
126 ir_array_refcount_entry *
133 return (ir_array_refcount_entry *)
[all...]
H A Dlink_uniforms.cpp1054 ir_array_refcount_entry *const entry = v.get_variable_entry(var);
1090 const ir_array_refcount_entry *const entry = v.get_variable_entry(var);
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/
H A Darray_refcount_test.cpp57 * Wrapper to access private member "bits" of ir_array_refcount_entry
59 * The test class is a friend to ir_array_refcount_entry, but the
63 const BITSET_WORD *get_bits(const ir_array_refcount_entry &entry)
69 * Wrapper to access private member "num_bits" of ir_array_refcount_entry
71 * The test class is a friend to ir_array_refcount_entry, but the
75 unsigned get_num_bits(const ir_array_refcount_entry &entry)
81 * Wrapper to access private member "array_depth" of ir_array_refcount_entry
83 * The test class is a friend to ir_array_refcount_entry, but the
87 unsigned get_array_depth(const ir_array_refcount_entry &entry)
215 ir_array_refcount_entry entr
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/
H A Darray_refcount_test.cpp57 * Wrapper to access private member "bits" of ir_array_refcount_entry
59 * The test class is a friend to ir_array_refcount_entry, but the
63 const BITSET_WORD *get_bits(const ir_array_refcount_entry &entry)
69 * Wrapper to access private member "num_bits" of ir_array_refcount_entry
71 * The test class is a friend to ir_array_refcount_entry, but the
75 unsigned get_num_bits(const ir_array_refcount_entry &entry)
81 * Wrapper to access private member "array_depth" of ir_array_refcount_entry
83 * The test class is a friend to ir_array_refcount_entry, but the
87 unsigned get_array_depth(const ir_array_refcount_entry &entry)
211 ir_array_refcount_entry entr
[all...]

Completed in 14 milliseconds