Searched refs:imin (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmifpolycon.c96 imin, /* index of vertex with smallest y */ local in function:miFillSppPoly
114 imin = GetFPolyYBounds(ptsIn, count, yFtrans, &ymin, &ymax);
133 nextleft = nextright = imin;
134 Marked[imin] = -1;
H A Dmipolycon.c95 int imin; /* index of smallest vertex (in y) */ local in function:miFillConvexPoly
103 imin = getPolyYBounds(ptsIn, count, &ymin, &ymax);
117 nextleft = nextright = imin;
/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dintersect.cc357 int imin = 0; local in function:pwlarc_intersect
359 assert( value > v[imin].param[param] );
361 while( (imax - imin) > 1 ) {
362 int imid = (imax + imin)/2;
366 imin = imid;
372 loc[0] = imin;
378 int imin = pwlArc->npts - 1; local in function:pwlarc_intersect
379 assert( value > v[imin].param[param] );
381 while( (imin - imax) > 1 ) {
382 int imid = (imax + imin)/
[all...]
/xsrc/external/mit/pixman/dist/pixman/dither/
H A Dmake-blue-noise.c32 imin (int x, int y) function in typeref:typename:int
356 dx = imin (abs (qx - px), width - abs (qx - px));
361 dy = imin (abs (qy - py), height - abs (qy - py));
405 dy = imin (abs (py - y), height - abs (py - y));
410 dx = imin (abs (px - x), width - abs (px - x));
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_uniform_atomics.c66 OP(imin, imin)
H A Dnir_opt_load_store_vectorize.c86 ATOMIC(nir_var_mem_ssbo, ssbo, imin, 0, 1, -1, 2)
100 ATOMIC(0, deref, imin, -1, -1, 0, 1)
114 ATOMIC(nir_var_mem_shared, shared, imin, -1, 0, -1, 1)
128 ATOMIC(nir_var_mem_global, global, imin, -1, 0, -1, 1)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test.c786 unsigned imin, imax; local in function:depth_bounds_test_quads
789 imin = ((unsigned) (min * 65535.0)) & 0xffff;
792 imin = (unsigned) (min * 4294967295.0);
796 imin = ((unsigned) (min * 16777215.0)) & 0xffffff;
805 if (iz >= imin && iz <= imax)
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmipoly.c402 int imin; /* index of smallest vertex (in y) */ local in function:miFillConvexPoly
410 imin = getPolyYBounds(ptsIn, count, &ymin, &ymax);
423 nextleft = nextright = imin;
H A Dmiarc.c1178 j, imin, /* index of vertex with smallest y */ local in function:miFillSppPoly
1191 imin = GetFPolyYBounds(ptsIn, count, yFtrans, &ymin, &ymax);
1209 nextleft = nextright = imin;
1210 Marked[imin] = -1;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_emit.c95 IOPC(imin, SELECT, 0_1_0, GT),
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_compile.c730 ALU_CASE(imin, imin);
2083 ATOMIC_CASE(ctx, instr, imin, imin);
2094 IMAGE_ATOMIC_CASE(ctx, instr, imin, imin);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir.c1410 AOP_CASE(imin): return BRW_AOP_IMIN;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_peephole.cpp1552 #define CASE(type, dst, fmin, fmax, imin, imax, umin, umax) \
1567 CLAMP(imm0.reg.data.s32, imin, imax) : \
1577 CLAMP(imm0.reg.data.s16, imin, imax) : \
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_peephole.cpp1605 #define CASE(type, dst, fmin, fmax, imin, imax, umin, umax) \
1620 CLAMP(imm0.reg.data.s32, imin, imax) : \
1630 CLAMP(imm0.reg.data.s16, imin, imax) : \
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_nir.c813 ATOMIC(imin);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
H A Dmidgard_compile.c1205 ALU_CASE(imin, imin);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c213 CASE_ATOMIC_OP(imin):
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp7620 CASEI(imin)

Completed in 66 milliseconds