Searched refs:build_constant_load (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_variable_initializers.c | 28 build_constant_load(nir_builder *b, nir_deref_instr *deref, nir_constant *c) in build_constant_load() function 41 build_constant_load(b, nir_build_deref_struct(b, deref, i), in build_constant_load() 49 build_constant_load(b, in build_constant_load() 69 build_constant_load(b, nir_build_deref_var(b, var), in lower_const_initializer()
|
D | nir_opt_large_constants.c | 68 build_constant_load(nir_builder *b, nir_deref_instr *deref, in build_constant_load() function 367 nir_ssa_def *val = build_constant_load(&b, deref, size_align); in nir_opt_large_constants()
|