/external/mesa3d/src/mesa/main/ |
D | texstore.c | 104 GLenum srcFormat, GLenum srcType, in _mesa_memcpy_texture() argument 109 srcFormat, srcType); in _mesa_memcpy_texture() 111 srcWidth, srcHeight, srcFormat, srcType); in _mesa_memcpy_texture() 113 srcPacking, srcAddr, srcWidth, srcHeight, srcFormat, srcType, 0, 0, 0); in _mesa_memcpy_texture() 169 srcAddr, srcWidth, srcHeight, srcFormat, srcType, img, row, 0); in _mesa_texstore_z32() 172 depthScale, srcType, src, srcPacking); in _mesa_texstore_z32() 199 srcAddr, srcWidth, srcHeight, srcFormat, srcType, img, row, 0); in _mesa_texstore_x8_z24() 202 depthScale, srcType, src, srcPacking); in _mesa_texstore_x8_z24() 229 srcAddr, srcWidth, srcHeight, srcFormat, srcType, img, row, 0); in _mesa_texstore_z24_x8() 234 depthScale, srcType, src, srcPacking); in _mesa_texstore_z24_x8() [all …]
|
D | pack.c | 256 GLenum srcFormat, GLenum srcType, const GLvoid *src, in extract_uint_indexes() argument 261 assert(srcType == GL_BITMAP || in extract_uint_indexes() 262 srcType == GL_UNSIGNED_BYTE || in extract_uint_indexes() 263 srcType == GL_BYTE || in extract_uint_indexes() 264 srcType == GL_UNSIGNED_SHORT || in extract_uint_indexes() 265 srcType == GL_SHORT || in extract_uint_indexes() 266 srcType == GL_UNSIGNED_INT || in extract_uint_indexes() 267 srcType == GL_INT || in extract_uint_indexes() 268 srcType == GL_UNSIGNED_INT_24_8_EXT || in extract_uint_indexes() 269 srcType == GL_HALF_FLOAT_ARB || in extract_uint_indexes() [all …]
|
D | texcompress_s3tc.c | 133 srcType != GL_UNSIGNED_BYTE || in _mesa_texstore_rgb_dxt1() 149 srcFormat, srcType, srcAddr, in _mesa_texstore_rgb_dxt1() 156 srcFormat, srcType, 0, 0); in _mesa_texstore_rgb_dxt1() 190 srcType != GL_UNSIGNED_BYTE || in _mesa_texstore_rgba_dxt1() 207 srcFormat, srcType, srcAddr, in _mesa_texstore_rgba_dxt1() 214 srcFormat, srcType, 0, 0); in _mesa_texstore_rgba_dxt1() 248 srcType != GL_UNSIGNED_BYTE || in _mesa_texstore_rgba_dxt3() 265 srcFormat, srcType, srcAddr, in _mesa_texstore_rgba_dxt3() 271 srcFormat, srcType, 0, 0); in _mesa_texstore_rgba_dxt3() 305 srcType != GL_UNSIGNED_BYTE || in _mesa_texstore_rgba_dxt5() [all …]
|
D | pack.h | 52 GLenum srcType, const GLvoid *source, 65 GLenum srcType, const GLvoid *source, 100 const void *src, GLenum srcFormat, GLenum srcType, 107 const void *src, GLenum srcFormat, GLenum srcType,
|
D | blit.c | 103 GLenum srcType = _mesa_get_format_datatype(srcFormat); in compatible_color_datatypes() local 106 if (srcType != GL_INT && srcType != GL_UNSIGNED_INT) { in compatible_color_datatypes() 107 assert(srcType == GL_UNSIGNED_NORMALIZED || in compatible_color_datatypes() 108 srcType == GL_SIGNED_NORMALIZED || in compatible_color_datatypes() 109 srcType == GL_FLOAT); in compatible_color_datatypes() 111 srcType = GL_FLOAT; in compatible_color_datatypes() 122 return srcType == dstType; in compatible_color_datatypes()
|
D | texstore.h | 64 GLenum srcFormat, GLenum srcType, \ 84 GLenum srcFormat, GLenum srcType, 91 GLenum srcFormat, GLenum srcType,
|
D | texcompress_bptc.c | 1283 srcType != GL_UNSIGNED_BYTE || in _mesa_texstore_bptc_rgba_unorm() 1299 srcFormat, srcType, srcAddr, in _mesa_texstore_bptc_rgba_unorm() 1306 srcFormat, srcType, 0, 0); in _mesa_texstore_bptc_rgba_unorm() 1308 srcFormat, srcType); in _mesa_texstore_bptc_rgba_unorm() 1595 srcType != GL_FLOAT || in texstore_bptc_rgb_float() 1610 srcFormat, srcType, srcAddr, in texstore_bptc_rgb_float() 1617 srcFormat, srcType, 0, 0); in texstore_bptc_rgb_float() 1619 srcFormat, srcType); in texstore_bptc_rgb_float() 1640 srcFormat, srcType, in _mesa_texstore_bptc_rgb_signed_float() 1653 srcFormat, srcType, in _mesa_texstore_bptc_rgb_unsigned_float()
|
D | texcompress_rgtc.c | 101 srcFormat, srcType, srcAddr, in _mesa_texstore_red_rgtc1() 154 srcFormat, srcType, srcAddr, in _mesa_texstore_signed_red_rgtc1() 215 srcFormat, srcType, srcAddr, in _mesa_texstore_rg_rgtc2() 280 srcFormat, srcType, srcAddr, in _mesa_texstore_signed_rg_rgtc2()
|
D | texcompress_fxt1.c | 66 srcType != GL_UNSIGNED_BYTE || in _mesa_texstore_rgb_fxt1() 82 srcFormat, srcType, srcAddr, in _mesa_texstore_rgb_fxt1() 90 srcFormat, srcType, 0, 0); in _mesa_texstore_rgb_fxt1() 93 srcType) / sizeof(GLubyte); in _mesa_texstore_rgb_fxt1() 121 srcType != GL_UNSIGNED_BYTE || in _mesa_texstore_rgba_fxt1() 137 srcFormat, srcType, srcAddr, in _mesa_texstore_rgba_fxt1() 145 srcFormat, srcType, 0, 0); in _mesa_texstore_rgba_fxt1() 148 srcType) / sizeof(GLubyte); in _mesa_texstore_rgba_fxt1()
|
D | image.h | 101 _mesa_convert_colors(GLenum srcType, const GLvoid *src,
|
D | image.c | 474 _mesa_convert_colors(GLenum srcType, const GLvoid *src, in _mesa_convert_colors() argument 485 assert(srcType != dstType); in _mesa_convert_colors() 487 switch (srcType) { in _mesa_convert_colors()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_texture.c | 218 GLenum srcType, GLboolean fbo) in radeonChoose8888TexFormat() argument 242 if ((srcFormat == GL_RGBA && srcType == GL_UNSIGNED_INT_8_8_8_8) || in radeonChoose8888TexFormat() 243 (srcFormat == GL_RGBA && srcType == GL_UNSIGNED_BYTE && !littleEndian) || in radeonChoose8888TexFormat() 244 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_INT_8_8_8_8_REV) || in radeonChoose8888TexFormat() 245 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_BYTE && littleEndian)) { in radeonChoose8888TexFormat() 247 } else if ((srcFormat == GL_RGBA && srcType == GL_UNSIGNED_INT_8_8_8_8_REV) || in radeonChoose8888TexFormat() 248 (srcFormat == GL_RGBA && srcType == GL_UNSIGNED_BYTE && littleEndian) || in radeonChoose8888TexFormat() 249 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_INT_8_8_8_8) || in radeonChoose8888TexFormat() 250 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_BYTE && !littleEndian)) { in radeonChoose8888TexFormat()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_texture.c | 218 GLenum srcType, GLboolean fbo) in radeonChoose8888TexFormat() argument 242 if ((srcFormat == GL_RGBA && srcType == GL_UNSIGNED_INT_8_8_8_8) || in radeonChoose8888TexFormat() 243 (srcFormat == GL_RGBA && srcType == GL_UNSIGNED_BYTE && !littleEndian) || in radeonChoose8888TexFormat() 244 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_INT_8_8_8_8_REV) || in radeonChoose8888TexFormat() 245 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_BYTE && littleEndian)) { in radeonChoose8888TexFormat() 247 } else if ((srcFormat == GL_RGBA && srcType == GL_UNSIGNED_INT_8_8_8_8_REV) || in radeonChoose8888TexFormat() 248 (srcFormat == GL_RGBA && srcType == GL_UNSIGNED_BYTE && littleEndian) || in radeonChoose8888TexFormat() 249 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_INT_8_8_8_8) || in radeonChoose8888TexFormat() 250 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_BYTE && !littleEndian)) { in radeonChoose8888TexFormat()
|
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
D | ExpressionTranslator.java | 356 private JavaExpression infix(Type destType, Type srcType, String infix, PExpression leftNode, in infix() argument 358 JavaExpression left = cast(srcType, leftNode); in infix() 359 JavaExpression right = cast(srcType, rightNode); in infix() 363 private JavaExpression prefix(Type destType, Type srcType, String prefix, PExpression node) { in prefix() argument 364 return JavaExpression.prefix(destType, prefix, cast(srcType, node)); in prefix()
|
/external/javassist/src/main/javassist/compiler/ |
D | CodeGen.java | 897 private boolean invalidDim(int srcType, int srcDim, String srcClass, in invalidDim() argument 902 if (srcType == NULL) in invalidDim() 907 else if (isCast && srcDim == 0 && srcType == CLASS in invalidDim() 1364 int srcType = exprType; in atCastExpr() local 1369 atNumCastExpr(srcType, exprType); // built-in type in atCastExpr() 1390 int srcType = exprType; in checkCastExpr() local 1391 if (invalidDim(srcType, arrayDim, className, type, dim, name, true) in checkCastExpr() 1392 || srcType == VOID || type == VOID) in checkCastExpr() 1396 if (!isRefType(srcType)) in checkCastExpr() 1408 void atNumCastExpr(int srcType, int destType) in atNumCastExpr() argument [all …]
|
/external/skia/gm/ |
D | xfermodes.cpp | 120 void draw_mode(SkCanvas* canvas, SkBlendMode mode, SrcType srcType, SkScalar x, SkScalar y) { in draw_mode() argument 128 switch (srcType) { in draw_mode()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_readpixels.c | 78 GLenum srcType = _mesa_get_format_datatype(rb->Format); in needs_integer_signed_unsigned_conversion() local 80 if ((srcType == GL_INT && in needs_integer_signed_unsigned_conversion() 84 (srcType == GL_UNSIGNED_INT && in needs_integer_signed_unsigned_conversion()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFramebufferBlitTests.cpp | 1022 tcu::TextureChannelClass srcType = tcu::getTextureChannelClass(srcTexFmt.type); in init() local 1027 …if (((srcType == tcu::TEXTURECHANNELCLASS_FLOATING_POINT || srcType == tcu::TEXTURECHANNELCLASS_UN… in init() 1029 …((srcType == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER) != (dstType == tcu::TEXTURECHANNELCLASS_SIGN… in init() 1030 …((srcType == tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER) != (dstType == tcu::TEXTURECHANNELCLASS_UN… in init()
|
/external/llvm/test/tools/llvm-readobj/Inputs/ |
D | relocs.py | 350 srcType, preSrc, dummyReloc, relocsPerDummy = dummyReloc 354 if srcType == "asm": 356 elif srcType == "ir":
|
/external/mesa3d/src/mesa/swrast/ |
D | s_span.c | 936 convert_color_type(SWspan *span, GLenum srcType, GLenum newType, GLuint output) in convert_color_type() argument 940 if (output > 0 || srcType == GL_FLOAT) { in convert_color_type() 944 else if (srcType == GL_UNSIGNED_BYTE) { in convert_color_type() 948 assert(srcType == GL_UNSIGNED_SHORT); in convert_color_type()
|
/external/skia/src/sksl/ |
D | SkSLSPIRVCodeGenerator.h | 169 void writeMatrixCopy(SpvId id, SpvId src, const Type& srcType, const Type& dstType,
|
/external/clang/lib/Sema/ |
D | SemaCast.cpp | 325 QualType srcType = src->getType(); in tryDiagnoseOverloadedCast() local 326 if (!destType->isRecordType() && !srcType->isRecordType()) in tryDiagnoseOverloadedCast() 374 << CT << srcType << destType in tryDiagnoseOverloadedCast()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_texture.c | 166 GLenum srcFormat, GLenum srcType) in nouveau_choose_tex_format() argument
|
/external/deqp/framework/randomshaders/ |
D | rsgExpression.cpp | 634 bool isConversionOk (VariableType::Type srcType, VariableType::Type dstType, ConstValueRangeAccess … in isConversionOk() argument 643 return convTable[getBaseTypeConvNdx(srcType)][getBaseTypeConvNdx(dstType)](valueRange); in isConversionOk()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 3527 RegisterClass srcType, RegisterClass dstType, 3529 : I<(outs dstType:$Rd), (ins srcType:$Rn), 3547 RegisterClass srcType, RegisterClass dstType, 3549 : I<(outs dstType:$Rd), (ins srcType:$Rn, immType:$scale), 3669 RegisterClass srcType, RegisterClass dstType, 3671 : I<(outs dstType:$Rd), (ins srcType:$Rn, immType:$scale), 3686 RegisterClass srcType, RegisterClass dstType, 3688 : I<(outs dstType:$Rd), (ins srcType:$Rn), 3689 asm, "\t$Rd, $Rn", "", [(set (dvt dstType:$Rd), (node srcType:$Rn))]>, 3797 RegisterClass srcType, RegisterClass dstType, [all …]
|