Home
last modified time | relevance | path

Searched defs:derefs (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dir_array_refcount.h117 array_deref_range *derefs; variable
Dgl_nir_link_uniforms.c405 struct array_deref_range **derefs, unsigned *derefs_size) in add_var_use_deref()
514 struct array_deref_range *derefs = NULL; in add_var_use_shader() local
/external/angle/third_party/glslang/src/glslang/MachineIndependent/
Dreflection.cpp95 TList<TIntermBinary*> derefs; in addUniform() local
249 …ctiveAggregate(const TType& baseType, const TString& baseName, const TList<TIntermBinary*>& derefs, in blowUpActiveAggregate()
598 TList<TIntermBinary*> derefs; in addDereferencedUniform() local
609 TList<TIntermBinary*> derefs; in addDereferencedUniform() local
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dreflection.cpp95 TList<TIntermBinary*> derefs; in addUniform() local
249 …ctiveAggregate(const TType& baseType, const TString& baseName, const TList<TIntermBinary*>& derefs, in blowUpActiveAggregate()
598 TList<TIntermBinary*> derefs; in addDereferencedUniform() local
609 TList<TIntermBinary*> derefs; in addDereferencedUniform() local
/external/mesa3d/src/gallium/frontends/clover/util/
Dfunctional.hpp213 struct derefs { struct
216 operator()(T &&x) const -> decltype(*x) { in operator ()()
/external/mesa3d/src/compiler/nir/
Dnir_opt_copy_prop_vars.c78 struct hash_table *derefs; member
/external/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c2910 struct hash_table *derefs, struct set *deletes, bool doubles_only) in lower_64bit_vars_function()
3125 lower_64bit_vars_loop(nir_shader *shader, nir_variable *var, struct hash_table *derefs, in lower_64bit_vars_loop()
3142 …struct hash_table *derefs = _mesa_hash_table_create(NULL, _mesa_hash_pointer, _mesa_key_pointer_eq… in lower_64bit_vars() local