/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcLayoutLocationTests.cpp | 65 template <typename DATA_TYPE> 66 std::vector<DATA_TYPE> generateData(std::size_t width, std::size_t height, std::size_t components) in generateData() 70 std::vector<DATA_TYPE> data(size, 0); in generateData() 72 data[i] = static_cast<DATA_TYPE>(255); in generateData() 92 template <typename DATA_TYPE> 96 std::vector<DATA_TYPE> data = generateData<DATA_TYPE>(WIDTH, 1, components); in createTexture1D() 106 template <typename DATA_TYPE> 110 std::vector<DATA_TYPE> data = generateData<DATA_TYPE>(WIDT in createTexture2D() [all...] |
/third_party/ffmpeg/tests/checkasm/ |
H A D | av_tx.c | 56 #define CHECK_TEMPLATE(PREFIX, TYPE, DATA_TYPE, SCALE, LENGTHS, CHECK_EXPRESSION) \ 79 call_ref(tx_ref, out_ref, in, sizeof(DATA_TYPE)); \ 80 call_new(tx, out_new, in, sizeof(DATA_TYPE)); \ 86 bench_new(tx, out_new, in, sizeof(DATA_TYPE)); \
|
/third_party/icu/icu4c/source/samples/udata/ |
H A D | writer.c | 43 #define DATA_TYPE "dat" macro 80 pData=udata_create(currdir, DATA_TYPE, DATA_NAME, &dataInfo, in main()
|
H A D | reader.c | 41 #define DATA_TYPE "dat" macro 102 result=udata_openChoice(curPathBuffer, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &status); in main()
|
/third_party/skia/third_party/externals/icu/source/samples/udata/ |
H A D | writer.c | 43 #define DATA_TYPE "dat" macro 80 pData=udata_create(currdir, DATA_TYPE, DATA_NAME, &dataInfo, in main()
|
H A D | reader.c | 41 #define DATA_TYPE "dat" macro 102 result=udata_openChoice(curPathBuffer, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &status); in main()
|
/third_party/icu/icu4c/source/tools/gentest/ |
H A D | gentest.c | 35 #define DATA_TYPE "icu" macro 81 "\tcreate the test file " DATA_NAME "." DATA_TYPE " unless the -r option is given.\n" in main() 112 pData=udata_create(outputDirectory, DATA_TYPE, DATA_NAME, &dataInfo, in createData()
|
/third_party/skia/third_party/externals/icu/source/tools/gentest/ |
H A D | gentest.c | 35 #define DATA_TYPE "icu" macro 81 "\tcreate the test file " DATA_NAME "." DATA_TYPE " unless the -r option is given.\n" in main() 112 pData=udata_create(outputDirectory, DATA_TYPE, DATA_NAME, &dataInfo, in createData()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingDataSpillTests.cpp | 1431 #define GEN_SCALAR_FILL(DATA_TYPE) \ 1433 const auto inputBufferValue = static_cast<DATA_TYPE>(37.0); \ 1438 #define GEN_V2_FILL(DATA_TYPE) \ 1440 DATA_TYPE inputBufferValue; \ 1441 inputBufferValue.x() = static_cast<DATA_TYPE::Element>(21.0); \ 1442 inputBufferValue.y() = static_cast<DATA_TYPE::Element>(16.0); \ 1446 #define GEN_V3_FILL(DATA_TYPE) \ 1448 DATA_TYPE inputBufferValue; \ 1449 inputBufferValue.x() = static_cast<DATA_TYPE::Element>(11.0); \ 1450 inputBufferValue.y() = static_cast<DATA_TYPE [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingDataSpillTests.cpp | 1431 #define GEN_SCALAR_FILL(DATA_TYPE) \ 1433 const auto inputBufferValue = static_cast<DATA_TYPE>(37.0); \ 1438 #define GEN_V2_FILL(DATA_TYPE) \ 1440 DATA_TYPE inputBufferValue; \ 1441 inputBufferValue.x() = static_cast<DATA_TYPE::Element>(21.0); \ 1442 inputBufferValue.y() = static_cast<DATA_TYPE::Element>(16.0); \ 1446 #define GEN_V3_FILL(DATA_TYPE) \ 1448 DATA_TYPE inputBufferValue; \ 1449 inputBufferValue.x() = static_cast<DATA_TYPE::Element>(11.0); \ 1450 inputBufferValue.y() = static_cast<DATA_TYPE [all...] |
/third_party/mesa3d/src/compiler/glsl/tests/ |
H A D | sampler_types_test.cpp | 39 #define T(TYPE, DIM, DATA_TYPE, ARR, SHAD, COMPS) \ 45 EXPECT_EQ(DATA_TYPE, type->sampled_type); \
|
/third_party/icu/icu4c/source/tools/gensprep/ |
H A D | gensprep.h | 27 #define DATA_TYPE "spp" macro
|
H A D | gensprep.c | 107 "create a binary file [package-name]_[bundle-name]." DATA_TYPE " with the StringPrep profile data\n" in printHelp() 200 "gensprep writes dummy " U_ICUDATA_NAME "_" DATA_NAME "." DATA_TYPE in main()
|
H A D | store.c | 582 printf("size of " U_ICUDATA_NAME "_%s." DATA_TYPE " contents: %ld bytes\n", bundleName,(long)size); in generateData() 593 pData=udata_create(dataDir, DATA_TYPE, fileName, &dataInfo, in generateData()
|
/third_party/skia/third_party/externals/icu/source/tools/gensprep/ |
H A D | gensprep.h | 27 #define DATA_TYPE "spp" macro
|
H A D | gensprep.c | 106 "create a binary file [package-name]_[bundle-name]." DATA_TYPE " with the StringPrep profile data\n" in printHelp() 199 "gensprep writes dummy " U_ICUDATA_NAME "_" DATA_NAME "." DATA_TYPE in main()
|
H A D | store.c | 581 printf("size of " U_ICUDATA_NAME "_%s." DATA_TYPE " contents: %ld bytes\n", bundleName,(long)size); in generateData() 592 pData=udata_create(dataDir, DATA_TYPE, fileName, &dataInfo, in generateData()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | UBiDiProps.java | 263 private static final String DATA_TYPE="icu"; field in UBiDiProps 264 private static final String DATA_FILE_NAME=DATA_NAME+"."+DATA_TYPE;
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | UBiDiProps.java | 267 private static final String DATA_TYPE="icu"; field in UBiDiProps 268 private static final String DATA_FILE_NAME=DATA_NAME+"."+DATA_TYPE;
|
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
H A D | UConverterSharedData.java | 215 static final String DATA_TYPE = "cnv"; 283 //agljport:fix data = udata_openChoice(pArgs.pkgArray, DATA_TYPE.getBytes(), pArgs.name, isCnvAcceptable, null, err); 411 static final String DATA_TYPE = "cnv"; field in UConverterSharedData
|
H A D | UConverterConstants.java | 154 static final String DATA_TYPE = "cnv"; field
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | pkg_gencmn.cpp | 26 #define DATA_TYPE "dat" macro 147 type = DATA_TYPE; in createCommonDataFile()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | pkg_gencmn.cpp | 26 #define DATA_TYPE "dat" macro 147 type = DATA_TYPE; in createCommonDataFile()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | pkg_gencmn.cpp | 26 #define DATA_TYPE "dat" macro 147 type = DATA_TYPE; in createCommonDataFile()
|
/third_party/icu/icu4c/source/tools/gencnval/ |
H A D | gencnval.c | 74 #define DATA_TYPE "icu" /* ICU alias table */ macro 248 "\tread convrtrs.txt and create " U_ICUDATA_NAME "_" DATA_NAME "." DATA_TYPE "\n" in main() 303 out=udata_create(options[DESTDIR].value, DATA_TYPE, DATA_NAME, &dataInfo, in main()
|