Home
last modified time | relevance | path

Searched refs:dstType (Results 1 – 25 of 28) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DIndexDataManager.cpp91 gl::DrawElementsType dstType, in StreamInIndexBuffer() argument
95 const GLuint dstTypeBytesShift = gl::GetDrawElementsTypeShift(dstType); in StreamInIndexBuffer()
102 ANGLE_TRY(buffer->reserveBufferSpace(context, bufferSizeRequired, dstType)); in StreamInIndexBuffer()
107 ConvertIndices(srcType, dstType, data, count, output, usePrimitiveRestartFixedIndex); in StreamInIndexBuffer()
137 gl::DrawElementsType dstType, in prepareIndexData() argument
145 GLuint dstTypeShift = gl::GetDrawElementsTypeShift(dstType); in prepareIndexData()
149 translated->indexType = dstType; in prepareIndexData()
163 return streamIndexData(context, indices, count, srcType, dstType, in prepareIndexData()
174 if (offsetAligned && buffer->supportsDirectBinding() && dstType == srcType) in prepareIndexData()
191 staticBuffer && offsetAligned && staticBuffer->getIndexType() == dstType; in prepareIndexData()
[all …]
DIndexDataManager.h74 gl::DrawElementsType dstType,
85 gl::DrawElementsType dstType,
/third_party/mesa3d/src/mesa/main/
Dpack.h53 GLenum dstType, GLvoid *dest,
60 GLenum dstType, GLvoid *dest, const GLubyte *source,
66 GLenum dstType, GLvoid *dest, GLuint depthMax,
72 GLenum dstType, const GLfloat *depthSpan,
78 GLenum dstType, GLuint *dest,
Dpack.c486 GLenum dstType, GLvoid *dest, in _mesa_unpack_stencil_span() argument
504 assert(dstType == GL_UNSIGNED_BYTE || in _mesa_unpack_stencil_span()
505 dstType == GL_UNSIGNED_SHORT || in _mesa_unpack_stencil_span()
506 dstType == GL_UNSIGNED_INT || in _mesa_unpack_stencil_span()
507 dstType == GL_FLOAT_32_UNSIGNED_INT_24_8_REV); in _mesa_unpack_stencil_span()
518 dstType == GL_UNSIGNED_BYTE) { in _mesa_unpack_stencil_span()
524 dstType == GL_UNSIGNED_INT && in _mesa_unpack_stencil_span()
557 switch (dstType) { in _mesa_unpack_stencil_span()
599 GLenum dstType, GLvoid *dest, const GLubyte *source, in _mesa_pack_stencil_span() argument
617 switch (dstType) { in _mesa_pack_stencil_span()
[all …]
Dblit.c115 GLenum dstType = _mesa_get_format_datatype(dstFormat); in compatible_color_datatypes() local
125 if (dstType != GL_INT && dstType != GL_UNSIGNED_INT) { in compatible_color_datatypes()
126 assert(dstType == GL_UNSIGNED_NORMALIZED || in compatible_color_datatypes()
127 dstType == GL_SIGNED_NORMALIZED || in compatible_color_datatypes()
128 dstType == GL_FLOAT); in compatible_color_datatypes()
130 dstType = GL_FLOAT; in compatible_color_datatypes()
133 return srcType == dstType; in compatible_color_datatypes()
Dtexstore.c153 GLenum dstType; in _mesa_texstore_z32() local
160 dstType = GL_UNSIGNED_INT; in _mesa_texstore_z32()
162 dstType = GL_FLOAT; in _mesa_texstore_z32()
173 dstType, dstRow, in _mesa_texstore_z32()
832 GLenum dstType; in _mesa_texstore_needs_transfer_ops() local
849 dstType = _mesa_get_format_datatype(dstFormat); in _mesa_texstore_needs_transfer_ops()
851 return dstType != GL_INT && dstType != GL_UNSIGNED_INT && in _mesa_texstore_needs_transfer_ops()
/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp1508 SpvId SPIRVCodeGenerator::writeMatrixCopy(SpvId src, const Type& srcType, const Type& dstType, in writeMatrixCopy() argument
1511 SkASSERT(dstType.isMatrix()); in writeMatrixCopy()
1512 SkASSERT(srcType.componentType() == dstType.componentType()); in writeMatrixCopy()
1513 SpvId id = this->nextId(&dstType); in writeMatrixCopy()
1517 SpvId dstColumnType = this->getType(dstType.componentType().toCompound(fContext, in writeMatrixCopy()
1518 dstType.rows(), in writeMatrixCopy()
1520 SkASSERT(dstType.componentType().isFloat()); in writeMatrixCopy()
1521 const SpvId zeroId = this->writeLiteral(0.0, dstType.componentType()); in writeMatrixCopy()
1522 const SpvId oneId = this->writeLiteral(1.0, dstType.componentType()); in writeMatrixCopy()
1525 for (int i = 0; i < dstType.columns(); i++) { in writeMatrixCopy()
[all …]
DSkSLVMCodeGenerator.cpp835 const Type& dstType = c.type(); in writeConstructorCast() local
837 Type::NumberKind dstKind = base_number_kind(dstType); in writeConstructorCast()
857 const Type& dstType = ctor.type(); in writeConstructorDiagonalMatrix() local
858 SkASSERT(dstType.isMatrix()); in writeConstructorDiagonalMatrix()
859 SkASSERT(ctor.argument()->type() == dstType.componentType()); in writeConstructorDiagonalMatrix()
862 Value dst(dstType.rows() * dstType.columns()); in writeConstructorDiagonalMatrix()
867 for (int c = 0; c < dstType.columns(); ++c) { in writeConstructorDiagonalMatrix()
868 for (int r = 0; r < dstType.rows(); ++r) { in writeConstructorDiagonalMatrix()
879 const Type& dstType = ctor.type(); in writeConstructorMatrixResize() local
881 Value dst(dstType.rows() * dstType.columns()); in writeConstructorMatrixResize()
[all …]
DSkSLSPIRVCodeGenerator.h304 SpvId writeMatrixCopy(SpvId src, const Type& srcType, const Type& dstType, OutputStream& out);
/third_party/mesa3d/docs/relnotes/
D8.0.1.rst47 main/image.c:1597: \_mesa_convert_colors: Assertion \`dstType ==
50 main/image.c:1659: \_mesa_convert_colors: Assertion \`dstType ==
/third_party/skia/tests/
DTransferPixelsTest.cpp28 GrColorType dstType, char* dst) { in fill_transfer_data() argument
29 size_t dstBpp = GrColorTypeBytesPerPixel(dstType); in fill_transfer_data()
44 GrImageInfo dstInfo(dstType, kUnpremul_SkAlphaType, nullptr, 1, 1); in fill_transfer_data()
DVkHardwareBufferTest.cpp1082 SrcType srcType, DstType dstType, bool shareSyncs) { in run_test() argument
1106 if (DstType::kVulkan == dstType) { in run_test()
1110 SkASSERT(DstType::kEGL == dstType); in run_test()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFramebufferBlitTests.cpp1054 tcu::TextureChannelClass dstType = tcu::getTextureChannelClass(dstTexFmt.type); in init() local
1057 …(dstType == tcu::TEXTURECHANNELCLASS_FLOATING_POINT || dstType == tcu::TEXTURECHANNELCLASS_UNSIGNE… in init()
1058 …((srcType == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER) != (dstType == tcu::TEXTURECHANNELCLASS_SIGN… in init()
1059 …((srcType == tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER) != (dstType == tcu::TEXTURECHANNELCLASS_UN… in init()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DContext11.cpp73 const gl::DrawElementsType dstType = in DrawCallHasStreamingElementArray() local
79 switch (ClassifyIndexStorage(glState, elementArrayBuffer, srcType, dstType, 0)) in DrawCallHasStreamingElementArray()
89 return (staticBuffer->getBufferSize() == 0 || staticBuffer->getIndexType() != dstType); in DrawCallHasStreamingElementArray()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dtzfmt.h726 …odeString& formatSpecific(const TimeZone& tz, UTimeZoneNameType stdType, UTimeZoneNameType dstType,
/third_party/node/deps/icu-small/source/i18n/unicode/
Dtzfmt.h726 …odeString& formatSpecific(const TimeZone& tz, UTimeZoneNameType stdType, UTimeZoneNameType dstType,
/third_party/icu/icu4c/source/i18n/unicode/
Dtzfmt.h726 …odeString& formatSpecific(const TimeZone& tz, UTimeZoneNameType stdType, UTimeZoneNameType dstType,
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DTimeZoneFormat.java1711 …private String formatSpecific(TimeZone tz, NameType stdType, NameType dstType, long date, Output<T…
1713 assert(dstType == NameType.LONG_DAYLIGHT || dstType == NameType.SHORT_DAYLIGHT);
1717 getTimeZoneNames().getDisplayName(ZoneMeta.getCanonicalCLDRID(tz), dstType, date) :
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneFormat.java1781 …private String formatSpecific(TimeZone tz, NameType stdType, NameType dstType, long date, Output<T…
1783 assert(dstType == NameType.LONG_DAYLIGHT || dstType == NameType.SHORT_DAYLIGHT);
1787 getTimeZoneNames().getDisplayName(ZoneMeta.getCanonicalCLDRID(tz), dstType, date) :
/third_party/vk-gl-cts/framework/randomshaders/
DrsgExpression.cpp659 bool isConversionOk (VariableType::Type srcType, VariableType::Type dstType, ConstValueRangeAccess … in isConversionOk() argument
668 return convTable[getBaseTypeConvNdx(srcType)][getBaseTypeConvNdx(dstType)](valueRange); in isConversionOk()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp1377 gl::DrawElementsType dstType = gl::DrawElementsType::InvalidEnum; in applyIndexBuffer() local
1378 ANGLE_TRY(GetIndexTranslationDestType(context, count, type, indices, false, &dstType)); in applyIndexBuffer()
1380 ANGLE_TRY(mIndexDataManager->prepareIndexData(context, type, dstType, count, elementArrayBuffer, in applyIndexBuffer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td4293 RegisterClass srcType, RegisterClass dstType,
4295 : I<(outs dstType:$Rd), (ins srcType:$Rn),
4313 RegisterClass srcType, RegisterClass dstType,
4315 : I<(outs dstType:$Rd), (ins srcType:$Rn, immType:$scale),
4435 RegisterClass srcType, RegisterClass dstType,
4437 : I<(outs dstType:$Rd), (ins srcType:$Rn, immType:$scale),
4452 RegisterClass srcType, RegisterClass dstType,
4454 : I<(outs dstType:$Rd), (ins srcType:$Rn),
4455 asm, "\t$Rd, $Rn", "", [(set (dvt dstType:$Rd), (node srcType:$Rn))]>,
4563 RegisterClass srcType, RegisterClass dstType,
[all …]
/third_party/node/deps/icu-small/source/i18n/
Dtzfmt.cpp1357 …oneFormat::formatSpecific(const TimeZone& tz, UTimeZoneNameType stdType, UTimeZoneNameType dstType, in formatSpecific() argument
1374 fTimeZoneNames->getDisplayName(UnicodeString(true, canonicalID, -1), dstType, date, name); in formatSpecific()
/third_party/icu/icu4c/source/i18n/
Dtzfmt.cpp1357 …oneFormat::formatSpecific(const TimeZone& tz, UTimeZoneNameType stdType, UTimeZoneNameType dstType, in formatSpecific() argument
1374 fTimeZoneNames->getDisplayName(UnicodeString(true, canonicalID, -1), dstType, date, name); in formatSpecific()
/third_party/skia/third_party/externals/icu/source/i18n/
Dtzfmt.cpp1357 …oneFormat::formatSpecific(const TimeZone& tz, UTimeZoneNameType stdType, UTimeZoneNameType dstType, in formatSpecific() argument
1374 fTimeZoneNames->getDisplayName(UnicodeString(TRUE, canonicalID, -1), dstType, date, name); in formatSpecific()

12