HomeSort by: relevance | last modified time | path
    Searched refs:fmin (Results 1 - 14 of 14) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_opt_uniform_atomics.c 74 OP_NOIMG(fmin, fmin)
nir_opt_load_store_vectorize.c 96 ATOMIC(nir_var_mem_ssbo, ssbo, fmin, 0, 1, -1, 2)
110 ATOMIC(0, deref, fmin, -1, -1, 0, 1)
124 ATOMIC(nir_var_mem_shared, shared, fmin, -1, 0, -1, 1)
138 ATOMIC(nir_var_mem_global, global, fmin, -1, 0, -1, 1)
  /xsrc/external/mit/xorg-server.old/dist/dix/
getevents.c 280 int fmin = 0, tmin = 0, fmax = defmax, tmax = defmax, coord_return; local
284 fmin = from->min_value;
292 if(fmin == tmin && fmax == tmax) {
298 if(fmax == fmin) { /* avoid division by 0 */
304 value = (coord + remainder - fmin) * (tmax - tmin) / (fmax - fmin) + tmin;
  /xsrc/external/mit/xorg-server/dist/dix/
getevents.c 302 double fmin = defmin, fmax = defmax; local
306 fmin = from->min_value;
314 if (fmin == tmin && fmax == tmax)
317 if (fmax == fmin) /* avoid division by 0 */
320 return (coord - fmin) * (tmax - tmin) / (fmax - fmin) + tmin;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
etnaviv_compiler_nir_emit.c 68 OPC(fmin, SELECT, 0_1_0, GT), OPC(fmax, SELECT, 0_1_0, LT),
  /xsrc/external/mit/xf86-video-apm/dist/src/
apm_driver.c 1260 double fmax, fmin; local
1273 fmin = fmax / 2.0;
1286 if (!WITHIN(fvco, fmin, fmax))
  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_nir.c 1426 AOP_CASE(fmin): return BRW_AOP_FMIN;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_peephole.cpp 1605 #define CASE(type, dst, fmin, fmax, imin, imax, umin, umax) \
1610 CLAMP(imm0.reg.data.f64, fmin, fmax) : \
1615 CLAMP(imm0.reg.data.f32, fmin, fmax) : \
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_peephole.cpp 1552 #define CASE(type, dst, fmin, fmax, imin, imax, umin, umax) \
1557 CLAMP(imm0.reg.data.f64, fmin, fmax) : \
1562 CLAMP(imm0.reg.data.f32, fmin, fmax) : \
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
tgsi_exec.c 274 dst->d[0] = fmin(src[0].d[0], src[1].d[0]);
275 dst->d[1] = fmin(src[0].d[1], src[1].d[1]);
276 dst->d[2] = fmin(src[0].d[2], src[1].d[2]);
277 dst->d[3] = fmin(src[0].d[3], src[1].d[3]);
  /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
midgard_compile.c 728 ALU_CASE(fmin, fmin);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
midgard_compile.c 1203 ALU_CASE(fmin, fmin);
  /xsrc/external/mit/MesaLib/src/compiler/nir/
nir_constant_expressions.c 33149 float16_t dst = fmin(src0, src1);
33175 float32_t dst = fmin(src0, src1);
33197 float64_t dst = fmin(src0, src1);
34407 float16_t dst = fmin(fmax(src0, 0.0), 1.0);
34431 float32_t dst = fmin(fmax(src0, 0.0), 1.0);
34451 float64_t dst = fmin(fmax(src0, 0.0), 1.0);
34487 float16_t dst = fmin(fmax(src0, -1.0), 1.0);
34511 float32_t dst = fmin(fmax(src0, -1.0), 1.0);
34531 float64_t dst = fmin(fmax(src0, -1.0), 1.0);
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_instruction_selection.cpp 7629 CASEF(fmin)

Completed in 54 milliseconds