Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_vsplit_tmp.h26 #define CONCAT2(name, elt_type) name ## elt_type argument
27 #define CONCAT(name, elt_type) CONCAT2(name, elt_type) argument
/external/python/cpython2/Modules/_ctypes/libffi/src/mips/
Dffi.c873 ffi_type *elt_type = *elt_typep; in copy_struct_N32() local
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp4065 const glsl_type *elt_type = ir->offset->type->fields.array; in visit() local