| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/ |
| H A D | kinput.c | 1456 noop, enumerator in enum:_inputAction 1478 { { deliver, noop }, start }, /* ^1 */ 1479 { { deliver, noop }, button_2_down }, /* v2 */ 1480 { { deliver, noop }, start }, /* ^2 */ 1482 { { deliver, noop }, start }, /* ^3 */ 1483 { { deliver, noop }, start }, /* vo */ 1484 { { deliver, noop }, start }, /* ^o */ 1485 { { deliver, noop }, start }, /* <> */ 1486 { { deliver, noop }, start }, /* <-> */ 1487 { { noop, noo [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/kdrive/src/ |
| H A D | kinput.c | 1307 noop, enumerator in enum:_inputAction 1329 {{deliver, noop}, start}, /* ^1 */ 1330 {{deliver, noop}, button_2_down}, /* v2 */ 1331 {{deliver, noop}, start}, /* ^2 */ 1333 {{deliver, noop}, start}, /* ^3 */ 1334 {{deliver, noop}, start}, /* vo */ 1335 {{deliver, noop}, start}, /* ^o */ 1336 {{deliver, noop}, start}, /* <> */ 1337 {{deliver, noop}, start}, /* <-> */ 1338 {{noop, noo [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/amdgpu/drm/ |
| H A D | amdgpu_cs.h | 163 bool noop; member in struct:amdgpu_cs
|
| H A D | amdgpu_cs.c | 260 if (cs->noop) 968 cs->noop = ctx->ws->noop_cs; 1469 bool noop = false; local in function:amdgpu_cs_submit_ib 1581 if (acs->noop) { 1589 noop = true; 1595 r = noop ? 0 : amdgpu_cs_submit_raw2(ws->dev, acs->ctx->ctx, bo_list, 1610 } else if (!noop) { 1632 if (r || noop)
|
| /xsrc/external/mit/xorg-cf-files/dist/ |
| H A D | Makefile.am | 32 noop.rules \
|
| H A D | Makefile.in | 313 noop.rules \
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/ |
| H A D | mapi_abi.py | 399 """Return the noop functions.""" 421 noop = '%s\n{\n%s\n%s\n}' % (proto, stmt1, stmt2) 423 noop = '%s\n{\n%s\n}' % (proto, stmt1) 425 noops.append(noop) 430 """Return an initializer for the noop dispatch table.""" 592 self.prefix_noop = 'noop'
|
| /xsrc/external/mit/MesaLib/dist/src/mapi/ |
| H A D | mapi_abi.py | 397 """Return the noop functions.""" 419 noop = '%s\n{\n%s\n%s\n}' % (proto, stmt1, stmt2) 421 noop = '%s\n{\n%s\n}' % (proto, stmt1) 423 noops.append(noop) 428 """Return an initializer for the noop dispatch table.""" 594 self.prefix_noop = 'noop'
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_blit.c | 372 bool noop = apply_blit_scissor(&info->scissor, local in function:iris_blit 376 if (noop)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_blit.c | 390 bool noop = apply_blit_scissor(&info->scissor, local in function:iris_blit 394 if (noop)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_noop/ |
| H A D | noop_pipe.c | 35 DEBUG_GET_ONCE_BOOL_OPTION(noop, "GALLIUM_NOOP", FALSE)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_blit.c | 473 bool noop = apply_blit_scissor(&info->scissor, local in function:crocus_blit 477 if (noop)
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/common/tests/ |
| H A D | gen_mi_builder_test.cpp | 260 gen_mi_builder_emit(&b, GENX(MI_NOOP), noop);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_noop/ |
| H A D | noop_pipe.c | 37 DEBUG_GET_ONCE_BOOL_OPTION(noop, "GALLIUM_NOOP", false)
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 9.0.2.rst | 81 - galahad, noop: Fix visibility CFLAGS in automake
|
| H A D | 19.2.0.rst | 286 - gallium/noop: Implement resource_get_param
|
| H A D | 21.3.0.rst | 1865 - lima: Add a noop drm-shim 2575 - gallium/noop: implement fences 2576 - gallium/noop: implement shader buffers and shader images 2577 - gallium/noop: use threaded_query 2578 - gallium/noop: use threaded_resource 2579 - gallium/noop: use threaded_transfer 2580 - gallium/noop: enable threaded_context to test TC overhead without a driver 2581 - gallium/noop: update pipe_screen::num_contexts 2582 - gallium/noop: implement a lot of missing screen functions 2583 - gallium/noop [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_batch_chain.c | 989 anv_batch_emit(&cmd_buffer->batch, GFX8_MI_NOOP, noop); 1017 anv_batch_emit(&cmd_buffer->batch, GFX8_MI_NOOP, noop);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/radeon/drm/ |
| H A D | radeon_drm_cs.c | 543 DEBUG_GET_ONCE_BOOL_OPTION(noop, "RADEON_NOOP", false)
|
| /xsrc/external/mit/MesaLib/dist/src/intel/common/ |
| H A D | mi_builder.h | 1181 mi_builder_emit(b, GENX(MI_NOOP), noop);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/common/tests/ |
| H A D | mi_builder_test.cpp | 304 mi_builder_emit(&b, GENX(MI_NOOP), noop);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_descriptors.c | 1576 bool noop = true; local in function:si_reset_buffer_resources 1591 noop = false; 1594 return !noop;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/amdgpu/drm/ |
| H A D | amdgpu_cs.c | 36 DEBUG_GET_ONCE_BOOL_OPTION(noop, "RADEON_NOOP", false)
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_batch_chain.c | 865 anv_batch_emit(&cmd_buffer->batch, GEN8_MI_NOOP, noop);
|
| H A D | anv_device.c | 1933 anv_batch_emit(&batch, GEN7_MI_NOOP, noop); 2634 anv_batch_emit(&batch, GEN7_MI_NOOP, noop);
|