/third_party/skia/include/private/ |
H A D | SkVx.h | 50 #define SINT template <int N, typename T> SI macro 206 SINT Vec<2*N,T> join(const Vec<N,T>& lo, const Vec<N,T>& hi) { in join() 241 SINT VExt<N,T> to_vext(const Vec<N,T>& v) { return bit_pun<VExt<N,T>>(v); } in to_vext() 242 SINT Vec <N,T> to_vec(const VExt<N,T>& v) { return bit_pun<Vec <N,T>>(v); } in to_vec() 244 SINT Vec<N,T> operator+(const Vec<N,T>& x, const Vec<N,T>& y) { in operator +() 247 SINT Vec<N,T> operator-(const Vec<N,T>& x, const Vec<N,T>& y) { in operator -() 250 SINT Vec<N,T> operator*(const Vec<N,T>& x, const Vec<N,T>& y) { in operator *() 253 SINT Vec<N,T> operator/(const Vec<N,T>& x, const Vec<N,T>& y) { in operator /() 257 SINT Vec<N,T> operator^(const Vec<N,T>& x, const Vec<N,T>& y) { in operator ^() 260 SINT Ve in operator ^() 924 #undef SINT global() macro [all...] |
/third_party/mesa3d/src/asahi/lib/ |
H A D | agx_formats.c | 84 AGX_FMT(R8_SINT, R8, SINT, T, I8), 85 AGX_FMT(R8G8_SINT, R8G8, SINT, T, I8), 86 AGX_FMT(R8G8B8A8_SINT, R8G8B8A8, SINT, T, I8), 88 AGX_FMT(R16_SINT, R16, SINT, T, I16), 89 AGX_FMT(R16G16_SINT, R16G16, SINT, T, I16), 90 AGX_FMT(R16G16B16A16_SINT, R16G16B16A16, SINT, T, I16), 92 AGX_FMT(R32_SINT, R32, SINT, T, I32), 93 AGX_FMT(R32G32_SINT, R32G32, SINT, T, I32), 94 AGX_FMT(R32G32B32A32_SINT, R32G32B32A32, SINT, T, I32), 110 AGX_FMT(R10G10B10A2_SINT, R10G10B10A2, SINT, [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_formats.c | 169 I3(A, L8_SINT, R8_SINT, R, R, R, xx, SINT, R8, TR), 174 I3(A, L16_SINT, R16_SINT, R, R, R, xx, SINT, R16, TR), 177 I3(A, L32_SINT, R32_SINT, R, R, R, xx, SINT, R32, TR), 182 C4(A, I8_SINT, R8_SINT, R, R, R, R, SINT, R8, TR), 187 C4(A, I16_SINT, R16_SINT, R, R, R, R, SINT, R16, TR), 190 C4(A, I32_SINT, R32_SINT, R, R, R, R, SINT, R32, TR), 195 A1(A, A8_SINT, R8_SINT, xx, xx, xx, R, SINT, R8, T), 200 A1(A, A16_SINT, R16_SINT, xx, xx, xx, R, SINT, R16, T), 203 A1(A, A32_SINT, R32_SINT, xx, xx, xx, R, SINT, R32, T), 210 C4(A, L8A8_SINT, RG8_SINT, R, R, R, G, SINT, G8R [all...] |
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | format.cpp | 55 _FI(CL_SIGNED_INT, 8, SINT), 56 _FI(CL_SIGNED_INT, 16, SINT), 57 _FI(CL_SIGNED_INT, 32, SINT),
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_format.c | 54 MAP_FORMAT(FMT, SINT) 93 MAP_FORMAT_X8(R8G8B8, SINT) \ 124 MAP_EMU_FORMAT(8, SINT) \ 128 MAP_EMU_FORMAT(16, SINT) \ 131 MAP_EMU_FORMAT(32, SINT) \
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_shader.c | 65 VARYING_FORMAT(int, 32, SINT, 32), in varying_format() 68 VARYING_FORMAT(int, 16, SINT, 16), in varying_format() 70 VARYING_FORMAT(int, 8, SINT, 8), in varying_format()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir.cpp | 995 { "RGBA32I", 4, { 32, 32, 32, 32 }, SINT }, 996 { "RGBA16I", 4, { 16, 16, 16, 16 }, SINT }, 997 { "RGBA8I", 4, { 8, 8, 8, 8 }, SINT }, 998 { "RG32I", 2, { 32, 32, 0, 0 }, SINT }, 999 { "RG16I", 2, { 16, 16, 0, 0 }, SINT }, 1000 { "RG8I", 2, { 8, 8, 0, 0 }, SINT }, 1001 { "R32I", 1, { 32, 0, 0, 0 }, SINT }, 1002 { "R16I", 1, { 16, 0, 0, 0 }, SINT }, 1003 { "R8I", 1, { 8, 0, 0, 0 }, SINT },
|
H A D | nv50_ir_lowering_nv50.cpp | 1670 case SINT: in getPackedType() 1687 case SINT: in getShaderType() 1915 if (format->type == SNORM || format->type == SINT) { in handleSULDP()
|
H A D | nv50_ir.h | 483 SINT, enumerator
|
H A D | nv50_ir_lowering_nvc0.cpp | 2213 case SINT: in getSrcType() 2229 case SINT: in getDestType()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_util.c | 106 MAP_EMU_FORMAT(8, SINT) 110 MAP_EMU_FORMAT(16, SINT) 113 MAP_EMU_FORMAT(32, SINT)
|
/third_party/mesa3d/src/util/format/ |
H A D | u_format.c | 1130 REMAP_RGB(8, 8, 8, SINT); in util_format_rgb_to_bgr() 1139 REMAP_RGBA_ALL(8, 8, 8, 8, SINT); in util_format_rgb_to_bgr() 1167 REMAP_RGBA(10, 10, 10, 2, SINT); in util_format_rgb_to_bgr() 1168 REMAP_RGBX(10, 10, 10, 2, SINT); in util_format_rgb_to_bgr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 8103 SDValue SINT = Op.getOperand(0); in LowerINT_TO_FP() local 8125 SINT, DAG.getConstant(2047, dl, MVT::i64)); in LowerINT_TO_FP() 8128 Round = DAG.getNode(ISD::OR, dl, MVT::i64, Round, SINT); in LowerINT_TO_FP() 8141 SINT, DAG.getConstant(53, dl, MVT::i32)); in LowerINT_TO_FP() 8147 SINT = DAG.getNode(ISD::SELECT, dl, MVT::i64, Cond, Round, SINT); in LowerINT_TO_FP() 8154 if (canReuseLoadAddress(SINT, MVT::i64, RLI, DAG)) { in LowerINT_TO_FP() 8159 canReuseLoadAddress(SINT, MVT::i32, RLI, DAG, ISD::SEXTLOAD)) { in LowerINT_TO_FP() 8169 canReuseLoadAddress(SINT, MVT::i32, RLI, DAG, ISD::ZEXTLOAD)) { in LowerINT_TO_FP() 8179 SINT in LowerINT_TO_FP() [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_vbo.c | 191 mode = VTX_ATTR(a, 4, SINT, 32); in nvc0_set_constant_vertex_attrib()
|