Home
last modified time | relevance | path

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

/third_party/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
/third_party/libffi/src/mips/
Dffi.c915 ffi_type *elt_type = *elt_typep; in copy_struct_N32() local
/third_party/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.c1049 const struct glsl_type *elt_type = glsl_get_struct_field(type, elt); in var_fill_const_array() local
1077 const struct dxil_type *elt_type = dxil_module_get_int_type(&ctx->mod, 32); in emit_global_consts() local
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp4503 const glsl_type *elt_type = ir->offset->type->fields.array; in visit() local