Home
last modified time | relevance | path

Searched refs:INTEL_PLATFORM_BYT (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/intel/common/
Dintel_l3_config.c167 return (devinfo->platform == INTEL_PLATFORM_BYT ? &vlv_l3_list : &ivb_l3_list); in get_l3_list()
272 w.w[INTEL_L3P_RO] = devinfo->platform == INTEL_PLATFORM_BYT ? 0.5 : 1.0; in intel_get_default_l3_weights()
/third_party/mesa3d/src/intel/dev/
Dintel_device_info.h58 INTEL_PLATFORM_BYT, enumerator
Dintel_device_info.c300 GFX7_FEATURES, .platform = INTEL_PLATFORM_BYT, .gt = 1,
/third_party/mesa3d/src/intel/vulkan/
DgenX_state.c653 const bool urb_low_bw = cfg->n[INTEL_L3P_SLM] && devinfo->platform != INTEL_PLATFORM_BYT; in genX()
657 const unsigned n0_urb = devinfo->platform == INTEL_PLATFORM_BYT ? 32 : 0; in genX()
669 devinfo->platform == INTEL_PLATFORM_BYT ? BYT_SQGPCI_DEFAULT : SQGPCI_DEFAULT; in genX()
Danv_device.c768 } else if (devinfo.platform == INTEL_PLATFORM_BYT) { in anv_physical_device_try_create()
1300 pdevice->info.platform == INTEL_PLATFORM_BYT, in anv_GetPhysicalDeviceFeatures()
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_lower_storage_image.c203 if (devinfo->ver < 8 && devinfo->platform != INTEL_PLATFORM_BYT) { in image_address()
Dbrw_vec4_generator.cpp735 devinfo->platform == INTEL_PLATFORM_BYT; in generate_tcs_get_instance_id()
1056 devinfo->platform == INTEL_PLATFORM_BYT; in generate_tcs_create_barrier_header()
/third_party/mesa3d/src/intel/isl/
Disl.h87 #define ISL_DEV_IS_BAYTRAIL(__dev) ((__dev)->info->platform == INTEL_PLATFORM_BYT)
Disl_format.c726 if (devinfo->platform == INTEL_PLATFORM_BYT) { in isl_format_supports_sampling()
787 if (devinfo->platform == INTEL_PLATFORM_BYT) in isl_format_supports_vertex_fetch()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c1130 const bool urb_low_bw = has_slm && devinfo->platform != INTEL_PLATFORM_BYT; in setup_l3_config()
1134 const unsigned n0_urb = (devinfo->platform == INTEL_PLATFORM_BYT ? 32 : 0); in setup_l3_config()
1148 devinfo->platform == INTEL_PLATFORM_BYT ? BYT_SQGPCI_DEFAULT : SQGPCI_DEFAULT; in setup_l3_config()
3672 (GFX_VERx10 < 75 && screen->devinfo.platform != INTEL_PLATFORM_BYT) * 2; in crocus_set_vertex_buffers()