Searched refs:elt_type (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pt_vsplit_tmp.h | 26 #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/ |
D | ffi.c | 915 ffi_type *elt_type = *elt_typep; in copy_struct_N32() local 921 o = FFI_ALIGN(offset, elt_type->alignment); in copy_struct_N32() 932 if (elt_type->type == FFI_TYPE_DOUBLE && !soft_float) in copy_struct_N32() 935 memcpy(tp, argp + arg_offset, elt_type->size); in copy_struct_N32() 937 offset += elt_type->size; in copy_struct_N32() 938 arg_offset += elt_type->size; in copy_struct_N32()
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | nir_to_dxil.c | 1049 const struct glsl_type *elt_type = glsl_get_struct_field(type, elt); in var_fill_const_array() local 1053 elt_type, const_vals, in var_fill_const_array() 1077 const struct dxil_type *elt_type = dxil_module_get_int_type(&ctx->mod, 32); in emit_global_consts() local 1078 if (!elt_type) in emit_global_consts() 1081 dxil_module_get_array_type(&ctx->mod, elt_type, num_members); in emit_global_consts()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 4503 const glsl_type *elt_type = ir->offset->type->fields.array; in visit() local 4506 offset[i].index += i * type_size(elt_type); in visit() 4507 offset[i].type = elt_type->base_type; in visit() 4508 offset[i].swizzle = swizzle_for_size(elt_type->vector_elements); in visit()
|