Searched defs:nir_variable (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3.h391 typedef struct nir_variable nir_variable; typedef in typeref:struct:nir_variable
398 nir_variable *var;
/external/mesa3d/src/compiler/nir/
H A Dnir.h80 * \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;
1605 nir_variable **params;
1608 nir_variable *return_va
[all...]

Completed in 4657 milliseconds