Home
last modified time | relevance | path

Searched defs:arraytype (Results 1 – 4 of 4) 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.c771 const struct glsl_type *arraytype = glsl_get_struct_field(slot_type, i); in unroll_struct_type() local
797 const struct glsl_type *arraytype = orig_type; in get_slot_components() local
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c1451 … struct glsl_type *slot_type, unsigned *slot_idx, SpvId *deref, const struct glsl_type **arraytype) in unroll_struct_type()