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/
H A 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/vulkan/
H A DgenX_state.c653 const bool urb_low_bw = cfg->n[INTEL_L3P_SLM] && devinfo->platform != INTEL_PLATFORM_BYT; in emit_l3_config()
657 const unsigned n0_urb = devinfo->platform == INTEL_PLATFORM_BYT ? 32 : 0; in emit_l3_config()
669 devinfo->platform == INTEL_PLATFORM_BYT ? BYT_SQGPCI_DEFAULT : SQGPCI_DEFAULT; in emit_l3_config()
H A 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/dev/
H A Dintel_device_info.h58 INTEL_PLATFORM_BYT, enumerator
H A Dintel_device_info.c300 GFX7_FEATURES, .platform = INTEL_PLATFORM_BYT, .gt = 1,
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir_lower_storage_image.c203 if (devinfo->ver < 8 && devinfo->platform != INTEL_PLATFORM_BYT) { in image_address()
H A 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/
H A 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()
H A Disl.h87 #define ISL_DEV_IS_BAYTRAIL(__dev) ((__dev)->info->platform == INTEL_PLATFORM_BYT)
/third_party/mesa3d/src/gallium/drivers/crocus/
H A 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()

Completed in 37 milliseconds