Home
last modified time | relevance | path

Searched refs:is_atomic (Results 1 – 25 of 72) sorted by relevance

123

/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_store.cpp27 uint32_t pointer_id, bool is_atomic, uint32_t memory_scope, in TransformationStore() argument
31 message_.set_is_atomic(is_atomic); in TransformationStore()
77 if (!message_.is_atomic() && !fuzzerutil::CanInsertOpcodeBeforeInstruction( in IsApplicable()
81 if (message_.is_atomic() && !fuzzerutil::CanInsertOpcodeBeforeInstruction( in IsApplicable()
113 if (message_.is_atomic()) { in IsApplicable()
201 if (message_.is_atomic()) { in Apply()
Dtransformation_load.cpp27 uint32_t fresh_id, uint32_t pointer_id, bool is_atomic, in TransformationLoad() argument
32 message_.set_is_atomic(is_atomic); in TransformationLoad()
77 if (!message_.is_atomic() && in IsApplicable()
82 if (message_.is_atomic() && !fuzzerutil::CanInsertOpcodeBeforeInstruction( in IsApplicable()
87 if (message_.is_atomic()) { in IsApplicable()
175 if (message_.is_atomic()) { in Apply()
Dtransformation_load.h31 uint32_t fresh_id, uint32_t pointer_id, bool is_atomic,
Dtransformation_store.h31 uint32_t pointer_id, bool is_atomic, uint32_t memory_scope,
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_load.cpp27 uint32_t fresh_id, uint32_t pointer_id, bool is_atomic, in TransformationLoad() argument
32 message_.set_is_atomic(is_atomic); in TransformationLoad()
77 if (!message_.is_atomic() && !fuzzerutil::CanInsertOpcodeBeforeInstruction( in IsApplicable()
82 if (message_.is_atomic() && !fuzzerutil::CanInsertOpcodeBeforeInstruction( in IsApplicable()
87 if (message_.is_atomic()) { in IsApplicable()
175 if (message_.is_atomic()) { in Apply()
Dtransformation_store.cpp27 uint32_t pointer_id, bool is_atomic, uint32_t memory_scope, in TransformationStore() argument
31 message_.set_is_atomic(is_atomic); in TransformationStore()
77 if (!message_.is_atomic() && !fuzzerutil::CanInsertOpcodeBeforeInstruction( in IsApplicable()
81 if (message_.is_atomic() && !fuzzerutil::CanInsertOpcodeBeforeInstruction( in IsApplicable()
113 if (message_.is_atomic()) { in IsApplicable()
201 if (message_.is_atomic()) { in Apply()
Dtransformation_load.h31 uint32_t fresh_id, uint32_t pointer_id, bool is_atomic,
Dtransformation_store.h31 uint32_t pointer_id, bool is_atomic, uint32_t memory_scope,
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dtransformation_load.cpp27 uint32_t fresh_id, uint32_t pointer_id, bool is_atomic, in TransformationLoad() argument
32 message_.set_is_atomic(is_atomic); in TransformationLoad()
77 if (!message_.is_atomic() && !fuzzerutil::CanInsertOpcodeBeforeInstruction( in IsApplicable()
82 if (message_.is_atomic() && !fuzzerutil::CanInsertOpcodeBeforeInstruction( in IsApplicable()
87 if (message_.is_atomic()) { in IsApplicable()
175 if (message_.is_atomic()) { in Apply()
Dtransformation_store.cpp27 uint32_t pointer_id, bool is_atomic, uint32_t memory_scope, in TransformationStore() argument
31 message_.set_is_atomic(is_atomic); in TransformationStore()
77 if (!message_.is_atomic() && !fuzzerutil::CanInsertOpcodeBeforeInstruction( in IsApplicable()
81 if (message_.is_atomic() && !fuzzerutil::CanInsertOpcodeBeforeInstruction( in IsApplicable()
113 if (message_.is_atomic()) { in IsApplicable()
201 if (message_.is_atomic()) { in Apply()
Dtransformation_store.h31 uint32_t pointer_id, bool is_atomic, uint32_t memory_scope,
Dtransformation_load.h31 uint32_t fresh_id, uint32_t pointer_id, bool is_atomic,
/external/perfetto/src/traced/probes/ftrace/test/data/android_raven_AOSP.MASTER_5.10.43/events/percpu/percpu_alloc_percpu_fail/
Dformat10 field:bool is_atomic; offset:9; size:1; signed:0;
14 print fmt: "reserved=%d is_atomic=%d size=%zu align=%zu", REC->reserved, REC->is_atomic, REC->size,…
/external/perfetto/src/traced/probes/ftrace/test/data/android_raven_AOSP.MASTER_5.10.43/events/percpu/percpu_alloc_percpu/
Dformat10 field:bool is_atomic; offset:9; size:1; signed:0;
17 print fmt: "reserved=%d is_atomic=%d size=%zu align=%zu base_addr=%p off=%d ptr=%p", REC->reserved,…
/external/igt-gpu-tools/tests/
Dkms_content_protection.c636 igt_require(data.display.is_atomic);
642 igt_require(data.display.is_atomic);
648 igt_require(data.display.is_atomic);
654 igt_require(data.display.is_atomic);
659 igt_require(data.display.is_atomic);
665 igt_require(data.display.is_atomic);
671 igt_require(data.display.is_atomic);
687 igt_require(data.display.is_atomic);
Dkms_properties.c50 igt_display_commit2(display, display->is_atomic ? COMMIT_ATOMIC : COMMIT_LEGACY); in prepare_pipe()
62 igt_display_commit2(display, display->is_atomic ? COMMIT_ATOMIC : COMMIT_LEGACY); in cleanup_pipe()
238 igt_skip_on(!display->is_atomic); in plane_properties()
261 igt_skip_on(!display->is_atomic); in crtc_properties()
284 igt_skip_on(!display->is_atomic); in connector_properties()
713 igt_skip_on(!display->is_atomic); in invalid_properties()
765 igt_skip_on(!display.is_atomic);
770 if (display.is_atomic)
775 if (display.is_atomic)
Dkms_cursor_legacy.c402 igt_require(display->is_atomic); in flip()
416 igt_display_commit2(display, display->is_atomic ? COMMIT_ATOMIC : COMMIT_LEGACY); in flip()
511 igt_require(display->is_atomic); in basic_flip_cursor()
521 igt_display_commit2(display, display->is_atomic ? COMMIT_ATOMIC : COMMIT_LEGACY); in basic_flip_cursor()
664 igt_require(display->is_atomic); in flip_vs_cursor()
674 igt_display_commit2(display, display->is_atomic ? COMMIT_ATOMIC : COMMIT_LEGACY); in flip_vs_cursor()
780 igt_require(display->is_atomic); in nonblocking_modeset_vs_cursor()
881 igt_require(display->is_atomic); in two_screens_flip_vs_cursor()
898 igt_display_commit2(display, display->is_atomic ? COMMIT_ATOMIC : COMMIT_LEGACY); in two_screens_flip_vs_cursor()
1036 igt_require(display->is_atomic); in cursor_vs_flip()
[all …]
Dkms_busy.c67 igt_display_commit2(dpy, dpy->is_atomic ? COMMIT_ATOMIC : COMMIT_LEGACY); in do_cleanup_display()
144 igt_require(dpy->is_atomic); in test_flip()
270 igt_display_commit2(dpy, dpy->is_atomic ? COMMIT_ATOMIC : COMMIT_LEGACY); in test_pageflip_modeset_hang()
281 igt_display_commit2(dpy, dpy->is_atomic ? COMMIT_ATOMIC : COMMIT_LEGACY); in test_pageflip_modeset_hang()
351 igt_require(display.is_atomic); in for_each_pipe_static()
Ddebugfs_test.c125 igt_display_commit2(&display, display.is_atomic ? COMMIT_ATOMIC : COMMIT_LEGACY); in kms_tests()
141 igt_display_commit2(&display, display.is_atomic ? COMMIT_ATOMIC : COMMIT_LEGACY); in kms_tests()
Dkms_big_fb.c266 !data->display.is_atomic) in test_plane()
293 if (i == 0 && data->display.is_atomic && in test_plane()
319 igt_display_commit2(&data->display, data->display.is_atomic ? in test_plane()
329 igt_display_commit2(&data->display, data->display.is_atomic ? in test_plane()
374 if (!data->display.is_atomic) { in test_pipe()
394 igt_display_commit2(&data->display, data->display.is_atomic ? in test_pipe()
Dkms_rmfb.c90 if (igt_display_try_commit2(&data->display, data->display.is_atomic ? in test_rmfb()
108 igt_display_commit2(&data->display, data->display.is_atomic ? COMMIT_ATOMIC : COMMIT_LEGACY); in test_rmfb()
Dkms_vblank.c210 if (display->is_atomic) { in crtc_id_subtest()
367 igt_display_commit2(display, display->is_atomic ? COMMIT_ATOMIC : COMMIT_LEGACY); in vblank_ts_cont()
392 igt_display_commit2(display, display->is_atomic ? COMMIT_ATOMIC : COMMIT_LEGACY); in vblank_ts_cont()
Dkms_plane.c515 igt_display_commit2(&data->display, data->display.is_atomic ? COMMIT_ATOMIC : COMMIT_UNIVERSAL); in test_format_plane_color()
690 if (data->display.is_atomic) { in test_format_plane()
792 igt_display_commit2(&data->display, data->display.is_atomic ? COMMIT_ATOMIC : COMMIT_LEGACY); in test_pixel_formats()
808 igt_display_commit2(&data->display, data->display.is_atomic ? COMMIT_ATOMIC : COMMIT_LEGACY); in test_pixel_formats()
/external/mesa3d/src/compiler/nir/
Dnir_lower_ssbo.c107 bool is_atomic = !is_store && op != nir_intrinsic_load_global; in lower_ssbo_instr() local
131 if (!is_atomic) { in lower_ssbo_instr()
144 if (is_atomic) { in lower_ssbo_instr()
/external/mesa3d/src/amd/compiler/
Daco_opcodes.py170 …it__(self, name, opcode_gfx7, opcode_gfx9, opcode_gfx10, format, input_mod, output_mod, is_atomic): argument
195 self.is_atomic = "1" if is_atomic else "0"
239 …code_gfx10 = -1, format = Format.PSEUDO, input_mod = False, output_mod = False, is_atomic = False): argument
241 …e] = Opcode(name, opcode_gfx7, opcode_gfx9, opcode_gfx10, format, input_mod, output_mod, is_atomic)
635 opcode(name, gfx7, gfx9, gfx10, Format.SMEM, is_atomic = "atomic" in name)
1332 opcode(name, gfx7, gfx9, gfx10, Format.MUBUF, is_atomic = "atomic" in name)
1398 opcode(name, gfx7, gfx89, gfx7, Format.MIMG, is_atomic = True)
1538 opcode(name, gfx7, gfx8, gfx10, Format.FLAT, is_atomic = "atomic" in name)
1601 opcode(name, -1, gfx8, gfx10, Format.GLOBAL, is_atomic = "atomic" in name)

123