Searched refs:run_data (Results 1 – 5 of 5) sorted by relevance
/external/trappy/trappy/ |
D | compare_runs.py | 76 run_data = [] 78 run_data.append(trappy.FTrace(name=name, path=path, scope="thermal")) 81 trappy.plot_utils.plot_temperature(run_data, **kwords) 86 trappy.plot_utils.plot_load(run_data, map_label, **kwords) 89 trappy.plot_utils.plot_allfreqs(run_data, map_label, **kwords) 90 trappy.plot_utils.plot_controller(run_data, **kwords) 91 trappy.plot_utils.plot_input_power(run_data, actor_order, **kwords) 92 trappy.plot_utils.plot_output_power(run_data, actor_order, **kwords) 93 trappy.plot_utils.plot_freq_hists(run_data, map_label) 94 trappy.plot_utils.plot_temperature_hist(run_data)
|
/external/libevent/test/ |
D | regress.gen.c | 66 tmp->run_data = NULL; in msg_new_with_arg() 83 new_data = (struct run**) realloc(msg->run_data, in msg_run_expand_to_hold_more() 87 msg->run_data = new_data; in msg_run_expand_to_hold_more() 98 msg->run_data[msg->run_length - 1] = run_new(); in msg_run_add() 99 if (msg->run_data[msg->run_length - 1] == NULL) in msg_run_add() 102 return (msg->run_data[msg->run_length - 1]); in msg_run_add() 179 run_clear(msg->run_data[off]); in msg_run_assign() 186 if (run_unmarshal(msg->run_data[off], tmp) == -1) { in msg_run_assign() 194 run_clear(msg->run_data[off]); in msg_run_assign() 238 *value = msg->run_data[offset]; in msg_run_get() [all …]
|
D | regress.gen.h | 43 struct run* *run_data; member
|
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
D | esextcTessellationShaderPoints.cpp | 759 std::vector<char> run_data; in iterate() local 762 run_data = m_utils->getDataGeneratedByTessellator(run.inner, true, /* point_mode */ in iterate() 770 verifyCorrectAmountOfDuplicateVertices(run, &run_data[0], run_n_vertices); in iterate() 774 verifyCorrectAmountOfVertices(run, &run_data[0], run_n_vertices); in iterate() 789 …ationShaderPointsVerification::verifyCorrectAmountOfVertices(const _run& run, const void* run_data, in verifyCorrectAmountOfVertices() argument 792 (void)run_data; in verifyCorrectAmountOfVertices() 1013 …erPointsVerification::verifyCorrectAmountOfDuplicateVertices(const _run& run, const void* run_data, in verifyCorrectAmountOfDuplicateVertices() argument 1021 const float* vertex_a = (const float*)run_data + n_vertex_a * 3; /* components */ in verifyCorrectAmountOfDuplicateVertices() 1025 const float* vertex_b = (const float*)run_data + n_vertex_b * 3; /* components */ in verifyCorrectAmountOfDuplicateVertices()
|
D | esextcTessellationShaderPoints.hpp | 210 …void verifyCorrectAmountOfDuplicateVertices(const _run& run, const void* run_data, unsigned int ru… 212 …void verifyCorrectAmountOfVertices(const _run& run, const void* run_data, unsigned int run_n_verti…
|