/test/xts/acts/ai/nncore/opstest/src/ |
H A D | reducel2_test.cpp | 428 operandTem.dataType, operandTem.format);
in HWTEST_F() 464 operandTem.dataType, operandTem.format);
in HWTEST_F() 499 operandTem.dataType, operandTem.format);
in HWTEST_F()
|
H A D | range_test.cpp | 408 operandTem.dataType, operandTem.format);
in HWTEST_F() 444 operandTem.dataType, operandTem.format);
in HWTEST_F() 479 operandTem.dataType, operandTem.format);
in HWTEST_F()
|
H A D | reducemin_test.cpp | 408 operandTem.dataType, operandTem.format);
in HWTEST_F() 444 operandTem.dataType, operandTem.format);
in HWTEST_F() 479 operandTem.dataType, operandTem.format);
in HWTEST_F()
|
H A D | reducemax_test.cpp | 408 operandTem.dataType, operandTem.format);
in HWTEST_F() 444 operandTem.dataType, operandTem.format);
in HWTEST_F() 479 operandTem.dataType, operandTem.format);
in HWTEST_F()
|
H A D | clip_test.cpp | 400 operandTem.dataType, operandTem.format);
in HWTEST_F() 436 operandTem.dataType, operandTem.format);
in HWTEST_F() 471 operandTem.dataType, operandTem.format);
in HWTEST_F()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsm64bitCompareTests.cpp | 203 DataType dataType; member 1723 replacements["ITERS"] = de::toString((m_params.dataType == DATA_TYPE_SINGLE) ? m_params.operands.size() : m_params.operands.size() / 4); in initPrograms() 1739 programCollection.spirvAsmSources.add(sourceNames.find(m_params.stage)->second) << SpirvTemplateManager::getTemplate(m_params.dataType, m_params.stage).specialize(replacements); in initPrograms()
|
H A D | vktSpvAsm16bitStorageTests.cpp | 148 TestDefDataType dataType; member 3986 switch(def.dataType) in addShaderCode16BitStorageInputOutput16To16x2() 4209 TestDefDataType dataType; in addGraphics16BitStorageInputOutputFloat16To16x2Group() member 4242 TestDefinition testDef = {instanceContext, cases[caseIdx].dataType}; in addGraphics16BitStorageInputOutputFloat16To16x2Group() 4282 TestDefDataType dataType; in addGraphics16BitStorageInputOutputInt16To16x2Group() member 4317 TestDefinition testDef = {instanceContext, cases[caseIdx].dataType}; in addGraphics16BitStorageInputOutputInt16To16x2Group() 8242 DataType dataType; in addCompute16bitStorageUniform16To64Group() member 8335 if (cTypes[tyIdx].dataType == SCALAR || cTypes[tyIdx].dataType == MAT2X2) in addCompute16bitStorageUniform16To64Group() 8337 DE_ASSERT(cTypes[tyIdx].dataType ! in addCompute16bitStorageUniform16To64Group() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsm64bitCompareTests.cpp | 203 DataType dataType; member 1723 replacements["ITERS"] = de::toString((m_params.dataType == DATA_TYPE_SINGLE) ? m_params.operands.size() : m_params.operands.size() / 4); in initPrograms() 1739 programCollection.spirvAsmSources.add(sourceNames.find(m_params.stage)->second) << SpirvTemplateManager::getTemplate(m_params.dataType, m_params.stage).specialize(replacements); in initPrograms()
|
H A D | vktSpvAsm16bitStorageTests.cpp | 148 TestDefDataType dataType; member 3982 switch(def.dataType) in addShaderCode16BitStorageInputOutput16To16x2() 4205 TestDefDataType dataType; in addGraphics16BitStorageInputOutputFloat16To16x2Group() member 4238 TestDefinition testDef = {instanceContext, cases[caseIdx].dataType}; in addGraphics16BitStorageInputOutputFloat16To16x2Group() 4279 TestDefDataType dataType; in addGraphics16BitStorageInputOutputInt16To16x2Group() member 4314 TestDefinition testDef = {instanceContext, cases[caseIdx].dataType}; in addGraphics16BitStorageInputOutputInt16To16x2Group() 8238 DataType dataType; in addCompute16bitStorageUniform16To64Group() member 8331 if (cTypes[tyIdx].dataType == SCALAR || cTypes[tyIdx].dataType == MAT2X2) in addCompute16bitStorageUniform16To64Group() 8333 DE_ASSERT(cTypes[tyIdx].dataType ! in addCompute16bitStorageUniform16To64Group() [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | texgetimage.c | 580 const GLenum dataType = _mesa_get_format_datatype(texImage->TexFormat); in get_tex_rgba() local 588 if (dataType == GL_FLOAT || in get_tex_rgba() 589 dataType == GL_HALF_FLOAT || in get_tex_rgba() 590 dataType == GL_SIGNED_NORMALIZED || in get_tex_rgba()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFboInvalidateTests.cpp | 593 glTexImage2D (GL_TEXTURE_2D, 0, m_colorFmt, getWidth(), getHeight(), 0, transferFmt.format, transferFmt.dataType, DE_NULL); in render() 603 glTexImage2D (GL_TEXTURE_2D, 0, m_depthStencilFmt, getWidth(), getHeight(), 0, transferFmt.format, transferFmt.dataType, DE_NULL); in render() 957 glTexImage2D (GL_TEXTURE_2D, 0, m_colorFmt, getWidth(), getHeight(), 0, transferFmt.format, transferFmt.dataType, DE_NULL); in render() 968 glTexImage2D (GL_TEXTURE_2D, 0, m_depthStencilFmt, getWidth(), getHeight(), 0, transferFmt.format, transferFmt.dataType, DE_NULL); in render()
|
H A D | es3fTextureUnitTests.cpp | 1076 context.texImage2D(GL_TEXTURE_2D, levelNdx, m_textureParams[texNdx].internalFormat, width, height, 0 /* border */, formatGl.format, formatGl.dataType, access.getDataPtr()); in upload2dTexture() 1102 context.texImage2D(s_cubeFaceTargets[face], levelNdx, m_textureParams[texNdx].internalFormat, width, height, 0 /* border */, formatGl.format, formatGl.dataType, access.getDataPtr()); in uploadCubeTexture() 1129 context.texImage3D(GL_TEXTURE_2D_ARRAY, levelNdx, m_textureParams[texNdx].internalFormat, width, height, layers, 0 /* border */, formatGl.format, formatGl.dataType, access.getDataPtr()); in upload2dArrayTexture() 1155 context.texImage3D(GL_TEXTURE_3D, levelNdx, m_textureParams[texNdx].internalFormat, width, height, depth, 0 /* border */, formatGl.format, formatGl.dataType, access.getDataPtr()); in upload3dTexture()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | Initialize.cpp | 6556 const char* dataType; in addImageFunctions() local 6558 case(EbtInt): dataType = "highp int"; break; in addImageFunctions() 6559 case(EbtUint): dataType = "highp uint"; break; in addImageFunctions() 6560 case(EbtInt64): dataType = "highp int64_t"; break; in addImageFunctions() 6561 case(EbtUint64): dataType = "highp uint64_t"; break; in addImageFunctions() 6562 default: dataType = ""; in addImageFunctions() 6580 commonBuiltins.append(dataType); in addImageFunctions() 6584 commonBuiltins.append(dataType); in addImageFunctions() 6591 commonBuiltins.append(dataType); in addImageFunctions() 6595 commonBuiltins.append(dataType); in addImageFunctions() [all...] |
/drivers/hdf_core/framework/model/display/driver/lcdkit/ |
H A D | lcdkit_parse_config.c | 62 tmpCmd->dataType = tmpArray[DATA_TYPE]; in ParseDsiCmd()
|
/kernel/linux/linux-5.10/include/linux/netfilter/ |
H A D | nf_conntrack_h323_types.h | 183 DataType dataType; member
|
/kernel/linux/linux-6.6/include/linux/netfilter/ |
H A D | nf_conntrack_h323_types.h | 183 DataType dataType; member
|
/test/xts/dcts/communication/softbus_standard/common/ |
H A D | socket_common.c | 178 LOG("[cb][Ctrl]OnBind success {socket:%d, name:%s, deviceId:%s, pkgName:%s, dataType:%d}", socket,
in OnBindData() 179 info.name, info.networkId, info.pkgName, info.dataType);
in OnBindData()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcGLSLVectorConstructorTests.cpp | 500 gl.readPixels(0, 0, RENDERTARGET_WIDTH, RENDERTARGET_HEIGHT, transferFormat.format, transferFormat.dataType, fbData.data()); in iterate()
|
H A D | glcShaderLibrary.cpp | 177 void parseValueElement(DataType dataType, ShaderCase::Value& result); 823 result.dataType = mapDataTypeToken(m_curToken); in parseValue() 824 if (result.dataType == TYPE_INVALID) in parseValue() 851 parseValueElement(result.dataType, result); in parseValue() 869 parseValueElement(result.dataType, result); in parseValue()
|
/third_party/skia/src/image/ |
H A D | SkImage_GpuYUVA.cpp | 293 SkYUVAPixmapInfo newPixmapInfo(newInfo, pixmaps.dataType(), /*row bytes*/ nullptr); in MakeFromYUVAPixmaps()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderMiscTests.cpp | 2977 , dataType (dataType_) in IfaceVar() 2983 DE_ASSERT(!(dataType == DataType::INTEGER && interpolation == Interpolation::NORMAL)); in IfaceVar() 2985 DE_ASSERT(!(dataType == DataType::FLOAT && bitWidth == BitWidth::B64 && interpolation == Interpolation::NORMAL)); in IfaceVar() 2993 , dataType (DataType::FLOAT) 3002 DataType dataType; 3016 << ((dataType == DataType::INTEGER) ? "i" : "f") << static_cast<int>(bitWidth) 3035 const auto shortTypeStr = ((dataType == DataType::INTEGER) ? "i" : "f"); 3036 const auto typeStr = ((dataType == DataType::INTEGER) ? "int" : "float");
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderMiscTests.cpp | 2977 , dataType (dataType_) in IfaceVar() 2983 DE_ASSERT(!(dataType == DataType::INTEGER && interpolation == Interpolation::NORMAL)); in IfaceVar() 2985 DE_ASSERT(!(dataType == DataType::FLOAT && bitWidth == BitWidth::B64 && interpolation == Interpolation::NORMAL)); in IfaceVar() 2993 , dataType (DataType::FLOAT) 3002 DataType dataType; 3016 << ((dataType == DataType::INTEGER) ? "i" : "f") << static_cast<int>(bitWidth) 3035 const auto shortTypeStr = ((dataType == DataType::INTEGER) ? "i" : "f"); 3036 const auto typeStr = ((dataType == DataType::INTEGER) ? "int" : "float");
|
/third_party/mesa3d/include/GL/ |
H A D | glxext.h | 257 typedef int ( *PFNGLXGETGPUINFOAMDPROC) (unsigned int id, int property, GLenum dataType, unsigned int size, void *data); 267 int glXGetGPUInfoAMD (unsigned int id, int property, GLenum dataType, unsigned int size, void *data);
|
H A D | wglext.h | 321 typedef INT (WINAPI * PFNWGLGETGPUINFOAMDPROC) (UINT id, INT property, GLenum dataType, UINT size, void *data); 331 INT WINAPI wglGetGPUInfoAMD (UINT id, INT property, GLenum dataType, UINT size, void *data);
|
/third_party/openGLES/api/GL/ |
H A D | glxext.h | 238 typedef int ( *PFNGLXGETGPUINFOAMDPROC) (unsigned int id, int property, GLenum dataType, unsigned int size, void *data); 248 int glXGetGPUInfoAMD (unsigned int id, int property, GLenum dataType, unsigned int size, void *data);
|