/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_performance_query.c | 179 struct intel_perf_query_result results; in iris_get_perf_counter_info() local
|
/third_party/protobuf/benchmarks/php/ |
H A D | PhpBenchmark.php | 132 $results = array(); variable
|
/third_party/protobuf/benchmarks/python/ |
H A D | py_benchmark.py | 145 results = [] variable in Benchmark
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmWorkgroupMemoryTests.cpp | 66 const deUint16* results = reinterpret_cast<const deUint16*>(outputAllocs.front()->getHostPtr()); in checkResultsFloat16() local 95 const deUint32* results = reinterpret_cast<const deUint32*>(outputAllocs.front()->getHostPtr()); in checkResultsFloat32() local 131 const deUint64* results = reinterpret_cast<const deUint64*>(outputAllocs.front()->getHostPtr()); in checkResultsFloat64() local
|
/third_party/vk-gl-cts/external/amber/src/src/amberscript/ |
H A D | parser_buffer_test.cc | 76 std::vector<uint32_t> results = {1, 2, 3, 4, 55, 99, 1234}; in TEST_F() local 109 std::vector<uint32_t> results = {1, 2, 3, 4, 55, 99, 1234}; in TEST_F() local 142 std::vector<float> results = {1.f, 2.f, 3.f, 4.f}; in TEST_F() local 175 std::vector<float> results = {1.f, 2.f, 0.f, 0.f, 3.f, 4.f, 0.f, 0.f}; TEST_F() local 207 std::vector<uint32_t> results = {1, 2, 3, 4, 55, 99, 1234}; TEST_F() local 239 std::vector<uint32_t> results = {1, 0, 0, 0, 2, 0, 0, 0, 3, 0, TEST_F() local 273 std::vector<uint32_t> results = {1, 2, 3, 4, 55, 99, 1234}; TEST_F() local 302 std::vector<uint32_t> results = {1, 2, 3, 4}; TEST_F() local 331 std::vector<float> results = {1, 2, 3, 4}; TEST_F() local 360 std::vector<uint32_t> results = {5, 5, 5, 5, 5}; TEST_F() local 389 std::vector<float> results = {5.2f, 5.2f, 5.2f, 5.2f, 5.2f}; TEST_F() local 419 std::vector<uint8_t> results = {2, 3, 4, 5, 6}; TEST_F() local 450 std::vector<float> results = {2.2f, 3.3f, 4.4f, 5.5f, 6.6f}; TEST_F() local [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | MultisampleCompatibilityTest.cpp | 186 std::unique_ptr<uint8_t[]> results[3]; in TEST_P() local 242 std::unique_ptr<uint8_t[]> results[3]; in TEST_P() local [all...] |
H A D | FramebufferMixedSamplesTest.cpp | 192 std::unique_ptr<uint8_t[]> results[3]; in TEST_P() local 237 std::unique_ptr<uint8_t[]> results[3]; in TEST_P() local [all...] |
/third_party/skia/src/core/ |
H A D | SkPathEffect.cpp | 36 bool SkPathEffectBase::asPoints(PointData* results, const SkPath& src, in asPoints() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
H A D | astc_integer_sequence.cpp | 245 uint8_t results[68]; in decode_ise() local [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | numrange_fluent.cpp | 295 auto results = new UFormattedNumberRangeData(); in formatFormattableRange() local 322 formatImpl( UFormattedNumberRangeData& results, bool equalBeforeRounding, UErrorCode& status) const formatImpl() argument [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | randen_benchmarks.cc | 94 void Print(const char* name, const size_t n, const Result (&results)[N], in Print() argument 130 Result results[N]; in Measure() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/ |
H A D | conformance_testing_helpers.h | 277 const std::initializer_list<bool> results = { in ForEachParameter() local
|
/third_party/skia/buildtools/checkdeps/ |
H A D | checkdeps_test.py | 15 import results namespace
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fNegativeTestShared.cpp | 50 NegativeTestContext(ErrorCase& host, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, tcu::TestLog& log, tcu::ResultCollector& results, bool enableLogging_) NegativeTestContext() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmWorkgroupMemoryTests.cpp | 66 const deUint16* results = reinterpret_cast<const deUint16*>(outputAllocs.front()->getHostPtr()); in checkResultsFloat16() local 95 const deUint32* results = reinterpret_cast<const deUint32*>(outputAllocs.front()->getHostPtr()); in checkResultsFloat32() local 131 const deUint64* results = reinterpret_cast<const deUint64*>(outputAllocs.front()->getHostPtr()); in checkResultsFloat64() local
|
/third_party/gn/src/gn/ |
H A D | command_refs.cc | 190 TargetSet results; in DoAllListOutput() local 109 RecursiveCollectRefs(const DepMap& dep_map, const Target* target, TargetSet* results) RecursiveCollectRefs() argument 118 RecursiveCollectChildRefs(const DepMap& dep_map, const Target* target, TargetSet* results) RecursiveCollectChildRefs() argument 209 TargetSet results; DoDirectListOutput() local [all...] |
/third_party/benchmark/src/ |
H A D | benchmark_runner.cc | 71 CreateRunReport( const benchmark::internal::BenchmarkInstance& b, const internal::ThreadManager::Result& results, IterationCount memory_iterations, const MemoryManager::Result* memory_result, double seconds, int64_t repetition_index, int64_t repeats) CreateRunReport() argument 137 internal::ThreadManager::Result& results = manager->results; RunInThread() local [all...] |
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | reldatefmt.h | 321 explicit FormattedRelativeDateTime(FormattedRelativeDateTimeData *results) in FormattedRelativeDateTime() argument
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | GatherAPIData.java | 74 TreeSet results; field in GatherAPIData
|
H A D | GatherAPIDataOld.java | 73 TreeSet results; field in GatherAPIDataOld
|
/third_party/icu/icu4c/source/i18n/ |
H A D | number_formatimpl.cpp | 32 int32_t NumberFormatterImpl::formatStatic(const MacroProps ¯os, UFormattedNumberData *results, in formatStatic() argument 58 int32_t NumberFormatterImpl::format(UFormattedNumberData *results, UErrorCode &status) const { in format() argument [all...] |
/third_party/libwebsockets/lib/cose/ |
H A D | private-lib-cose.h | 79 lws_dll2_owner_t results; member
|
/third_party/libwebsockets/lib/misc/ |
H A D | lws-struct-sqlite.c | 185 char s[768], results[512], where[250]; in lws_struct_sq3_deserialize() local
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_nir_lower_io_offsets.c | 171 struct nir_ssa_def *results[NIR_MAX_VEC_COMPONENTS]; in scalarize_load() local
|
/third_party/mesa3d/src/freedreno/computerator/ |
H A D | main.c | 301 uint64_t results[num_perfcntrs]; in main() local
|