Searched defs:derefs (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ir_array_refcount.h | 117 array_deref_range *derefs; member in ir_array_refcount_visitor
|
H A D | gl_nir_link_uniforms.c | 523 struct array_deref_range *derefs = NULL; in add_var_use_shader() local 413 add_var_use_deref(nir_deref_instr *deref, struct hash_table *live, struct array_deref_range **derefs, unsigned *derefs_size) add_var_use_deref() argument [all...] |
/third_party/mesa3d/src/gallium/frontends/clover/util/ |
H A D | functional.hpp | 213 struct derefs { struct
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | reflection.cpp | 95 TList<TIntermBinary*> derefs; in addUniform() local 249 void blowUpActiveAggregate(const TType& baseType, const TString& baseName, const TList<TIntermBinary*>& derefs, in blowUpActiveAggregate() argument 410 blowUpActiveAggregate(TType(derefType, 0), newBaseName, derefs, derefs in blowUpActiveAggregate() local 598 TList<TIntermBinary*> derefs; addDereferencedUniform() local 609 TList<TIntermBinary*> derefs; addDereferencedUniform() local [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_copy_prop_vars.c | 60 struct hash_table *derefs; member [all...] |
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_compiler.c | 1612 struct hash_table *derefs = _mesa_hash_table_create(NULL, _mesa_hash_pointer, _mesa_key_pointer_equal); in lower_64bit_vars() local
|
Completed in 12 milliseconds