Home
last modified time | relevance | path

Searched refs:dataType (Results 226 - 250 of 297) sorted by relevance

12345678910>>...12

/test/xts/acts/ai/nncore/opstest/src/
H A Dreducel2_test.cpp428 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 Drange_test.cpp408 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 Dreducemin_test.cpp408 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 Dreducemax_test.cpp408 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 Dclip_test.cpp400 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 DvktSpvAsm64bitCompareTests.cpp203 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 DvktSpvAsm16bitStorageTests.cpp148 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 DvktSpvAsm64bitCompareTests.cpp203 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 DvktSpvAsm16bitStorageTests.cpp148 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 Dtexgetimage.c580 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 Des3fFboInvalidateTests.cpp593 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 Des3fTextureUnitTests.cpp1076 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 DInitialize.cpp6556 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 Dlcdkit_parse_config.c62 tmpCmd->dataType = tmpArray[DATA_TYPE]; in ParseDsiCmd()
/kernel/linux/linux-5.10/include/linux/netfilter/
H A Dnf_conntrack_h323_types.h183 DataType dataType; member
/kernel/linux/linux-6.6/include/linux/netfilter/
H A Dnf_conntrack_h323_types.h183 DataType dataType; member
/test/xts/dcts/communication/softbus_standard/common/
H A Dsocket_common.c178 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 DglcGLSLVectorConstructorTests.cpp500 gl.readPixels(0, 0, RENDERTARGET_WIDTH, RENDERTARGET_HEIGHT, transferFormat.format, transferFormat.dataType, fbData.data()); in iterate()
H A DglcShaderLibrary.cpp177 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 DSkImage_GpuYUVA.cpp293 SkYUVAPixmapInfo newPixmapInfo(newInfo, pixmaps.dataType(), /*row bytes*/ nullptr); in MakeFromYUVAPixmaps()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderMiscTests.cpp2977 , 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 DvktMeshShaderMiscTests.cpp2977 , 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 Dglxext.h257 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 Dwglext.h321 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 Dglxext.h238 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);

Completed in 84 milliseconds

12345678910>>...12