HomeSort by: relevance | last modified time | path
    Searched defs:di (Results 1 - 25 of 30) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/svgadump/
svga_shader_dump.c 150 static void dump_reg( struct sh_reg reg, struct sh_srcreg *indreg, const struct dump_info *di )
170 if (di->is_ps) {
202 if (!di->is_ps && di->version >= SVGA3D_VS_30) {
364 const struct dump_info *di)
406 dump_reg( u.reg, indreg, di);
420 static void dump_srcreg( struct sh_srcreg srcreg, struct sh_srcreg *indreg, const struct dump_info *di )
441 dump_reg(srcreg_sh, indreg, di );
488 parse_op(struct dump_info *di,
506 (!di->is_ps && di->version >= SVGA3D_VS_30))
573 struct dump_info di; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/svgadump/
svga_shader_dump.c 150 static void dump_reg( struct sh_reg reg, struct sh_srcreg *indreg, const struct dump_info *di )
170 if (di->is_ps) {
202 if (!di->is_ps && di->version >= SVGA3D_VS_30) {
364 const struct dump_info *di)
406 dump_reg( u.reg, indreg, di);
420 static void dump_srcreg( struct sh_srcreg srcreg, struct sh_srcreg *indreg, const struct dump_info *di )
441 dump_reg(srcreg_sh, indreg, di );
488 parse_op(struct dump_info *di,
506 (!di->is_ps && di->version >= SVGA3D_VS_30))
573 struct dump_info di; local
    [all...]
  /xsrc/external/mit/pixman/dist/test/
check-formats.c 12 pixman_image_t *si, *di; local
30 di = pixman_image_create_bits (dest_format, 1, 1, &d, 4);
64 pixman_image_composite32 (op, si, NULL, di,
102 pixman_image_unref (di);
  /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3_postsched.c 46 #define di(instr, fmt, ...) \ macro
112 di(instr, "schedule");
146 di(n->instr, "maxdel=%3d ", n->max_delay);
152 di(child->instr, " -> (%d parents) ", child->dag.parent_count);
195 di(chosen->instr, "prio: chose (meta)");
212 di(chosen->instr, "prio: chose (input)");
232 di(chosen->instr, "csp: chose (kill, hard ready)");
252 di(chosen->instr, "csp: chose (sfu/tex, hard ready)");
280 di(chosen->instr, "csp: chose (soft ready, delay=%u)", delay);
302 di(chosen->instr, "csp: chose (soft ready)")
    [all...]
ir3_ra.h 43 #define di(instr, fmt, ...) \ macro
ir3_sched.c 45 #define di(instr, fmt, ...) \ macro
281 di(instr, "schedule");
685 di(chosen->instr, "dec%s: chose (%s)", mode, dec_rank_name(chosen_rank));
759 di(chosen->instr, "inc%s: chose (%s)", mode, inc_rank_name(chosen_rank));
792 di(chosen->instr, "prio: chose (meta)");
806 di(n->instr, "maxdel=%3d le=%d del=%u ", n->max_delay,
812 di(child->instr, " -> (%d parents) ", child->dag.parent_count);
848 di(new_instr, "split instruction");
890 di(indirect, "new address");
942 di(predicated, "new predicate")
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/svga/drm/
vmw_msg.c 76 * @in_di: [IN] Input argument through DI, set ot 0 if not used
84 * @di: [OUT]
88 ax, bx, cx, dx, si, di) \
96 "=D"(di) : \
116 * @in_di: [IN] Input argument through DI, set to 0 if not used
125 * @di: [OUT]
133 ax, bx, cx, dx, si, di) \
144 "=D"(di) : \
157 ax, bx, cx, dx, si, di) \
168 "=D"(di) :
308 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si = 0, di = 0; local
338 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si, di; local
369 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si, di, bp; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/svga/drm/
vmw_msg.c 73 * @in_di: [IN] Input argument through DI, set ot 0 if not used
81 * @di: [OUT]
85 ax, bx, cx, dx, si, di) \
93 "=D"(di) : \
113 * @in_di: [IN] Input argument through DI, set to 0 if not used
122 * @di: [OUT]
130 ax, bx, cx, dx, si, di) \
141 "=D"(di) : \
154 ax, bx, cx, dx, si, di) \
165 "=D"(di) :
305 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si = 0, di = 0; local
335 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si, di; local
366 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si, di, bp; local
    [all...]
  /xsrc/external/mit/xf86-video-xgi/dist/src/
vb_ext.h 39 USHORT ax, hi_ax, bx, hi_bx, cx, hi_cx, dx, hi_dx, si, hi_si, di ,hi_di, bp, hi_bp; member in struct:WORDREGS
init.c 731 USHORT si,di,bx,dl,al,ah,dh; local
790 di = si;
796 ah = table[di];
804 ah = table[di];
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/
xf86int10.h 38 int di; member in struct:__anon10040
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/int10/
xf86int10.h 38 int di; member in struct:__anon10614
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
tgsi_build.c 217 struct tgsi_declaration_interp di; local
219 di.Interpolate = TGSI_INTERPOLATE_CONSTANT;
220 di.Location = TGSI_INTERPOLATE_LOC_CENTER;
221 di.Padding = 0;
223 return di;
232 struct tgsi_declaration_interp di; local
234 di.Interpolate = interpolate;
235 di.Location = interpolate_location;
236 di.Padding = 0;
240 return di;
289 struct tgsi_declaration_image di; local
308 struct tgsi_declaration_image di; local
457 struct tgsi_declaration_interp *di; local
491 struct tgsi_declaration_image *di; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/util/
softfloat.c 1389 const di_type di = {val}; local
1390 uint64_t flt_m = di.u & 0x0fffffffffffff;
1391 uint64_t flt_e = (di.u >> 52) & 0x7ff;
1392 uint64_t flt_s = (di.u >> 63) & 0x1;
u_math.h 75 union di { union
238 union di tmp;
247 union di tmp;
256 union di tmp;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
tgsi_build.c 216 struct tgsi_declaration_interp di; local
218 di.Interpolate = TGSI_INTERPOLATE_CONSTANT;
219 di.Location = TGSI_INTERPOLATE_LOC_CENTER;
220 di.CylindricalWrap = 0;
221 di.Padding = 0;
223 return di;
233 struct tgsi_declaration_interp di; local
235 di.Interpolate = interpolate;
236 di.Location = interpolate_location;
237 di.CylindricalWrap = cylindrical_wrap
291 struct tgsi_declaration_image di; local
310 struct tgsi_declaration_image di; local
459 struct tgsi_declaration_interp *di; local
494 struct tgsi_declaration_image *di; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_vec4_nir.cpp 307 } di; local
309 di.d = v;
321 ubld.MOV(writemask(offset(tmp, 8, n), WRITEMASK_X), brw_imm_ud(di.i1));
322 ubld.MOV(writemask(offset(tmp, 8, n), WRITEMASK_Y), brw_imm_ud(di.i2));
  /xsrc/external/mit/MesaLib.old/dist/src/util/
u_math.h 82 union di { union
285 union di tmp;
294 union di tmp;
303 union di tmp;
  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_vec4_nir.cpp 305 } di; local
307 di.d = v;
319 ubld.MOV(writemask(offset(tmp, 8, n), WRITEMASK_X), brw_imm_ud(di.i1));
320 ubld.MOV(writemask(offset(tmp, 8, n), WRITEMASK_Y), brw_imm_ud(di.i2));
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_nir_soa.c 232 LLVMValueRef si, di; local
236 di = lp_build_const_int32(gallivm, i);
240 si = di;
253 res = LLVMBuildInsertElement(builder, res, scalar, di, "");
lp_bld_tgsi_soa.c 583 LLVMValueRef si, di; local
587 di = lp_build_const_int32(bld->gallivm, i);
591 si = di;
604 res = LLVMBuildInsertElement(builder, res, scalar, di, "");
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
zink_context.h 344 } di; member in struct:zink_context
  /xsrc/external/mit/freetype/dist/src/sfnt/
ttcmap.c 3519 FT_UInt di, ni, k; local
3544 di = 1;
3557 di++;
3559 if ( di > numRanges )
3593 else if ( di <= numRanges )
3601 while ( di < numRanges )
3608 di++;
  /xsrc/external/mit/xf86-video-sis/dist/src/
init.c 2896 unsigned short si, di, bx, sf; local
2946 di = si;
2950 SiS_WriteDAC(SiS_Pr, DACData, sf, n, table[di], table[bx], table[si]);
2955 SiS_WriteDAC(SiS_Pr, DACData, sf, n, table[di], table[si], table[bx]);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_soa.c 972 LLVMValueRef si, di; local
976 di = lp_build_const_int32(bld->gallivm, i);
980 si = di;
993 res = LLVMBuildInsertElement(builder, res, scalar, di, "");

Completed in 92 milliseconds

1 2