| /third_party/vk-gl-cts/framework/opengl/ |
| D | gluShaderUtil.cpp | 198 const char* getDataTypeName (DataType dataType) in getDataTypeName() 332 int getDataTypeScalarSize (DataType dataType) in getDataTypeScalarSize() 466 DataType getDataTypeScalarType (DataType dataType) in getDataTypeScalarType() 600 DataType getDataTypeFloat16Scalars (DataType dataType) in getDataTypeFloat16Scalars() 734 DataType getDataTypeFloatScalars (DataType dataType) in getDataTypeFloatScalars() 868 DataType getDataTypeDoubleScalars (DataType dataType) in getDataTypeDoubleScalars() 1049 int getDataTypeMatrixNumRows (DataType dataType) in getDataTypeMatrixNumRows() 1086 int getDataTypeMatrixNumColumns (DataType dataType) in getDataTypeMatrixNumColumns() 1123 DataType getDataTypeMatrixColumnType (DataType dataType) in getDataTypeMatrixColumnType() 1160 int getDataTypeNumLocations (DataType dataType) in getDataTypeNumLocations() [all …]
|
| D | gluShaderUtil.hpp | 275 inline bool isDataTypeFloat16OrVec (DataType dataType) { return (dataType >= TYPE_FLOAT16) &… in isDataTypeFloat16OrVec() 276 inline bool isDataTypeFloatOrVec (DataType dataType) { return (dataType >= TYPE_FLOAT) && … in isDataTypeFloatOrVec() 277 inline bool isDataTypeFloatType (DataType dataType) { return (dataType >= TYPE_FLOAT) && … in isDataTypeFloatType() 278 inline bool isDataTypeDoubleType (DataType dataType) { return (dataType >= TYPE_DOUBLE) && … in isDataTypeDoubleType() 279 inline bool isDataTypeDoubleOrDVec (DataType dataType) { return (dataType >= TYPE_DOUBLE) &… in isDataTypeDoubleOrDVec() 280 inline bool isDataTypeMatrix (DataType dataType) { in isDataTypeMatrix() 286 inline bool isDataTypeIntOrIVec (DataType dataType) { return (dataType >= TYPE_INT) && … in isDataTypeIntOrIVec() 287 inline bool isDataTypeUintOrUVec (DataType dataType) { return (dataType >= TYPE_UINT) && … in isDataTypeUintOrUVec() 288 inline bool isDataTypeIntOrIVec8Bit (DataType dataType) { return (dataType >= TYPE_INT8) … in isDataTypeIntOrIVec8Bit() 289 inline bool isDataTypeUintOrUVec8Bit (DataType dataType) { return (dataType >= TYPE_UINT8) … in isDataTypeUintOrUVec8Bit() [all …]
|
| D | gluTextureUtil.hpp | 45 deUint32 dataType; //!< Data type. member
|
| D | gluTexture.cpp | 52 Texture1D::Texture1D (const RenderContext& context, deUint32 format, deUint32 dataType, int width) in Texture1D() 105 Texture2D::Texture2D (const RenderContext& context, deUint32 format, deUint32 dataType, int width, … in Texture2D() 350 TextureCube::TextureCube (const RenderContext& context, deUint32 format, deUint32 dataType, int siz… in TextureCube() 475 Texture1DArray::Texture1DArray (const RenderContext& context, deUint32 format, deUint32 dataType, i… in Texture1DArray() 529 Texture2DArray::Texture2DArray (const RenderContext& context, deUint32 format, deUint32 dataType, i… in Texture2DArray() 645 Texture3D::Texture3D (const RenderContext& context, deUint32 format, deUint32 dataType, int width, … in Texture3D() 770 …y::TextureCubeArray (const RenderContext& context, deUint32 format, deUint32 dataType, int size, i… in TextureCubeArray()
|
| /third_party/mindspore/mindspore-src/source/tests/ut/cpp/stub/hccl/ |
| D | hccl_stub.cc | 43 …all_gather(const char *tag, void *inputPtr, void *outputPtr, u64 inputCount, HcclDataType dataType, in hcom_all_gather() 49 …hcom_all_reduce(const char *tag, void *inputPtr, void *outputPtr, u64 count, HcclDataType dataType, in hcom_all_reduce() 55 HcclResult hcom_broadcast(const char *tag, void *ptr, u64 count, HcclDataType dataType, u32 root, c… in hcom_broadcast() 60 …_reduce_scatter(const char *tag, void *inputPtr, void *outputPtr, u64 count, HcclDataType dataType, in hcom_reduce_scatter() 94 HcclResult hcom_send(const char *tag, void *inputPtr, u64 count, HcclDataType dataType, u32 destRan… in hcom_send() 100 HcclResult hcom_receive(const char *tag, void *outputPtr, u64 count, HcclDataType dataType, u32 src… in hcom_receive() 152 HcclResult HcclAllReduce(void *sendBuf, void *recvBuf, uint64_t count, HcclDataType dataType, HcclR… in HcclAllReduce() 157 HcclResult HcclBroadcast(void *buf, uint64_t count, HcclDataType dataType, uint32_t root, HcclComm … in HcclBroadcast() 162 …clResult HcclReduceScatter(void *sendBuf, void *recvBuf, uint64_t recvCount, HcclDataType dataType, in HcclReduceScatter() 167 HcclResult HcclAllGather(void *sendBuf, void *recvBuf, uint64_t sendCount, HcclDataType dataType, H… in HcclAllGather()
|
| /third_party/typescript/tests/baselines/reference/ |
| D | excessPropertyCheckWithNestedArrayIntersection.js | 17 dataType: { property 28 dataType: { property
|
| D | objectLiteralParameterResolution.js | 12 dataType: "json" , property 25 dataType: "json", property
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/java/src/main/java/com/mindspore/ |
| D | MSTensor.java | 70 …public static MSTensor createTensor(String tensorName, int dataType, int[] tensorShape, ByteBuffer… in createTensor() 133 int dataType = this.getDataType(); in getData() local 185 int dataType = this.getDataType(); in getFloatData() local 209 int dataType = this.getDataType(); in getIntData() local 234 int dataType = this.getDataType(); in getLongData() local 443 … private static native long createTensorByNative(String tensorName, int dataType, int[] tesorShape, in createTensorByNative() 446 … private static native long createTensorByObject(String tensorName, int dataType, int[] tesorShape, in createTensorByObject()
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/hccl_adapter/ |
| D | hccl_adapter.cc | 274 HcclResult HcclAdapter::HcclBroadcast(void *buf, uint64_t count, HcclDataType dataType, uint32_t ro… in HcclBroadcast() 279 …t HcclAdapter::HcclAllReduce(void *send_buf, void *recv_buf, uint64_t count, HcclDataType dataType, in HcclAllReduce() 284 …sult HcclAdapter::HcclReduce(void *send_buf, void *recv_buf, uint64_t count, HcclDataType dataType, in HcclReduce() 289 …clAdapter::HcclReduceScatter(void *send_buf, void *recv_buf, uint64_t count, HcclDataType dataType, in HcclReduceScatter() 294 …t HcclAdapter::HcclAllGather(void *send_buf, void *recv_buf, uint64_t count, HcclDataType dataType, in HcclAllGather() 299 HcclResult HcclAdapter::HcclSend(void *send_buf, uint64_t count, HcclDataType dataType, uint32_t de… in HcclSend() 304 HcclResult HcclAdapter::HcclRecv(void *recv_buf, uint64_t count, HcclDataType dataType, uint32_t sr… in HcclRecv() 556 … HcclDataType dataType, aclrtStream stream, HcclComm hccl_comm) const { in HcclAllToAllv() 565 … HcclDataType dataType, aclrtStream stream, HcclComm hccl_comm) const { in HcclAllToAll()
|
| /third_party/vk-gl-cts/modules/gles2/performance/ |
| D | es2pTextureFormatTests.cpp | 54 deUint32 dataType; in init() member 70 deUint32 dataType = texFormats[formatNdx].dataType; in init() local
|
| D | es2pTextureCountTests.cpp | 56 deUint32 dataType; in init() member 71 deUint32 dataType = texFormats[formatNdx].dataType; in init() local
|
| D | es2pTextureFilteringTests.cpp | 54 deUint32 dataType; in init() member 85 deUint32 dataType = texFormats[formatNdx].dataType; in init() local
|
| /third_party/skia/include/core/ |
| D | SkYUVAPixmaps.h | 125 DataType dataType() const { return fDataType; } in dataType() function 222 DataType dataType() const { return fDataType; } in dataType() function 292 constexpr SkColorType SkYUVAPixmapInfo::DefaultColorTypeForDataType(DataType dataType, in DefaultColorTypeForDataType()
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/ |
| D | kernel.c | 24 void RegKernelCreator(int opType, int dataType, KernelCreator creator) { in RegKernelCreator() 48 bool SupportKernelC(int opType, int dataType) { in SupportKernelC()
|
| /third_party/typescript/tests/cases/compiler/ |
| D | excessPropertyCheckWithNestedArrayIntersection.ts | 13 dataType: ValueAndKeyFields & ValueOnlyFields; property
|
| /third_party/skia/src/core/ |
| D | SkYUVAPixmaps.cpp | 120 DataType dataType, in SkYUVAPixmapInfo() 179 SkColorType SkYUVAPixmaps::RecommendedRGBAColorType(DataType dataType) { in RecommendedRGBAColorType() 267 DataType dataType, in SkYUVAPixmaps()
|
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| D | es2fTextureSpecificationTests.cpp | 620 …text& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 fl… in BasicTexImage2DCase() 665 …text& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 fl… in BasicTexImageCubeCase() 717 …text& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 fl… in RandomOrderTexImage2DCase() 769 …text& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 fl… in RandomOrderTexImageCubeCase() 833 …text& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 fl… in TexImage2DAlignCase() 881 …text& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 fl… in TexImageCubeAlignCase() 932 …text& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 fl… in BasicTexSubImage2DCase() 999 …text& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 fl… in BasicTexSubImageCubeCase() 1075 …text& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 fl… in TexSubImage2DEmptyTexCase() 1130 …text& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 fl… in TexSubImageCubeEmptyTexCase() [all …]
|
| D | es2fDefaultVertexAttributeTests.cpp | 198 …const char* desc, const char* funcName, bool normalizing, bool useNegative, glu::DataType dataType) in AttributeCase() 213 AttributeCase* AttributeCase::create (Context& ctx, glu::DataType dataType) in create() 490 glu::DataType dataType; in init() member
|
| D | es2fTextureFormatTests.cpp | 93 …derCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, … in Texture2DFormatCase() 237 …derCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, … in TextureCubeFormatCase() 634 deUint32 dataType; in init() member 650 deUint32 dataType = texFormats[formatNdx].dataType; in init() local
|
| D | es2fTextureSizeTests.cpp | 77 …derCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, … in Texture2DSizeCase() 202 …derCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, … in TextureCubeSizeCase() 375 deUint32 dataType; in init() member
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/mindir/tests/ |
| D | mindir_test.cc | 12 DataType dataType = DATA_TYPE_UINT16; in main() local
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| D | es3fTextureSwizzleTests.cpp | 103 … const char* description, deUint32 internalFormat, deUint32 format, deUint32 dataType, deUint32 sw… in Texture2DSwizzleCase() 241 deUint32 dataType; in init() member 336 deUint32 dataType = formats[fmtNdx].dataType; in init() local
|
| D | es3fTextureSizeTests.cpp | 78 …derCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, … in Texture2DSizeCase() 203 …derCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, … in TextureCubeSizeCase() 376 deUint32 dataType; in init() member
|
| D | es3fDefaultVertexAttributeTests.cpp | 274 …const char* desc, const char* funcName, bool normalizing, bool useNegative, glu::DataType dataType) in AttributeCase() 289 AttributeCase* AttributeCase::create (Context& ctx, glu::DataType dataType) in create() 567 glu::DataType dataType; in init() member
|
| /third_party/vk-gl-cts/modules/gles3/scripts/ |
| D | gen-large-constant-arrays.py | 76 def genArray(dataType, size): argument
|