Home
last modified time | relevance | path

Searched defs:arraytype (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Modules/clinic/
Darraymodule.c.h538 PyTypeObject *arraytype; in array__array_reconstructor() local
/third_party/python/Modules/
Darraymodule.c1931 make_array(PyTypeObject *arraytype, char typecode, PyObject *items) in make_array()
1978 array__array_reconstructor_impl(PyObject *module, PyTypeObject *arraytype, in array__array_reconstructor_impl()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c1816 const struct glsl_type *arraytype = glsl_get_struct_field(slot_type, i); in unroll_struct_type() local