Home
last modified time | relevance | path

Searched refs: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
879 o = ALIGN(offset, elt_type->alignment); in copy_struct_N32()
890 if (elt_type->type == FFI_TYPE_DOUBLE && !soft_float) in copy_struct_N32()
893 memcpy(tp, argp + arg_offset, elt_type->size); in copy_struct_N32()
895 offset += elt_type->size; in copy_struct_N32()
896 arg_offset += elt_type->size; in copy_struct_N32()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp4065 const glsl_type *elt_type = ir->offset->type->fields.array; in visit() local
4068 offset[i].index += i * type_size(elt_type); in visit()
4069 offset[i].type = elt_type->base_type; in visit()
4070 offset[i].swizzle = swizzle_for_size(elt_type->vector_elements); in visit()