Home
last modified time | relevance | path

Searched refs:MI_NOOP (Results 1 – 8 of 8) sorted by relevance

/third_party/libdrm/intel/tests/
Dgen4-3d.batch-ref.txt191 0x123002f8: 0x00000000: MI_NOOP
192 0x123002fc: 0x00000000: MI_NOOP
255 0x123003f8: 0x00000000: MI_NOOP
256 0x123003fc: 0x00000000: MI_NOOP
351 0x12300578: 0x00000000: MI_NOOP
352 0x1230057c: 0x00000000: MI_NOOP
415 0x12300678: 0x00000000: MI_NOOP
416 0x1230067c: 0x00000000: MI_NOOP
447 0x123006f8: 0x00000000: MI_NOOP
448 0x123006fc: 0x00000000: MI_NOOP
Dgm45-3d.batch-ref.txt192 0x123002fc: 0x00000000: MI_NOOP
255 0x123003f8: 0x00000000: MI_NOOP
256 0x123003fc: 0x00000000: MI_NOOP
351 0x12300578: 0x00000000: MI_NOOP
352 0x1230057c: 0x00000000: MI_NOOP
415 0x12300678: 0x00000000: MI_NOOP
416 0x1230067c: 0x00000000: MI_NOOP
447 0x123006f8: 0x00000000: MI_NOOP
448 0x123006fc: 0x00000000: MI_NOOP
Dgen5-3d.batch-ref.txt79 0x12300138: 0x00000000: MI_NOOP
80 0x1230013c: 0x00000000: MI_NOOP
143 0x12300238: 0x00000000: MI_NOOP
144 0x1230023c: 0x00000000: MI_NOOP
206 0x12300334: 0x00000000: MI_NOOP
207 0x12300338: 0x00000000: MI_NOOP
208 0x1230033c: 0x00000000: MI_NOOP
255 0x123003f8: 0x00000000: MI_NOOP
256 0x123003fc: 0x00000000: MI_NOOP
Dgen6-3d.batch-ref.txt153 0x12300260: 0x0000027f: MI_NOOP
154 0x12300264: 0x00000000: MI_NOOP
/third_party/mesa3d/src/intel/vulkan/
DgenX_gpu_memcpy.c270 anv_batch_emit(state->batch, GENX(MI_NOOP), noop); in genX()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_reg.h838 #define MI_NOOP 0 macro
/third_party/mesa3d/src/intel/common/
Dmi_builder.h1181 mi_builder_emit(b, GENX(MI_NOOP), noop); in mi_self_mod_barrier()
/third_party/mesa3d/src/intel/common/tests/
Dmi_builder_test.cpp306 mi_builder_emit(&b, GENX(MI_NOOP), noop); in submit_batch()