/aosp_15_r20/external/OpenCL-CTS/test_common/harness/ |
H A D | conversions.cpp | 215 #define SIMPLE_CAST_CASE(inType, outEnum, outType) \ argument 223 #define DOWN_CAST_CASE(inType, outEnum, outType, sat) \ argument 246 #define U_DOWN_CAST_CASE(inType, outEnum, outType, sat) \ argument 278 #define FLOAT_ROUND_TO_NEAREST_CASE(outEnum, outType) \ argument 284 #define FLOAT_ROUND_CASE(outEnum, outType, rounding, sat) \ argument 336 #define DOUBLE_ROUND_CASE(outEnum, outType, rounding, sat) \ argument 395 ExplicitType outType) in convert_explicit_value()
|
H A D | rounding_mode.cpp | 38 RoundingMode set_round(RoundingMode r, Type outType) in set_round() 80 RoundingMode set_round(RoundingMode r, Type outType) in set_round() 120 RoundingMode set_round(RoundingMode r, Type outType) in set_round()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/conversions/ |
H A D | basic_test_conversions.cpp | 363 Type inType, outType; in Run() local 454 const Type &outType, int &testNumber, in TestTypesConversion() 534 int ConversionsTest::DoTest(Type outType, Type inType, SaturationMode sat, in DoTest() 963 Type outType = in CalcReferenceValuesComplete() local 1103 Type outType = info->outType; in PrepareReference() local 1300 cl_program MakeProgram(Type outType, Type inType, SaturationMode sat, in MakeProgram() 1455 int GetTestCase(const char *name, Type *outType, Type *inType, in GetTestCase()
|
H A D | basic_test_conversions.h | 157 Type outType; // the data type of the conversion result member 308 Type outType; member 378 Type outType; member
|
/aosp_15_r20/external/icu/icu4c/source/tools/toolutil/ |
H A D | package.cpp | 686 Package::writePackage(const char *filename, char outType, const char *comment) { in writePackage() 1127 Package::extractItem(const char *filesPath, const char *outName, int32_t idx, char outType) { in extractItem() 1185 Package::extractItem(const char *filesPath, int32_t idx, char outType) { in extractItem() 1190 Package::extractItems(const char *filesPath, const char *pattern, char outType) { in extractItems() 1200 Package::extractItems(const char *filesPath, const Package &listPkg, char outType) { in extractItems()
|
/aosp_15_r20/external/cronet/third_party/icu/source/tools/toolutil/ |
H A D | package.cpp | 686 Package::writePackage(const char *filename, char outType, const char *comment) { in writePackage() 1127 Package::extractItem(const char *filesPath, const char *outName, int32_t idx, char outType) { in extractItem() 1185 Package::extractItem(const char *filesPath, int32_t idx, char outType) { in extractItem() 1190 Package::extractItems(const char *filesPath, const char *pattern, char outType) { in extractItems() 1200 Package::extractItems(const char *filesPath, const Package &listPkg, char outType) { in extractItems()
|
H A D | pkg_icu.cpp | 154 … const char *outComment, const char *sourcePath, const char *addList, Package *pkg, char outType) { in writePackageDatFile()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gles/ |
H A D | test_images_2D.cpp | 41 …ize_t imageWidth, size_t imageHeight, cl_image_format *outFormat, ExplicitType *outType, void **ou… in test_cl_image_read() 122 …ize_t imageWidth, size_t imageHeight, cl_image_format *outFormat, ExplicitType *outType, void **ou… in test_image_read() 378 …ize_t imageWidth, size_t imageHeight, cl_image_format *outFormat, ExplicitType *outType, void **ou… in test_cl_image_write() 470 …ize_t imageWidth, size_t imageHeight, cl_image_format *outFormat, ExplicitType *outType, void **ou… in test_image_write()
|
H A D | test_renderbuffer.cpp | 30 …ize_t imageWidth, size_t imageHeight, cl_image_format *outFormat, ExplicitType *outType, void **ou… in test_attach_renderbuffer_read_image() 205 …ize_t imageWidth, size_t imageHeight, cl_image_format *outFormat, ExplicitType *outType, MTdata d,… in test_attach_renderbuffer_write_to_image()
|
/aosp_15_r20/frameworks/base/tools/aapt/tests/ |
H A D | AaptGroupEntry_test.cpp | 26 String8* outType) { in TestParse() 34 String8* outType) { in TestParse()
|
/aosp_15_r20/external/kotlinpoet/kotlinpoet/src/commonMain/kotlin/com/squareup/kotlinpoet/ |
H A D | WildcardTypeName.kt | 117 val outType = mirror.extendsBound in producerOf() constant
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/ |
D | Elementwise.cpp | 147 #define DEFINE_QUANTIZATION_OP_SIGNATURE(op, ver, outType, ...) \ argument 180 #define DEFINE_CAST_SIGNATURE(ver, outType, ...) \ argument
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/ |
H A D | es31cSampleShadingTests.cpp | 66 std::string const &outType) in specializeVersion() 209 … const char *outType, GLfloat min, GLfloat max, const char *extension, in SampleShadingRenderCase() 506 … const char *outType, GLfloat min, GLfloat max, in SampleShadingRenderFormatTests()
|
/aosp_15_r20/external/deqp/external/openglcts/modules/common/ |
H A D | glcShaderMultisampleInterpolationTests.cpp | 66 … std::string const &sampler = "", std::string const &outType = "", in specializeVersion() 252 …tcu::TextureFormat const &texFormat, const char *sampler, const char *outType, GLfloat min, GLfloa… in ShaderMultisampleInterpolationBaseCase() 641 char const *outType; in init() member
|
H A D | glcSampleVariablesTests.cpp | 66 … std::string const &sampler = "", std::string const &outType = "") in specializeVersion() 209 const char *outType, GLint samples, GLint sampleMask) in SampleShadingMaskCase() 887 char const *outType; in init() member
|
H A D | glcShaderConstExprTests.cpp | 51 glu::DataType outType; member 66 glu::DataType outType; member
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cES31CompatibilitySampleVariablesTests.cpp | 69 … std::string const &sampler = "", std::string const &outType = "") in specializeVersion() 216 const char *outType, GLint samples, GLint sampleMask) in SampleShadingMaskCase() 885 char const *outType; in init() member
|
/aosp_15_r20/external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/ |
H A D | ColorMatrix.cpp | 106 uint32_t outType :4; // [8 - 11] member 236 int outType) { 961 int outType) {
|
/aosp_15_r20/frameworks/rs/toolkit/ |
H A D | ColorMatrix.cpp | 107 uint32_t outType :4; // [8 - 11] member 237 int outType) { 962 int outType) {
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gl/ |
H A D | test_images_read_common.cpp | 224 cl_image_format *outFormat, ExplicitType *outType, in test_cl_image_read() 383 cl_image_format *outFormat, ExplicitType *outType, in test_image_read()
|
H A D | test_renderbuffer.cpp | 71 cl_image_format *outFormat, ExplicitType *outType, void **outResultBuffer) in test_attach_renderbuffer_read_image() 301 cl_image_format *outFormat, ExplicitType *outType, MTdata d, in test_attach_renderbuffer_write_to_image()
|
H A D | test_images_write_common.cpp | 307 ExplicitType *outType, void **outSourceBuffer, MTdata d, in test_cl_image_write() 425 cl_image_format *outFormat, ExplicitType *outType, in test_image_write()
|
/aosp_15_r20/external/skia/src/sksl/ |
H A D | SkSLUtil.cpp | 45 bool type_to_sksltype(const Context& context, const Type& type, SkSLType* outType) { in type_to_sksltype()
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsShaderConstExprTests.hpp | 59 DataType outType; member
|
/aosp_15_r20/external/deqp/modules/gles3/scripts/ |
H A D | gen-large-constant-arrays.py | 105 outType = outputs[0].typeString() variable
|