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

  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_format.c 89 #define V_(pipe, fmt, rsfmt) \
100 V_(R8_SNORM, BYTE, NONE),
101 V_(R8_UINT, UNSIGNED_BYTE, NONE),
102 V_(R8_SINT, BYTE, NONE),
103 V_(R8_USCALED, UNSIGNED_BYTE, NONE),
104 V_(R8_SSCALED, BYTE, NONE),
111 V_(R16_UNORM, UNSIGNED_SHORT, NONE),
112 V_(R16_SNORM, SHORT, NONE),
113 V_(R16_UINT, UNSIGNED_SHORT, NONE),
114 V_(R16_SINT, SHORT, NONE)
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_format.c 65 #define V_(pipe, fmt, rbfmt, swapfmt) \
80 V_(R8_USCALED, 8_UINT, NONE, WZYX),
81 V_(R8_SSCALED, 8_UINT, NONE, WZYX),
101 V_(R16_USCALED, 16_UINT, NONE, WZYX),
102 V_(R16_SSCALED, 16_UINT, NONE, WZYX),
116 V_(R8G8_USCALED, 8_8_UINT, NONE, WZYX),
117 V_(R8G8_SSCALED, 8_8_SINT, NONE, WZYX),
129 V_(R8G8B8_UNORM, 8_8_8_UNORM, NONE, WZYX),
130 V_(R8G8B8_SNORM, 8_8_8_SNORM, NONE, WZYX),
131 V_(R8G8B8_UINT, 8_8_8_UINT, NONE, WZYX)
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_format.c 70 #define V_(pipe, fmt, rbfmt, swapfmt) \
85 V_(R8_USCALED, 8_UINT, NONE, WZYX),
86 V_(R8_SSCALED, 8_UINT, NONE, WZYX),
106 V_(R16_USCALED, 16_UINT, NONE, WZYX),
107 V_(R16_SSCALED, 16_UINT, NONE, WZYX),
127 V_(R8G8_USCALED, 8_8_UINT, NONE, WZYX),
128 V_(R8G8_SSCALED, 8_8_SINT, NONE, WZYX),
139 V_(R8G8B8_UNORM, 8_8_8_UNORM, NONE, WZYX),
140 V_(R8G8B8_SNORM, 8_8_8_SNORM, NONE, WZYX),
141 V_(R8G8B8_UINT, 8_8_8_UINT, NONE, WZYX)
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_format.c 68 #define V_(pipe, fmt, rbfmt, swapfmt) \
86 V_(R8_USCALED, 8_UINT, NONE, WZYX),
87 V_(R8_SSCALED, 8_UINT, NONE, WZYX),
107 V_(R16_USCALED, 16_UINT, NONE, WZYX),
108 V_(R16_SSCALED, 16_UINT, NONE, WZYX),
129 V_(R8G8_USCALED, 8_8_UINT, NONE, WZYX),
130 V_(R8G8_SSCALED, 8_8_SINT, NONE, WZYX),
141 V_(R8G8B8_UNORM, 8_8_8_UNORM, NONE, WZYX),
142 V_(R8G8B8_SNORM, 8_8_8_SNORM, NONE, WZYX),
143 V_(R8G8B8_UINT, 8_8_8_UINT, NONE, WZYX)
    [all...]
  /external/v8/src/arm64/
constants-arm64.h 151 #define INSTRUCTION_FIELDS_LIST(V_) \
153 V_(Rd, 4, 0, Bits) /* Destination register. */ \
154 V_(Rn, 9, 5, Bits) /* First source register. */ \
155 V_(Rm, 20, 16, Bits) /* Second source register. */ \
156 V_(Ra, 14, 10, Bits) /* Third source register. */ \
157 V_(Rt, 4, 0, Bits) /* Load dest / store source. */ \
158 V_(Rt2, 14, 10, Bits) /* Load second dest / */ \
160 V_(Rs, 20, 16, Bits) /* Store-exclusive status */ \
161 V_(PrefetchMode, 4, 0, Bits) \
164 V_(SixtyFourBits, 31, 31, Bits)
    [all...]
  /external/mksh/src/
var_spec.h 25 #define FN(name) V_##name,
26 #define F0(name) V_##name = 0,
  /external/vixl/src/aarch64/
constants-aarch64.h 52 #define INSTRUCTION_FIELDS_LIST(V_) \
54 V_(Rd, 4, 0, ExtractBits) /* Destination register. */ \
55 V_(Rn, 9, 5, ExtractBits) /* First source register. */ \
56 V_(Rm, 20, 16, ExtractBits) /* Second source register. */ \
57 V_(Ra, 14, 10, ExtractBits) /* Third source register. */ \
58 V_(Rt, 4, 0, ExtractBits) /* Load/store register. */ \
59 V_(Rt2, 14, 10, ExtractBits) /* Load/store second register. */ \
60 V_(Rs, 20, 16, ExtractBits) /* Exclusive access status. */ \
63 V_(SixtyFourBits, 31, 31, ExtractBits) \
64 V_(FlagsUpdate, 29, 29, ExtractBits)
    [all...]
  /external/boringssl/src/crypto/asn1/
tasn_typ.c 68 return ASN1_STRING_type_new(V_##sname); \
  /external/boringssl/src/include/openssl/
asn1t.h 726 ASN1_ITYPE_PRIMITIVE, V_##vname, NULL, 0, NULL, ex, #itname \
  /external/webrtc/data/voice_engine/stereo_rtp_files/
stereo_g729_jitter.rtp     [all...]
stereo_g729.rtp     [all...]
  /external/webrtc/talk/media/testdata/
h264-svc-99-640x360.rtpdump     [all...]

Completed in 603 milliseconds