Home
last modified time | relevance | path

Searched defs:setup (Results 1 – 25 of 6684) sorted by relevance

12345678910>>...268

/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup.c69 lp_setup_wait_empty_scene(struct lp_setup_context *setup) in lp_setup_wait_empty_scene()
81 lp_setup_get_empty_scene(struct lp_setup_context *setup) in lp_setup_get_empty_scene()
121 first_triangle(struct lp_setup_context *setup, in first_triangle()
133 first_rectangle(struct lp_setup_context *setup, in first_rectangle()
148 first_line(struct lp_setup_context *setup, in first_line()
159 first_point(struct lp_setup_context *setup, in first_point()
169 lp_setup_reset(struct lp_setup_context *setup) in lp_setup_reset()
201 lp_setup_rasterize_scene(struct lp_setup_context *setup) in lp_setup_rasterize_scene()
223 begin_binning(struct lp_setup_context *setup) in begin_binning()
306 execute_clears(struct lp_setup_context *setup) in execute_clears()
[all …]
H A Dlp_setup_vbuf.c70 struct lp_setup_context *setup = lp_setup_context(vbr); in lp_setup_get_vertex_info() local
85 struct lp_setup_context *setup = lp_setup_context(vbr); in lp_setup_allocate_vertices() local
111 struct lp_setup_context *setup = lp_setup_context(vbr); in lp_setup_map_vertices() local
121 ASSERTED struct lp_setup_context *setup = lp_setup_context(vbr); in lp_setup_unmap_vertices() local
152 rect(struct lp_setup_context *setup, in rect()
174 struct lp_setup_context *setup = lp_setup_context(vbr); in lp_setup_draw_elements() local
383 struct lp_setup_context *setup = lp_setup_context(vbr); in lp_setup_draw_arrays() local
641 struct lp_setup_context *setup = lp_setup_context(vbr); in lp_setup_vbuf_destroy() local
663 struct lp_setup_context *setup = lp_setup_context(vbr); in lp_setup_so_info() local
676 struct lp_setup_context *setup = lp_setup_context(vbr); in lp_setup_pipeline_statistics() local
[all …]
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DElementwiseOperationsFixture.h281 …void setup(const TensorShape &shape0, const TensorShape &shape1, DataType data_type0, DataType dat… in setup() function
294 …void setup(const TensorShape &shape, DataType data_type0, DataType data_type1, DataType output_dat… in setup() function
307 …void setup(const TensorShape &shape0, const TensorShape &shape1, DataType data_type0, DataType dat… in setup() function
320 …void setup(const TensorShape &shape, DataType data_type0, DataType data_type1, DataType output_dat… in setup() function
333 …void setup(const TensorShape &shape0, const TensorShape &shape1, DataType data_type0, DataType dat… in setup() function
346 …void setup(const TensorShape &shape, DataType data_type0, DataType data_type1, DataType output_dat… in setup() function
359 …void setup(const TensorShape &shape, DataType data_type0, DataType data_type1, DataType output_dat… in setup() function
372 …void setup(const TensorShape &shape, DataType data_type0, DataType data_type1, DataType output_dat… in setup() function
387 …void setup(const TensorShape &shape0, const TensorShape &shape1, DataType data_type0, DataType dat… in setup() function
400 …void setup(const TensorShape &shape, DataType data_type0, DataType data_type1, DataType output_dat… in setup() function
[all …]
H A DArithmeticOperationsFixture.h49 …void setup(reference::ArithmeticOperation op, const TensorShape &shape0, const TensorShape &shape1… in setup() function
154 …void setup(const TensorShape &shape0, const TensorShape &shape1, DataType data_type, ConvertPolicy… in setup() function
166 …void setup(const TensorShape &shape, DataType data_type, ConvertPolicy convert_policy, bool is_inp… in setup() function
178 …void setup(const TensorShape &shape0, const TensorShape &shape1, DataType data_type, ConvertPolicy… in setup() function
190 …void setup(const TensorShape &shape, DataType data_type, ConvertPolicy convert_policy, ActivationL… in setup() function
202 …void setup(const TensorShape &shape, DataType data_type, ConvertPolicy convert_policy, Quantizatio… in setup() function
215 …void setup(const TensorShape &shape0, const TensorShape &shape1, DataType data_type, ConvertPolicy… in setup() function
228 …void setup(const TensorShape &shape0, const TensorShape &shape1, DataType data_type, ConvertPolicy… in setup() function
240 …void setup(const TensorShape &shape0, const TensorShape &shape1, DataType data_type, ConvertPolicy… in setup() function
253 …void setup(const TensorShape &shape, DataType data_type, ConvertPolicy convert_policy, bool is_inp… in setup() function
[all …]
H A DElementwiseUnaryFixture.h201 void setup(const TensorShape &shape, DataType data_type) in setup() function
212 void setup(const TensorShape &shape, DataType data_type) in setup() function
223 void setup(const TensorShape &shape, DataType data_type) in setup() function
234 void setup(const TensorShape &shape, DataType data_type) in setup() function
245 void setup(const TensorShape &shape, DataType data_type, bool in_place) in setup() function
256 void setup(const TensorShape &shape, DataType data_type) in setup() function
267 void setup(const TensorShape &shape, DataType data_type) in setup() function
278 void setup(const TensorShape &shape, DataType data_type) in setup() function
289 void setup(const TensorShape &shape, DataType data_type) in setup() function
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/UNIT/
H A DTensorFixture.h51 void setup() in setup() function
72 void setup() in setup() function
111 void setup() in setup() function
138 void setup() in setup() function
163 void setup() in setup() function
192 void setup() in setup() function
218 void setup() in setup() function
245 void setup() in setup() function
276 void setup() in setup() function
307 void setup() in setup() function
[all …]
/aosp_15_r20/external/crosvm/hypervisor/tests/
H A Dhypervisor_virtualization.rs825 let setup = TestSetup { in test_minimal_virtualization() localVariable
864 let setup = TestSetup { in test_io_exit_handler() localVariable
937 let setup = TestSetup { in test_io_rep_string() localVariable
1014 let setup = TestSetup { in test_mmio_exit_cross_page() localVariable
1095 let setup = TestSetup { in test_mmio_exit_readonly_memory() localVariable
1187 let setup = TestSetup { in test_cpuid_exit_handler() localVariable
1241 let setup = TestSetup { in test_control_register_access_invalid() localVariable
1298 let setup = TestSetup { in test_control_register_access_valid() localVariable
1339 let setup = TestSetup { in test_debug_register_access() localVariable
1375 let setup = TestSetup { in test_msr_access_invalid() localVariable
[all …]
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
H A Dets.json9 "setup": [ array
29 "setup": [ array
49 "setup": [ array
69 "setup": [ array
89 "setup": [ array
109 "setup": [ array
129 "setup": [ array
149 "setup": [ array
169 "setup": [ array
189 "setup": [ array
[all …]
/aosp_15_r20/external/skia/tools/perf-canvaskit-puppeteer/
H A Dcanvas_perf.js31 setup: function(CanvasKit, ctx) { method
52 setup: function(CanvasKit, ctx) { method
75 setup: function(CanvasKit, ctx) { method
99 setup: function(CanvasKit, ctx) { method
122 setup: function(CanvasKit, ctx) { method
150 setup: function(CanvasKit, ctx) { method
173 setup: function(CanvasKit, ctx) {}, method
193 setup: function(CanvasKit, ctx) { method
214 setup: function(CanvasKit, ctx) { method
234 setup: function(CanvasKit, ctx) { method
[all …]
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/tc-testing/tc-tests/filters/
H A Dbasic.json12 "setup": [ array
34 "setup": [ array
56 "setup": [ array
78 "setup": [ array
100 "setup": [ array
122 "setup": [ array
144 "setup": [ array
166 "setup": [ array
188 "setup": [ array
210 "setup": [ array
[all …]
H A Dcgroup.json12 "setup": [ array
34 "setup": [ array
56 "setup": [ array
78 "setup": [ array
100 "setup": [ array
122 "setup": [ array
144 "setup": [ array
166 "setup": [ array
188 "setup": [ array
210 "setup": [ array
[all …]
H A Dfw.json12 "setup": [ array
34 "setup": [ array
161 "setup": [ array
181 "setup": [ array
204 "setup": [ array
224 "setup": [ array
247 "setup": [ array
267 "setup": [ array
290 "setup": [ array
310 "setup": [ array
[all …]
H A Dflow.json12 "setup": [ array
34 "setup": [ array
56 "setup": [ array
78 "setup": [ array
100 "setup": [ array
122 "setup": [ array
144 "setup": [ array
166 "setup": [ array
188 "setup": [ array
210 "setup": [ array
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_setup.c129 quad_clip(struct setup_context *setup, struct quad_header *quad) in quad_clip()
161 clip_emit_quad(struct setup_context *setup, struct quad_header *quad) in clip_emit_quad()
200 flush_spans(struct setup_context *setup) in flush_spans()
267 print_vertex(const struct setup_context *setup, in print_vertex()
289 setup_sort_vertices(struct setup_context *setup, in setup_sort_vertices()
406 const_coeff(struct setup_context *setup, in const_coeff()
427 tri_linear_coeff(struct setup_context *setup, in tri_linear_coeff()
472 tri_persp_coeff(struct setup_context *setup, in tri_persp_coeff()
506 setup_fragcoord_coeff(struct setup_context *setup, uint slot) in setup_fragcoord_coeff()
541 setup_tri_coefficients(struct setup_context *setup) in setup_tri_coefficients()
[all …]
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/tc-testing/tc-tests/actions/
H A Dpedit.json9 "setup": [ array
33 "setup": [ array
59 "setup": [ array
84 "setup": [ array
109 "setup": [ array
134 "setup": [ array
159 "setup": [ array
184 "setup": [ array
209 "setup": [ array
234 "setup": [ array
[all …]
H A Dife.json9 "setup": [ array
33 "setup": [ array
57 "setup": [ array
81 "setup": [ array
105 "setup": [ array
129 "setup": [ array
153 "setup": [ array
177 "setup": [ array
199 "setup": [ array
223 "setup": [ array
[all …]
H A Dmpls.json9 "setup": [ array
33 "setup": [ array
57 "setup": [ array
81 "setup": [ array
105 "setup": [ array
129 "setup": [ array
153 "setup": [ array
177 "setup": [ array
201 "setup": [ array
225 "setup": [ array
[all …]
H A Dvlan.json9 "setup": [ array
33 "setup": [ array
57 "setup": [ array
81 "setup": [ array
105 "setup": [ array
129 "setup": [ array
153 "setup": [ array
177 "setup": [ array
199 "setup": [ array
223 "setup": [ array
[all …]
H A Dskbedit.json9 "setup": [ array
33 "setup": [ array
57 "setup": [ array
79 "setup": [ array
103 "setup": [ array
127 "setup": [ array
149 "setup": [ array
171 "setup": [ array
196 "setup": [ array
220 "setup": [ array
[all …]
H A Dtunnel_key.json9 "setup": [ array
33 "setup": [ array
62 "setup": [ array
91 "setup": [ array
120 "setup": [ array
149 "setup": [ array
178 "setup": [ array
207 "setup": [ array
231 "setup": [ array
255 "setup": [ array
[all …]
H A Dsample.json9 "setup": [ array
33 "setup": [ array
57 "setup": [ array
81 "setup": [ array
105 "setup": [ array
129 "setup": [ array
153 "setup": [ array
177 "setup": [ array
199 "setup": [ array
221 "setup": [ array
[all …]
H A Dpolice.json9 "setup": [ array
33 "setup": [ array
58 "setup": [ array
82 "setup": [ array
106 "setup": [ array
130 "setup": [ array
154 "setup": [ array
178 "setup": [ array
202 "setup": [ array
226 "setup": [ array
[all …]
H A Dnat.json9 "setup": [ array
33 "setup": [ array
57 "setup": [ array
81 "setup": [ array
105 "setup": [ array
129 "setup": [ array
153 "setup": [ array
177 "setup": [ array
206 "setup": [ array
235 "setup": [ array
[all …]
H A Dcsum.json9 "setup": [ array
33 "setup": [ array
57 "setup": [ array
81 "setup": [ array
105 "setup": [ array
129 "setup": [ array
153 "setup": [ array
177 "setup": [ array
201 "setup": [ array
225 "setup": [ array
[all …]
/aosp_15_r20/external/skia/modules/pathkit/perf/
H A Dpath.bench.js44 function setup(ctx) { } function
62 function setup(ctx) { function
83 function setup(ctx) { } function
106 function setup(ctx) { } function
129 function setup(ctx) {} function
149 function setup(ctx) { function
169 function setup(ctx) { function
189 function setup(ctx) { function
220 function setup(ctx) { function
246 function setup(ctx) { function
[all …]

12345678910>>...268