/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()
|
D | gluTextureUtil.cpp | 396 static tcu::TextureFormat::ChannelType mapGLChannelType (deUint32 dataType, bool normalized) in mapGLChannelType() 438 tcu::TextureFormat mapGLTransferFormat (deUint32 format, deUint32 dataType) in mapGLTransferFormat()
|
/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/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/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/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/typescript/tests/cases/compiler/ |
D | excessPropertyCheckWithNestedArrayIntersection.ts | 13 dataType: ValueAndKeyFields & ValueOnlyFields; property
|
/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/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 | 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
|
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
|
/third_party/vk-gl-cts/modules/gles3/scripts/ |
D | gen-large-constant-arrays.py | 76 def genArray(dataType, size): argument
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fTextureFormatTests.cpp | 126 …txInfo, const char* name, const char* description, deUint32 format, deUint32 dataType, int size, i… in TextureCubeArrayFormatCase() 443 deUint32 dataType; in init() member 459 deUint32 dataType = texFormats[formatNdx].dataType; in init() local
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
D | sglrContext.cpp | 45 deUint32 dataType = GL_NONE; in texImage2D() local
|
/third_party/protobuf/objectivec/ |
D | GPBDescriptor_PackagePrivate.h | 109 GPBDataType dataType; member 159 GPBDataType dataType; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderDerivateTests.cpp | 340 glu::DataType dataType, in verifyConstantDerivate() 404 glu::DataType dataType, in reverifyConstantDerivateWithFlushRelaxations() 539 glu::DataType dataType; member 1561 glu::DataType dataType; member 1884 …const glu::DataType dataType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOA… in init() local 1901 …const glu::DataType dataType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT; in init() local 1931 …const glu::DataType dataType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT; in init() local 1961 …const glu::DataType dataType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT; in init() local
|