Home
last modified time | relevance | path

Searched defs:outputType (Results 1 – 25 of 91) sorted by relevance

1234

/external/llvm-project/mlir/lib/Dialect/Tosa/IR/
DTosaOps.cpp150 Type outputType, Value input, Value weight, in buildConvOpWithQuantInfo()
172 Type outputType, Value input, Value weight, in buildTransConvOpWithQuantInfo()
194 Type outputType, Value input, Value weight, in buildFCOpWithQuantInfo()
213 OperationState &result, Type outputType, in buildMatMulOpWithQuantInfo()
252 Type outputType, Value input, in buildAvgPool2dOpWithQuantInfo()
269 OperationState &result, Type outputType, in buildUnaryOpWithQuantInfo()
282 Type outputType, Value input, in buildPadOpWithQuantInfo()
/external/angle/src/compiler/translator/
DTextureFunctionHLSL.cpp231 ShShaderOutput outputType) in GetHLSLCoordCount()
280 const ShShaderOutput outputType) in OutputTextureFunctionArgumentList()
460 const ShShaderOutput outputType, in GetTextureReference()
605 const ShShaderOutput outputType, in OutputIntegerTextureSampleFunctionComputations()
933 ShShaderOutput outputType, in OutputTextureGatherFunctionBody()
1000 const ShShaderOutput outputType, in OutputTextureSampleFunctionReturnStatement()
1511 const ShShaderOutput outputType, in textureFunctionHeader()
DblocklayoutHLSL.cpp119 ShShaderOutput outputType) in GetStrategyFor()
158 unsigned int HLSLVariableRegisterCount(const ShaderVariable &variable, ShShaderOutput outputType) in HLSLVariableRegisterCount()
/external/llvm-project/mlir/lib/Dialect/Tosa/Transforms/
DTosaMakeBroadcastable.cpp111 RankedTensorType outputType, Value input1, in reshapeLowerToHigher()
175 auto outputType = output.getType().cast<RankedTensorType>(); in matchAndRewrite() local
202 auto outputType = output.getType().cast<RankedTensorType>(); in matchAndRewrite() local
231 auto outputType = output.getType().dyn_cast<RankedTensorType>(); in matchAndRewrite() local
/external/OpenCL-CTS/test_conformance/images/clFillImage/
Dtest_fill_1D.cpp23 …xt context, cl_command_queue queue, image_descriptor *imageInfo, ExplicitType outputType, MTdata d… in test_fill_image_size_1D()
61 …ice, cl_context context, cl_command_queue queue, cl_image_format *format, ExplicitType outputType ) in test_fill_image_set_1D()
Dtest_fill_1D_array.cpp23 …xt context, cl_command_queue queue, image_descriptor *imageInfo, ExplicitType outputType, MTdata d… in test_fill_image_size_1D_array()
63 …ice, cl_context context, cl_command_queue queue, cl_image_format *format, ExplicitType outputType ) in test_fill_image_set_1D_array()
Dtest_fill_2D.cpp23 …xt context, cl_command_queue queue, image_descriptor *imageInfo, ExplicitType outputType, MTdata d… in test_fill_image_size_2D()
63 …ice, cl_context context, cl_command_queue queue, cl_image_format *format, ExplicitType outputType ) in test_fill_image_set_2D()
Dtest_fill_3D.cpp23 …xt context, cl_command_queue queue, image_descriptor *imageInfo, ExplicitType outputType, MTdata d… in test_fill_image_3D()
65 …ice, cl_context context, cl_command_queue queue, cl_image_format *format, ExplicitType outputType ) in test_fill_image_set_3D()
Dtest_fill_2D_array.cpp23 …xt context, cl_command_queue queue, image_descriptor *imageInfo, ExplicitType outputType, MTdata d… in test_fill_image_2D_array()
65 …ice, cl_context context, cl_command_queue queue, cl_image_format *format, ExplicitType outputType ) in test_fill_image_set_2D_array()
/external/OpenCL-CTS/test_conformance/images/samplerlessReads/
Dtest_loops.cpp57 ExplicitType outputType, cl_mem_object_type imageType) in test_read_image_type()
103 ExplicitType outputType, in test_read_image_formats()
Dtest_read_1D.cpp57 ExplicitType outputType, MTdata d ) in test_read_image_1D()
184 ExplicitType outputType) in test_read_image_set_1D()
Dtest_iterations.cpp59 ExplicitType outputType, MTdata d ) in test_read_image_2D()
183 ExplicitType outputType) in test_read_image_set_2D()
Dtest_read_1D_buffer.cpp42 ExplicitType outputType, MTdata d ) in test_read_image_1D_buffer()
167 ExplicitType outputType) in test_read_image_set_1D_buffer()
Dtest_read_1D_array.cpp59 ExplicitType outputType, MTdata d ) in test_read_image_1D_array()
182 ExplicitType outputType) in test_read_image_set_1D_array()
Dtest_read_3D.cpp52 ExplicitType outputType, MTdata d ) in test_read_image_3D()
171 ExplicitType outputType) in test_read_image_set_3D()
Dtest_read_2D_array.cpp53 ExplicitType outputType, MTdata d ) in test_read_image_2D_array()
168 ExplicitType outputType) in test_read_image_set_2D_array()
/external/deqp/modules/gles3/functional/
Des3fFboTestUtil.cpp77 FlatColorShader::FlatColorShader (glu::DataType outputType) in FlatColorShader()
151 GradientShader::GradientShader (glu::DataType outputType) in GradientShader()
234 …c string genTexFragmentShader (const vector<glu::DataType>& samplerTypes, glu::DataType outputType) in genTexFragmentShader()
273 …ProgramDeclaration genTexture2DShaderDecl (const DataTypes& samplerTypes, glu::DataType outputType) in genTexture2DShaderDecl()
307 Texture2DShader::Texture2DShader (const DataTypes& samplerTypes, glu::DataType outputType, const Ve… in Texture2DShader()
422 TextureCubeShader::TextureCubeShader (glu::DataType samplerType, glu::DataType outputType) in TextureCubeShader()
560 Texture2DArrayShader::Texture2DArrayShader (glu::DataType samplerType, glu::DataType outputType) in Texture2DArrayShader()
668 Texture3DShader::Texture3DShader (glu::DataType samplerType, glu::DataType outputType) in Texture3DShader()
776 DepthGradientShader::DepthGradientShader (glu::DataType outputType) in DepthGradientShader()
/external/skqp/modules/pathkit/tests/
DtestReporter.js6 function reportCanvas(canvas, testname, outputType='canvas') { argument
76 function _report(data, outputType, testname) { argument
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/
Dtest_loops.cpp56 ExplicitType outputType, cl_mem_object_type imageType) in test_read_image_type()
171 ExplicitType outputType, in test_read_image_formats()
/external/skia/modules/canvaskit/tests/
DtestReporter.js6 function reportCanvas(canvas, testname, outputType='canvas') { argument
76 function _report(data, outputType, testname) { argument
/external/skia/modules/pathkit/tests/
DtestReporter.js6 function reportCanvas(canvas, testname, outputType='canvas') { argument
76 function _report(data, outputType, testname) { argument
/external/deqp/framework/referencerenderer/
DrrShaders.cpp30 …ze_t numVaryingOutputs, GeometryShaderInputType inputType, GeometryShaderOutputType outputType, si… in GeometryShader()
/external/llvm-project/mlir/test/lib/Dialect/Tosa/
DTosaTestPasses.cpp51 auto outputType = in matchAndRewrite() local
129 auto outputType = in matchAndRewrite() local
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/task/vision/segmenter/
DSegmentation.java64 OutputType outputType, List<TensorImage> masks, List<ColoredLabel> coloredLabels) { in create()
/external/deqp/modules/gles31/functional/
Des31fFboTestUtil.cpp77 …c string genTexFragmentShader (const vector<glu::DataType>& samplerTypes, glu::DataType outputType) in genTexFragmentShader()
116 …ProgramDeclaration genTexture2DShaderDecl (const DataTypes& samplerTypes, glu::DataType outputType) in genTexture2DShaderDecl()
150 Texture2DShader::Texture2DShader (const DataTypes& samplerTypes, glu::DataType outputType, const Ve… in Texture2DShader()
265 TextureCubeArrayShader::TextureCubeArrayShader (glu::DataType samplerType, glu::DataType outputType in TextureCubeArrayShader()

1234