Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/vulkan/
Danv_nir_compute_push_layout.c188 if (n >= 4 || (n == 3 && compiler->constant_buffer_0_is_relative)) { in anv_nir_compute_push_layout()
Danv_device.c510 device->compiler->constant_buffer_0_is_relative = in anv_physical_device_try_create()
/external/mesa3d/src/intel/compiler/
Dbrw_nir_analyze_ubo_ranges.c333 const int max_ubos = (compiler->constant_buffer_0_is_relative ? 3 : 4) - in brw_nir_analyze_ubo_ranges()
Dbrw_compiler.h111 bool constant_buffer_0_is_relative; member
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_state_upload.c238 if (!compiler->constant_buffer_0_is_relative) { in brw_upload_initial_gpu_state()
Dintel_screen.c2822 screen->compiler->constant_buffer_0_is_relative = devinfo->gen < 8 || in intelInitScreen2()