/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_format.c | 77 #define V_(pipe, fmt, rsfmt) \ macro 91 V_(R8_USCALED, UNSIGNED_BYTE, NONE), 92 V_(R8_SSCALED, BYTE, NONE), 99 V_(R16_UNORM, UNSIGNED_SHORT, NONE), 100 V_(R16_SNORM, SHORT, NONE), 103 V_(R16_USCALED, UNSIGNED_SHORT, NONE), 104 V_(R16_SSCALED, SHORT, NONE), 121 V_(R8G8_USCALED, UNSIGNED_BYTE, NONE), 122 V_(R8G8_SSCALED, BYTE, NONE), 125 V_(R8G8B8_UNORM, UNSIGNED_BYTE, NONE), [all …]
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_format.c | 59 #define V_(pipe, fmt, rbfmt, swapfmt) \ macro 74 V_(R8_USCALED, 8_UINT, NONE, WZYX), 75 V_(R8_SSCALED, 8_SINT, NONE, WZYX), 95 V_(R16_USCALED, 16_UINT, NONE, WZYX), 96 V_(R16_SSCALED, 16_SINT, NONE, WZYX), 120 V_(R8G8_USCALED, 8_8_UINT, NONE, WZYX), 121 V_(R8G8_SSCALED, 8_8_SINT, NONE, WZYX), 134 V_(R8G8B8_UNORM, 8_8_8_UNORM, NONE, WZYX), 135 V_(R8G8B8_SNORM, 8_8_8_SNORM, NONE, WZYX), 136 V_(R8G8B8_UINT, 8_8_8_UINT, NONE, WZYX), [all …]
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_format.c | 61 #define V_(pipe, fmt, rbfmt, swapfmt) \ macro 76 V_(R8_USCALED, 8_UINT, NONE, WZYX), 77 V_(R8_SSCALED, 8_SINT, NONE, WZYX), 99 V_(R16_USCALED, 16_UINT, NONE, WZYX), 100 V_(R16_SSCALED, 16_SINT, NONE, WZYX), 124 V_(R8G8_USCALED, 8_8_UINT, NONE, WZYX), 125 V_(R8G8_SSCALED, 8_8_SINT, NONE, WZYX), 138 V_(R8G8B8_UNORM, 8_8_8_UNORM, NONE, WZYX), 139 V_(R8G8B8_SNORM, 8_8_8_SNORM, NONE, WZYX), 140 V_(R8G8B8_UINT, 8_8_8_UINT, NONE, WZYX), [all …]
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_format.c | 61 #define V_(pipe, fmt, rbfmt, swapfmt) \ macro 79 V_(R8_USCALED, 8_UINT, NONE, WZYX), 80 V_(R8_SSCALED, 8_SINT, NONE, WZYX), 102 V_(R16_USCALED, 16_UINT, NONE, WZYX), 103 V_(R16_SSCALED, 16_SINT, NONE, WZYX), 128 V_(R8G8_USCALED, 8_8_UINT, NONE, WZYX), 129 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 …]
|
/third_party/node/deps/v8/src/codegen/arm64/ |
D | constants-arm64.h | 151 #define INSTRUCTION_FIELDS_LIST(V_) \ argument 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 …]
|
/third_party/vixl/src/aarch64/ |
D | constants-aarch64.h | 74 #define INSTRUCTION_FIELDS_LIST(V_) \ argument 76 V_(Rd, 4, 0, ExtractBits) /* Destination register. */ \ 77 V_(Rn, 9, 5, ExtractBits) /* First source register. */ \ 78 V_(Rm, 20, 16, ExtractBits) /* Second source register. */ \ 79 V_(RmLow16, 19, 16, ExtractBits) /* Second source register (code 0-15). */ \ 80 V_(Ra, 14, 10, ExtractBits) /* Third source register. */ \ 81 V_(Rt, 4, 0, ExtractBits) /* Load/store register. */ \ 82 V_(Rt2, 14, 10, ExtractBits) /* Load/store second register. */ \ 83 V_(Rs, 20, 16, ExtractBits) /* Exclusive access status. */ \ 84 V_(Pt, 3, 0, ExtractBits) /* Load/store register (p0-p7). */ \ [all …]
|
/third_party/mksh/ |
D | var_spec.h | 25 #define FN(name) V_##name, 26 #define F0(name) V_##name = 0,
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
D | tasn_typ.c | 21 return ASN1_STRING_type_new(V_##sname); \
|
/third_party/openssl/crypto/asn1/ |
D | tasn_typ.c | 21 return ASN1_STRING_type_new(V_##sname); \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUGISel.td | 9 // example patterns for V_* instructions that have S_* equivalents. 10 // SelectionDAG does not support selecting V_* instructions.
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | asn1t.h | 775 … ASN1_ITYPE_PRIMITIVE, V_##vname, NULL, 0, NULL, ex, #itname \
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
D | asn1t.h | 765 … ASN1_ITYPE_PRIMITIVE, V_##vname, NULL, 0, NULL, ex, #itname \
|
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/include/openssl/ |
D | asn1t.h | 765 … ASN1_ITYPE_PRIMITIVE, V_##vname, NULL, 0, NULL, ex, #itname \
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/ |
D | asn1t.h | 765 … ASN1_ITYPE_PRIMITIVE, V_##vname, NULL, 0, NULL, ex, #itname \
|
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/include/openssl/ |
D | asn1t.h | 765 … ASN1_ITYPE_PRIMITIVE, V_##vname, NULL, 0, NULL, ex, #itname \
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/ |
D | asn1t.h | 765 … ASN1_ITYPE_PRIMITIVE, V_##vname, NULL, 0, NULL, ex, #itname \
|
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm/include/openssl/ |
D | asn1t.h | 765 … ASN1_ITYPE_PRIMITIVE, V_##vname, NULL, 0, NULL, ex, #itname \
|
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/include/openssl/ |
D | asn1t.h | 765 … ASN1_ITYPE_PRIMITIVE, V_##vname, NULL, 0, NULL, ex, #itname \
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
D | asn1t.h | 765 … ASN1_ITYPE_PRIMITIVE, V_##vname, NULL, 0, NULL, ex, #itname \
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm/include/openssl/ |
D | asn1t.h | 765 … ASN1_ITYPE_PRIMITIVE, V_##vname, NULL, 0, NULL, ex, #itname \
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ |
D | asn1t.h | 765 … ASN1_ITYPE_PRIMITIVE, V_##vname, NULL, 0, NULL, ex, #itname \
|
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm_avx2/include/openssl/ |
D | asn1t.h | 765 … ASN1_ITYPE_PRIMITIVE, V_##vname, NULL, 0, NULL, ex, #itname \
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
D | asn1t.h | 765 … ASN1_ITYPE_PRIMITIVE, V_##vname, NULL, 0, NULL, ex, #itname \
|
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm_avx2/include/openssl/ |
D | asn1t.h | 765 … ASN1_ITYPE_PRIMITIVE, V_##vname, NULL, 0, NULL, ex, #itname \
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
D | asn1t.h | 765 … ASN1_ITYPE_PRIMITIVE, V_##vname, NULL, 0, NULL, ex, #itname \
|