/hardware/qcom/display/msm8960/liboverlay/pipes/ |
overlay3DPipe.h | 45 * CHAN = 0,1 it's either Channel 1 or channel 2 needed for 47 template <int CHAN> 75 * CHAN = 0,1 it's either Channel 1 or channel 2 needed for 77 template <int CHAN> 105 * CHAN = 0,1 it's either Channel 1 or channel 2 needed for 107 template <int CHAN> 135 * CHAN = 0,1 it's either Channel 1 or channel 2 needed for 137 template <int CHAN> 167 template <int CHAN> 168 inline M3DExtPipe<CHAN>::M3DExtPipe() : mM3Dfmt(0) { [all...] |
/hardware/qcom/display/msm8974/liboverlay/pipes/ |
overlay3DPipe.h | 45 * CHAN = 0,1 it's either Channel 1 or channel 2 needed for 47 template <int CHAN> 75 * CHAN = 0,1 it's either Channel 1 or channel 2 needed for 77 template <int CHAN> 105 * CHAN = 0,1 it's either Channel 1 or channel 2 needed for 107 template <int CHAN> 135 * CHAN = 0,1 it's either Channel 1 or channel 2 needed for 137 template <int CHAN> 167 template <int CHAN> 168 inline M3DExtPipe<CHAN>::M3DExtPipe() : mM3Dfmt(0) { [all...] |
/hardware/qcom/display/msm8x26/liboverlay/pipes/ |
overlay3DPipe.h | 45 * CHAN = 0,1 it's either Channel 1 or channel 2 needed for 47 template <int CHAN> 75 * CHAN = 0,1 it's either Channel 1 or channel 2 needed for 77 template <int CHAN> 105 * CHAN = 0,1 it's either Channel 1 or channel 2 needed for 107 template <int CHAN> 135 * CHAN = 0,1 it's either Channel 1 or channel 2 needed for 137 template <int CHAN> 167 template <int CHAN> 168 inline M3DExtPipe<CHAN>::M3DExtPipe() : mM3Dfmt(0) { [all...] |
/frameworks/av/media/libstagefright/codecs/mp3dec/src/ |
s_tmp3dec_file.h | 91 tmp3dec_chan perChan[CHAN]; 92 mp3ScaleFactors scaleFactors[CHAN];
|
pvmp3_dec_defs.h | 64 #define CHAN 2
|
pvmp3_framedecoder.cpp | 167 tmp3dec_chan *pChVars[CHAN]; 767 tmp3dec_chan *pChVars[CHAN];
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
tgsi_exec.h | 48 #define TGSI_FOR_EACH_CHANNEL( CHAN )\ 49 for (CHAN = 0; CHAN < TGSI_NUM_CHANNELS; CHAN++) 51 #define TGSI_IS_DST0_CHANNEL_ENABLED( INST, CHAN )\ 52 ((INST)->Dst[0].Register.WriteMask & (1 << (CHAN))) 54 #define TGSI_IF_IS_DST0_CHANNEL_ENABLED( INST, CHAN )\ 55 if (TGSI_IS_DST0_CHANNEL_ENABLED( INST, CHAN )) 57 #define TGSI_FOR_EACH_DST0_ENABLED_CHANNEL( INST, CHAN )\ 58 TGSI_FOR_EACH_CHANNEL( CHAN )\ [all...] |
tgsi_info.c | 35 #define CHAN TGSI_OUTPUT_CHAN_DEPENDENT 42 { 1, 1, 0, 0, 0, 0, CHAN, "LIT", TGSI_OPCODE_LIT }, 45 { 1, 1, 0, 0, 0, 0, CHAN, "EXP", TGSI_OPCODE_EXP }, 46 { 1, 1, 0, 0, 0, 0, CHAN, "LOG", TGSI_OPCODE_LOG }, 51 { 1, 2, 0, 0, 0, 0, CHAN, "DST", TGSI_OPCODE_DST }, 107 { 1, 1, 0, 0, 0, 0, CHAN, "SCS", TGSI_OPCODE_SCS },
|
tgsi_exec.c | 509 * Assert that none of the float values in 'chan' are infinite or NaN. 515 check_inf_or_nan(const union tgsi_exec_channel *chan) 517 assert(!util_is_inf_or_nan((chan)->f[0])); 518 assert(!util_is_inf_or_nan((chan)->f[1])); 519 assert(!util_is_inf_or_nan((chan)->f[2])); 520 assert(!util_is_inf_or_nan((chan)->f[3])); 526 print_chan(const char *msg, const union tgsi_exec_channel *chan) 529 msg, chan->f[0], chan->f[1], chan->f[2], chan->f[3]) 583 uint i, chan; local 1757 uint chan; local 1920 uint chan; local 2002 uint chan; local 2073 uint chan; local 2105 uint chan; local 2213 uint chan; local 2421 unsigned int chan; local 2443 unsigned int chan; local 2463 unsigned int chan; local 2492 unsigned int chan; local 2513 unsigned int chan; local 2544 unsigned int chan; local 2568 unsigned int chan; local 2592 unsigned int chan; local 2616 unsigned int chan; local 2641 unsigned int chan; local 2670 unsigned int chan; local 2692 unsigned int chan; local 2722 unsigned int chan; local [all...] |
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_exec.h | 48 #define TGSI_FOR_EACH_CHANNEL( CHAN )\ 49 for (CHAN = 0; CHAN < TGSI_NUM_CHANNELS; CHAN++) 51 #define TGSI_IS_DST0_CHANNEL_ENABLED( INST, CHAN )\ 52 ((INST)->Dst[0].Register.WriteMask & (1 << (CHAN))) 54 #define TGSI_IF_IS_DST0_CHANNEL_ENABLED( INST, CHAN )\ 55 if (TGSI_IS_DST0_CHANNEL_ENABLED( INST, CHAN )) 57 #define TGSI_FOR_EACH_DST0_ENABLED_CHANNEL( INST, CHAN )\ 58 TGSI_FOR_EACH_CHANNEL( CHAN )\ [all...] |
tgsi_info.c | 35 #define CHAN TGSI_OUTPUT_CHAN_DEPENDENT 42 { 1, 1, 0, 0, 0, 0, CHAN, "LIT", TGSI_OPCODE_LIT }, 45 { 1, 1, 0, 0, 0, 0, CHAN, "EXP", TGSI_OPCODE_EXP }, 46 { 1, 1, 0, 0, 0, 0, CHAN, "LOG", TGSI_OPCODE_LOG }, 51 { 1, 2, 0, 0, 0, 0, CHAN, "DST", TGSI_OPCODE_DST }, 107 { 1, 1, 0, 0, 0, 0, CHAN, "SCS", TGSI_OPCODE_SCS },
|
tgsi_exec.c | 509 * Assert that none of the float values in 'chan' are infinite or NaN. 515 check_inf_or_nan(const union tgsi_exec_channel *chan) 517 assert(!util_is_inf_or_nan((chan)->f[0])); 518 assert(!util_is_inf_or_nan((chan)->f[1])); 519 assert(!util_is_inf_or_nan((chan)->f[2])); 520 assert(!util_is_inf_or_nan((chan)->f[3])); 526 print_chan(const char *msg, const union tgsi_exec_channel *chan) 529 msg, chan->f[0], chan->f[1], chan->f[2], chan->f[3]) 583 uint i, chan; local 1757 uint chan; local 1920 uint chan; local 2002 uint chan; local 2073 uint chan; local 2105 uint chan; local 2213 uint chan; local 2421 unsigned int chan; local 2443 unsigned int chan; local 2463 unsigned int chan; local 2492 unsigned int chan; local 2513 unsigned int chan; local 2544 unsigned int chan; local 2568 unsigned int chan; local 2592 unsigned int chan; local 2616 unsigned int chan; local 2641 unsigned int chan; local 2670 unsigned int chan; local 2692 unsigned int chan; local 2722 unsigned int chan; local [all...] |
/hardware/qcom/display/msm8960/liboverlay/ |
overlayUtils.h | 147 template <int CHAN> 150 template <int CHAN> 583 template <int CHAN> 628 template <int CHAN> 630 out = getPositionS3DImpl<CHAN>(whf); 634 template <int CHAN> 674 template <int CHAN> 677 out = getCropS3DImpl<CHAN>(in, fmt);
|
/hardware/qcom/display/msm8974/liboverlay/ |
overlayUtils.h | 147 template <int CHAN> 150 template <int CHAN> 561 template <int CHAN> 606 template <int CHAN> 608 out = getPositionS3DImpl<CHAN>(whf); 612 template <int CHAN> 652 template <int CHAN> 655 out = getCropS3DImpl<CHAN>(in, fmt);
|
/hardware/qcom/display/msm8x26/liboverlay/ |
overlayUtils.h | 147 template <int CHAN> 150 template <int CHAN> 583 template <int CHAN> 628 template <int CHAN> 630 out = getPositionS3DImpl<CHAN>(whf); 634 template <int CHAN> 674 template <int CHAN> 677 out = getCropS3DImpl<CHAN>(in, fmt);
|