HomeSort by relevance Sort by last modified time
    Searched defs:cmask (Results 1 - 24 of 24) sorted by null

  /external/valgrind/tests/
x86_amd64_features.c 73 unsigned int level = 0, cmask = 0, dmask = 0, a, b, c, d; local
96 cmask = 1 << 0;
99 cmask = 1 << 9;
102 cmask = 1 << 5;
107 cmask = 1 << 0;
110 cmask = 1 << 1;
113 cmask = 1 << 9;
116 cmask = 1 << 13;
119 cmask = 1 << 5;
123 cmask = 1 << 20
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_state.c 42 uint32_t blend[2], cmask[2]; local
63 cmask[0] = !!(cso->rt[0].colormask & PIPE_MASK_A) << 24 |
69 cmask[1] = 0;
72 cmask[1] |= !!(cso->rt[i].colormask & PIPE_MASK_A) << (0 + (i * 4)) |
79 cmask[1] = 0x00001110 * !!(cmask[0] & 0x01000000);
80 cmask[1] |= 0x00002220 * !!(cmask[0] & 0x00010000);
81 cmask[1] |= 0x00004440 * !!(cmask[0] & 0x00000100)
    [all...]
  /prebuilts/go/darwin-x86/test/
iota.go 75 cbit, cmask = 1 << iota, 1<<iota - 1 const
121 assert(cmask == 3, "cmask")
  /prebuilts/go/linux-x86/test/
iota.go 75 cbit, cmask = 1 << iota, 1<<iota - 1 const
121 assert(cmask == 3, "cmask")
  /external/mesa3d/src/gallium/drivers/r600/
r600_texture.c 362 struct r600_cmask_info cmask; local
364 r600_texture_get_cmask_info(rscreen, rtex, &cmask);
366 rtex->cmask_slice_tile_max = cmask.slice_tile_max;
367 rtex->cmask_offset = align(rtex->size, cmask.alignment);
368 rtex->cmask_size = cmask.size;
371 printf("CMASK: macro tile width = %u, macro tile height = %u, "
440 /* Initialize the cmask to 0xCC (= compressed state). */
    [all...]
r600_state.c 1421 struct r600_cmask_info cmask; local
    [all...]
  /frameworks/av/media/libstagefright/
Utils.cpp 1643 int32_t cmask = 0; local
    [all...]
  /bionic/libc/kernel/uapi/sound/
asound.h 367 unsigned int cmask; member in struct:snd_pcm_hw_params
    [all...]
  /external/kernel-headers/original/uapi/sound/
asound.h 390 unsigned int cmask; /* R: changed masks */ member in struct:snd_pcm_hw_params
    [all...]
  /hardware/qcom/msm8994/kernel-headers/sound/
asound.h 351 unsigned int cmask; member in struct:snd_pcm_hw_params
    [all...]
  /hardware/qcom/msm8994/original-kernel-headers/sound/
asound.h 367 unsigned int cmask; /* R: changed masks */ member in struct:snd_pcm_hw_params
    [all...]
  /hardware/qcom/msm8996/kernel-headers/sound/
asound.h 352 unsigned int cmask; member in struct:snd_pcm_hw_params
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/sound/
asound.h 373 unsigned int cmask; /* R: changed masks */ member in struct:snd_pcm_hw_params
    [all...]
  /hardware/qcom/msm8x09/kernel-headers/sound/
asound.h 352 unsigned int cmask; member in struct:snd_pcm_hw_params
    [all...]
  /hardware/qcom/msm8x09/original-kernel-headers/sound/
asound.h 373 unsigned int cmask; /* R: changed masks */ member in struct:snd_pcm_hw_params
    [all...]
  /hardware/qcom/msm8x26/kernel-headers/sound/
asound.h 350 unsigned int cmask; member in struct:snd_pcm_hw_params
    [all...]
  /hardware/qcom/msm8x26/original-kernel-headers/sound/
asound.h 366 unsigned int cmask; /* R: changed masks */ member in struct:snd_pcm_hw_params
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/sound/
asound.h 350 unsigned int cmask; member in struct:snd_pcm_hw_params
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
asound.h 366 unsigned int cmask; /* R: changed masks */ member in struct:snd_pcm_hw_params
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
asound.h 341 unsigned int cmask; /* R: changed masks */ member in struct:snd_pcm_hw_params
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
asound.h 348 unsigned int cmask; /* R: changed masks */ member in struct:snd_pcm_hw_params
    [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
arm_neon.h 4203 _NEON2SSE_ALIGN_16 uint16_t cmask[] = {0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000}; local
4268 _NEON2SSE_ALIGN_16 uint16_t cmask[] = {0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000}; local
4951 _NEON2SSE_ALIGN_16 uint32_t cmask[] = {0x80000000, 0x80000000, 0x80000000, 0x80000000}; local
4964 _NEON2SSE_ALIGN_16 uint64_t cmask[] = {0x8000000000000000, 0x8000000000000000}; variable
12749 _NEON2SSE_ALIGN_16 uint32_t cmask[] = {0x80000000, 0x80000000, 0x80000000, 0x80000000}; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
arm_neon.h 4203 _NEON2SSE_ALIGN_16 uint16_t cmask[] = {0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000}; local
4268 _NEON2SSE_ALIGN_16 uint16_t cmask[] = {0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000}; local
4951 _NEON2SSE_ALIGN_16 uint32_t cmask[] = {0x80000000, 0x80000000, 0x80000000, 0x80000000}; local
4964 _NEON2SSE_ALIGN_16 uint64_t cmask[] = {0x8000000000000000, 0x8000000000000000}; variable
12749 _NEON2SSE_ALIGN_16 uint32_t cmask[] = {0x80000000, 0x80000000, 0x80000000, 0x80000000}; local
    [all...]
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
arm_neon.h 4203 _NEON2SSE_ALIGN_16 uint16_t cmask[] = {0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000}; local
4268 _NEON2SSE_ALIGN_16 uint16_t cmask[] = {0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000}; local
4951 _NEON2SSE_ALIGN_16 uint32_t cmask[] = {0x80000000, 0x80000000, 0x80000000, 0x80000000}; local
4964 _NEON2SSE_ALIGN_16 uint64_t cmask[] = {0x8000000000000000, 0x8000000000000000}; variable
12749 _NEON2SSE_ALIGN_16 uint32_t cmask[] = {0x80000000, 0x80000000, 0x80000000, 0x80000000}; local
    [all...]

Completed in 1800 milliseconds