Home
last modified time | relevance | path

Searched refs:constant_buffer_0_is_relative (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_analyze_ubo_ranges.c325 const int max_ubos = (compiler->constant_buffer_0_is_relative ? 3 : 4) - in brw_nir_analyze_ubo_ranges()
Dbrw_compiler.h89 bool constant_buffer_0_is_relative; member
/third_party/mesa3d/src/intel/vulkan/
Danv_nir_compute_push_layout.c226 if (n >= 4 || (n == 3 && compiler->constant_buffer_0_is_relative)) { in anv_nir_compute_push_layout()
Danv_device.c944 device->compiler->constant_buffer_0_is_relative = in anv_physical_device_try_create()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_screen.c804 screen->compiler->constant_buffer_0_is_relative = true; in crocus_screen_create()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_state_upload.c238 if (!compiler->constant_buffer_0_is_relative) { in brw_upload_initial_gpu_state()
Dbrw_screen.c2800 screen->compiler->constant_buffer_0_is_relative = devinfo->ver < 8 || in brw_init_screen()