Home
last modified time | relevance | path

Searched refs:no_hw (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/intel/dev/
Dintel_device_info.h342 bool no_hw; member
Dintel_device_info.c1579 devinfo->no_hw = true; in intel_get_device_info_from_fd()
1586 devinfo->no_hw = env_var_as_boolean("INTEL_NO_HW", false); in intel_get_device_info_from_fd()
1595 if (devinfo->no_hw) in intel_get_device_info_from_fd()
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_screen.h45 bool no_hw; member
Dintel_batchbuffer.c121 if (!intel->intelScreen->no_hw) { in do_flush_locked()
Dintel_screen.c1023 intelScreen->no_hw = env_var_as_boolean("INTEL_NO_HW", false); in intel_init_bufmgr()
/third_party/mesa3d/src/intel/vulkan/
Danv_queue.c393 int ret = queue->device->info.no_hw ? 0 : in anv_queue_task()
745 if (queue->device->info.no_hw) in anv_queue_submit_simple_batch()
1336 if (device->info.no_hw) in anv_QueueSubmit2KHR()
1951 if (device->info.no_hw) in anv_WaitForFences()
Danv_batch_chain.c2040 int ret = queue->device->info.no_hw ? 0 : in anv_queue_execbuf_locked()
2046 int ret = queue->device->info.no_hw ? 0 : in anv_queue_execbuf_locked()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_batch.c841 if (!batch->screen->devinfo.no_hw && in submit_batch()
Diris_query.c615 if (unlikely(screen->devinfo.no_hw)) { in iris_get_query_result()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_query.c662 if (unlikely(screen->devinfo.no_hw)) { in crocus_get_query_result()
Dcrocus_batch.c884 if (!batch->screen->devinfo.no_hw && in submit_batch()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_batch.c794 if (!brw->screen->devinfo.no_hw) { in submit_batch()
Dbrw_screen.c2004 if (screen->devinfo.no_hw) in brw_detect_pipelined_register()
/third_party/mesa3d/docs/relnotes/
D20.1.0.rst2350 - anv: No-op submit and wait calls when no_hw is set