Searched refs:elt_type (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pt_vsplit_tmp.h26 #define CONCAT2(name, elt_type) name ## elt_type
27 #define CONCAT(name, elt_type) CONCAT2(name, elt_type)
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pt_vsplit_tmp.h26 #define CONCAT2(name, elt_type) name ## elt_type
27 #define CONCAT(name, elt_type) CONCAT2(name, elt_type)
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Dnir_to_dxil.c1049 const struct glsl_type *elt_type = glsl_get_struct_field(type, elt); local in function:var_fill_const_array
1053 elt_type, const_vals,
1077 const struct dxil_type *elt_type = dxil_module_get_int_type(&ctx->mod, 32); local in function:emit_global_consts
1078 if (!elt_type)
1081 dxil_module_get_array_type(&ctx->mod, elt_type, num_members);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp4392 const glsl_type *elt_type = ir->offset->type->fields.array; local in function:glsl_to_tgsi_visitor::visit
4395 offset[i].index += i * type_size(elt_type);
4396 offset[i].type = elt_type->base_type;
4397 offset[i].swizzle = swizzle_for_size(elt_type->vector_elements);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp4503 const glsl_type *elt_type = ir->offset->type->fields.array; local in function:glsl_to_tgsi_visitor::visit
4506 offset[i].index += i * type_size(elt_type);
4507 offset[i].type = elt_type->base_type;
4508 offset[i].swizzle = swizzle_for_size(elt_type->vector_elements);

Completed in 27 milliseconds