Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
H A Dir_array_refcount.cpp46 ir_array_refcount_entry *ivre = (ir_array_refcount_entry *) entry->data; in free_entry()
56 ir_array_refcount_entry::ir_array_refcount_entry(ir_variable *var) in ir_array_refcount_entry() function in ir_array_refcount_entry
73 ir_array_refcount_entry::~ir_array_refcount_entry() in ~ir_array_refcount_entry()
78 ir_array_refcount_entry *
85 return (ir_array_refcount_entry *)e->data; in get_variable_entry()
87 ir_array_refcount_entry *entry = new ir_array_refcount_entry(va in get_variable_entry()
[all...]
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.
/third_party/mesa3d/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) in get_bits()
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) in get_num_bits()
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) in get_array_depth()
215 ir_array_refcount_entry entr in TEST_F()
[all...]

Completed in 2 milliseconds