Home
last modified time | relevance | path

Searched defs:results (Results 126 - 150 of 394) sorted by relevance

12345678910>>...16

/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_performance_query.c179 struct intel_perf_query_result results; in iris_get_perf_counter_info() local
/third_party/protobuf/benchmarks/php/
H A DPhpBenchmark.php132 $results = array(); variable
/third_party/protobuf/benchmarks/python/
H A Dpy_benchmark.py145 results = [] variable in Benchmark
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmWorkgroupMemoryTests.cpp66 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 Dparser_buffer_test.cc76 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 DMultisampleCompatibilityTest.cpp186 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 DFramebufferMixedSamplesTest.cpp192 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 DSkPathEffect.cpp36 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 Dastc_integer_sequence.cpp245 uint8_t results[68]; in decode_ise() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumrange_fluent.cpp295 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 Dranden_benchmarks.cc94 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 Dconformance_testing_helpers.h277 const std::initializer_list<bool> results = { in ForEachParameter() local
/third_party/skia/buildtools/checkdeps/
H A Dcheckdeps_test.py15 import results namespace
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeTestShared.cpp50 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 DvktSpvAsmWorkgroupMemoryTests.cpp66 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 Dcommand_refs.cc190 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 Dbenchmark_runner.cc71 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 Dreldatefmt.h321 explicit FormattedRelativeDateTime(FormattedRelativeDateTimeData *results) in FormattedRelativeDateTime() argument
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DGatherAPIData.java74 TreeSet results; field in GatherAPIData
H A DGatherAPIDataOld.java73 TreeSet results; field in GatherAPIDataOld
/third_party/icu/icu4c/source/i18n/
H A Dnumber_formatimpl.cpp32 int32_t NumberFormatterImpl::formatStatic(const MacroProps &macros, 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 Dprivate-lib-cose.h79 lws_dll2_owner_t results; member
/third_party/libwebsockets/lib/misc/
H A Dlws-struct-sqlite.c185 char s[768], results[512], where[250]; in lws_struct_sq3_deserialize() local
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_nir_lower_io_offsets.c171 struct nir_ssa_def *results[NIR_MAX_VEC_COMPONENTS]; in scalarize_load() local
/third_party/mesa3d/src/freedreno/computerator/
H A Dmain.c301 uint64_t results[num_perfcntrs]; in main() local

Completed in 19 milliseconds

12345678910>>...16