Home
last modified time | relevance | path

Searched refs:validate_constant (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_validate.c1349 validate_constant(nir_constant *c, const struct glsl_type *type, in validate_constant() function
1364 validate_constant(c->elements[i], elem_type, state); in validate_constant()
1369 validate_constant(c->elements[i], elem_type, state); in validate_constant()
1410 validate_constant(var->constant_initializer, var->type, state); in validate_var_decl()
/external/python/cpython3/Python/
Dast.c127 validate_constant(PyObject *value) in validate_constant() function
157 if (!validate_constant(item)) { in validate_constant()
290 if (!validate_constant(exp->v.Constant.value)) { in validate_expr()