HomeSort by relevance Sort by last modified time
    Searched refs:has_llc (Results 1 - 25 of 32) sorted by null

1 2

  /external/mesa3d/src/intel/common/
gen_device_info.h 49 bool has_llc; member in struct:gen_device_info
gen_device_info.c 74 .has_llc = true,
98 .has_llc = true,
122 .has_llc = true, \
177 .has_llc = false,
282 .has_llc = true, \
351 .has_llc = false,
379 .has_llc = true, \
406 .has_llc = false, \
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_dev.h 47 bool has_llc; member in struct:ilo_dev
ilo_dev.c 50 dev->has_llc = info->has_llc;
intel_winsys.h 72 bool has_llc; member in struct:intel_winsys_info
ilo_builder.c 81 if (builder->dev->has_llc)
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_program_cache.c 219 if (brw->has_llc)
224 if (brw->has_llc) {
234 if (brw->has_llc)
266 if (!brw->has_llc)
269 if (!brw->has_llc)
300 if (!brw->has_llc && cache->bo_used_by_gpu) {
369 if (brw->has_llc) {
410 if (brw->has_llc)
488 if (brw->has_llc)
538 if (!brw->has_llc)
    [all...]
intel_upload.c 100 if (brw->has_llc)
intel_batchbuffer.c 40 bool has_llc);
44 bool has_llc)
46 intel_batchbuffer_reset(batch, bufmgr, has_llc);
48 if (!has_llc) {
57 bool has_llc)
66 if (has_llc) {
86 intel_batchbuffer_reset(&brw->batch, brw->bufmgr, brw->has_llc);
327 if (brw->has_llc) {
intel_buffer_objects.c 259 if (brw->has_llc) {
431 if (brw->has_llc) {
443 if (!brw->has_llc && brw->perf_debug &&
448 } else if (!brw->has_llc && (!(access & GL_MAP_READ_BIT) ||
intel_batchbuffer.h 43 bool has_llc);
intel_pixel_read.c 96 if (!brw->has_llc ||
intel_tex_subimage.c 103 if (!brw->has_llc ||
brw_context.c     [all...]
  /external/mesa3d/src/intel/vulkan/
genX_blorp_exec.c 104 if (!cmd_buffer->device->info.has_llc)
141 if (!device->info.has_llc)
anv_device.c 159 if (!device->info.has_llc &&
685 if (physical_device->info.has_llc) {
777 if (!pool->block_pool->device->info.has_llc)
828 if (!device->info.has_llc)
    [all...]
gen8_cmd_buffer.c 70 if (!cmd_buffer->device->info.has_llc)
99 if (!cmd_buffer->device->info.has_llc)
204 if (!cmd_buffer->device->info.has_llc)
248 if (!cmd_buffer->device->info.has_llc)
anv_query.c 132 if (!device->info.has_llc) {
gen7_cmd_buffer.c 93 if (!cmd_buffer->device->info.has_llc)
194 if (!cmd_buffer->device->info.has_llc)
anv_cmd_buffer.c 596 if (!cmd_buffer->device->info.has_llc)
618 if (!cmd_buffer->device->info.has_llc)
655 if (!cmd_buffer->device->info.has_llc)
715 if (!cmd_buffer->device->info.has_llc)
anv_image.c 375 device->info.has_llc ? 0 : I915_MMAP_WC);
590 if (!device->info.has_llc)
624 if (!device->info.has_llc)
anv_batch_chain.c 887 if (!primary->device->info.has_llc) {
    [all...]
genX_cmd_buffer.c 571 if (!cmd_buffer->device->info.has_llc)
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_transfer.c 121 else if (is->dev.has_llc)
297 if (is->dev.has_llc)
546 const bool prefer_cpu = (is->dev.has_llc || for_read_back);
    [all...]
  /external/mesa3d/src/gallium/winsys/intel/drm/
intel_drm_winsys.c 154 info->has_llc = val;

Completed in 845 milliseconds

1 2