| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| H A D | intersect.cc | 358 int imax = pwlArc->npts - 1; local in function:pwlarc_intersect 360 assert( value < v[imax].param[param] ); 361 while( (imax - imin) > 1 ) { 362 int imid = (imax + imin)/2; 364 imax = imid; 373 loc[2] = imax; 377 int imax = 0; local in function:pwlarc_intersect 380 assert( value < v[imax].param[param] ); 381 while( (imin - imax) > 1 ) { 382 int imid = (imax [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_opt_uniform_atomics.c | 68 OP(imax, imax)
|
| H A D | nir_opt_load_store_vectorize.c | 88 ATOMIC(nir_var_mem_ssbo, ssbo, imax, 0, 1, -1, 2) 102 ATOMIC(0, deref, imax, -1, -1, 0, 1) 116 ATOMIC(nir_var_mem_shared, shared, imax, -1, 0, -1, 1) 130 ATOMIC(nir_var_mem_global, global, imax, -1, 0, -1, 1)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_quad_depth_test.c | 786 unsigned imin, imax; local in function:depth_bounds_test_quads 790 imax = ((unsigned) (max * 65535.0)) & 0xffff; 793 imax = (unsigned) (max * 4294967295.0); 797 imax = ((unsigned) (max * 16777215.0)) & 0xffffff; 805 if (iz >= imin && iz <= imax)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_compiler_nir_emit.c | 96 IOPC(imax, SELECT, 0_1_0, LT),
|
| /xsrc/external/mit/xorg-server.old/dist/record/ |
| H A D | record.c | 2079 * imax is the largest set value to store in pri->pRanges. 2098 unsigned int imax, 2115 if (interval.first > imax) break; 2116 if (interval.last > imax) interval.last = imax; 2089 RecordConvertSetToRanges(RecordSetPtr pSet,GetContextRangeInfoPtr pri,int byteoffset,Bool card8,unsigned int imax,int * pStartIndex) argument
|
| /xsrc/external/mit/xorg-server/dist/record/ |
| H A D | record.c | 2006 * imax is the largest set value to store in pri->pRanges. 2023 Bool card8, unsigned int imax, int *pStartIndex) 2037 if (interval.first > imax) 2039 if (interval.last > imax) 2040 interval.last = imax; 2016 RecordConvertSetToRanges(RecordSetPtr pSet,GetContextRangeInfoPtr pri,int byteoffset,Bool card8,unsigned int imax,int * pStartIndex) argument
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ |
| H A D | midgard_compile.c | 731 ALU_CASE(imax, imax); 2082 ATOMIC_CASE(ctx, instr, imax, imax); 2093 IMAGE_ATOMIC_CASE(ctx, instr, imax, imax);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_nir.c | 1412 AOP_CASE(imax): return BRW_AOP_IMAX;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_peephole.cpp | 1552 #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 D | nv50_ir_peephole.cpp | 1605 #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 D | dxil_nir.c | 815 ATOMIC(imax);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/ |
| H A D | midgard_compile.c | 1206 ALU_CASE(imax, imax);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/ |
| H A D | nir_to_spirv.c | 217 CASE_ATOMIC_OP(imax):
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.0.0.rst | 2855 - nir/algebraic: a & ~(a >> 31) -> imax(a, 0)
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_instruction_selection.cpp | 7622 CASEI(imax)
|