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

  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_format.c 73 #define V_(pipe, fmt, rsfmt) \
83 V_(R8_UNORM, UNSIGNED_BYTE, NONE),
84 V_(R8_SNORM, BYTE, NONE),
85 V_(R8_UINT, UNSIGNED_BYTE, NONE),
86 V_(R8_SINT, BYTE, NONE),
87 V_(R8_USCALED, UNSIGNED_BYTE, NONE),
88 V_(R8_SSCALED, BYTE, NONE),
95 V_(R16_UNORM, UNSIGNED_SHORT, NONE),
96 V_(R16_SNORM, SHORT, NONE),
97 V_(R16_UINT, UNSIGNED_SHORT, NONE)
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_format.c 68 #define V_(pipe, fmt, rbfmt, swapfmt) \
80 V_(R8_SNORM, 8_SNORM, NONE, WZYX),
83 V_(R8_USCALED, 8_UINT, NONE, WZYX),
84 V_(R8_SSCALED, 8_UINT, NONE, WZYX),
104 V_(R16_USCALED, 16_UINT, NONE, WZYX),
105 V_(R16_SSCALED, 16_UINT, NONE, WZYX),
125 V_(R8G8_USCALED, 8_8_UINT, NONE, WZYX),
126 V_(R8G8_SSCALED, 8_8_SINT, NONE, WZYX),
137 V_(R8G8B8_UNORM, 8_8_8_UNORM, NONE, WZYX),
138 V_(R8G8B8_SNORM, 8_8_8_SNORM, NONE, WZYX)
    [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/mksh/src/
var_spec.h 25 #define FN(name) V_##name,
26 #define F0(name) V_##name = 0,
  /external/v8/src/arm64/
constants-arm64.h 120 #define INSTRUCTION_FIELDS_LIST(V_) \
122 V_(Rd, 4, 0, Bits) /* Destination register. */ \
123 V_(Rn, 9, 5, Bits) /* First source register. */ \
124 V_(Rm, 20, 16, Bits) /* Second source register. */ \
125 V_(Ra, 14, 10, Bits) /* Third source register. */ \
126 V_(Rt, 4, 0, Bits) /* Load dest / store source. */ \
127 V_(Rt2, 14, 10, Bits) /* Load second dest / */ \
129 V_(Rs, 20, 16, Bits) /* Store-exclusive status */ \
130 V_(PrefetchMode, 4, 0, Bits) \
133 V_(SixtyFourBits, 31, 31, Bits)
    [all...]
  /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); \
  /prebuilts/go/darwin-x86/src/math/big/
prime.go 210 // or (ii) V_{2^t s} ? 0 mod n for some 0 ? t < r-1.
225 // U_n = D^-1 (2V_{n+1} - PV_n) allowing us to run the full extra-strong test
  /prebuilts/go/linux-x86/src/math/big/
prime.go 210 // or (ii) V_{2^t s} ? 0 mod n for some 0 ? t < r-1.
225 // U_n = D^-1 (2V_{n+1} - PV_n) allowing us to run the full extra-strong test
  /external/boringssl/src/include/openssl/
asn1t.h 726 ASN1_ITYPE_PRIMITIVE, V_##vname, NULL, 0, NULL, ex, #itname \
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ppc64/
prog.go 289 // as2variant returns the variant (V_*) flags of instruction as.
300 // variant2as returns the instruction as with the given variant (V_*) flags.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ppc64/
prog.go 289 // as2variant returns the variant (V_*) flags of instruction as.
300 // variant2as returns the instruction as with the given variant (V_*) flags.
  /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 967 milliseconds