Home
last modified time | relevance | path

Searched defs:unpacked_var (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dgl_nir_lower_packed_varyings.c264 nir_variable *unpacked_var, in create_or_update_packed_varying()
332 unsigned location, nir_variable *unpacked_var, in get_packed_varying_deref()
581 nir_variable *unpacked_var, nir_deref_instr *unpacked_var_deref, in lower_arraylike()
645 nir_variable *unpacked_var, nir_deref_instr *unpacked_var_deref, in lower_varying()
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_function.cpp98 auto unpacked_var = saved_variables[i].unpack(saved_for); in unpack_saved_variables() local