HomeSort by relevance Sort by last modified time
    Searched defs:nir_variable (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3.h 391 typedef struct nir_variable nir_variable; typedef in typeref:struct:nir_variable
398 nir_variable *var;
  /external/mesa3d/src/compiler/nir/
nir.h 80 * \sa nir_variable::state_slots
115 * by the type associated with the \c nir_variable. Constants may be
148 typedef struct nir_variable { struct
323 } nir_variable; typedef in typeref:struct:nir_variable
326 foreach_list_typed(nir_variable, var, node, var_list)
329 foreach_list_typed_safe(nir_variable, var, node, var_list)
332 nir_variable_is_global(const nir_variable *var)
823 nir_variable *var;
    [all...]

Completed in 72 milliseconds