Searched refs:no_hw (Results 1 – 14 of 14) sorted by relevance
342 bool no_hw; member
1579 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()
45 bool no_hw; member
121 if (!intel->intelScreen->no_hw) { in do_flush_locked()
1023 intelScreen->no_hw = env_var_as_boolean("INTEL_NO_HW", false); in intel_init_bufmgr()
393 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()
2040 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()
841 if (!batch->screen->devinfo.no_hw && in submit_batch()
615 if (unlikely(screen->devinfo.no_hw)) { in iris_get_query_result()
662 if (unlikely(screen->devinfo.no_hw)) { in crocus_get_query_result()
884 if (!batch->screen->devinfo.no_hw && in submit_batch()
794 if (!brw->screen->devinfo.no_hw) { in submit_batch()
2004 if (screen->devinfo.no_hw) in brw_detect_pipelined_register()
2350 - anv: No-op submit and wait calls when no_hw is set