HomeSort by relevance Sort by last modified time
    Searched refs:UNCLAMPED_FLOAT_TO_USHORT (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/mesa/swrast/
s_chan.h 90 #define UNCLAMPED_FLOAT_TO_CHAN(c, f) UNCLAMPED_FLOAT_TO_USHORT(c, f)
s_blend.c 877 UNCLAMPED_FLOAT_TO_USHORT(rgba[i][RCOMP], rgbaF[i][RCOMP]);
878 UNCLAMPED_FLOAT_TO_USHORT(rgba[i][GCOMP], rgbaF[i][GCOMP]);
879 UNCLAMPED_FLOAT_TO_USHORT(rgba[i][BCOMP], rgbaF[i][BCOMP]);
880 UNCLAMPED_FLOAT_TO_USHORT(rgba[i][ACOMP], rgbaF[i][ACOMP]);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_sampler_state.c 372 UNCLAMPED_FLOAT_TO_USHORT(sdc->us[0], color.f[0]);
373 UNCLAMPED_FLOAT_TO_USHORT(sdc->us[1], color.f[1]);
374 UNCLAMPED_FLOAT_TO_USHORT(sdc->us[2], color.f[2]);
375 UNCLAMPED_FLOAT_TO_USHORT(sdc->us[3], color.f[3]);
  /external/mesa3d/src/mesa/main/
image.c 573 UNCLAMPED_FLOAT_TO_USHORT(dst2[i][RCOMP], src4[i][RCOMP]);
574 UNCLAMPED_FLOAT_TO_USHORT(dst2[i][GCOMP], src4[i][GCOMP]);
575 UNCLAMPED_FLOAT_TO_USHORT(dst2[i][BCOMP], src4[i][BCOMP]);
576 UNCLAMPED_FLOAT_TO_USHORT(dst2[i][ACOMP], src4[i][ACOMP]);
macros.h 134 #define UNCLAMPED_FLOAT_TO_USHORT(us, f) \
  /external/mesa3d/src/mesa/math/
m_translate.c 439 #define TRX_US(us,f,n) UNCLAMPED_FLOAT_TO_USHORT(us, PTR_ELT(f,n))

Completed in 238 milliseconds