HomeSort by: relevance | last modified time | path
    Searched refs:constant_buffer_0_is_relative (Results 1 - 12 of 12) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_nir_analyze_ubo_ranges.c 325 const int max_ubos = (compiler->constant_buffer_0_is_relative ? 3 : 4) -
brw_compiler.h 89 bool constant_buffer_0_is_relative; member in struct:brw_compiler
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_nir_compute_push_layout.c 226 if (n >= 4 || (n == 3 && compiler->constant_buffer_0_is_relative)) {
anv_device.c 944 device->compiler->constant_buffer_0_is_relative =
  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_nir_analyze_ubo_ranges.c 329 const int max_ubos = (compiler->constant_buffer_0_is_relative ? 3 : 4) -
brw_compiler.h 108 bool constant_buffer_0_is_relative; member in struct:brw_compiler
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_screen.c 804 screen->compiler->constant_buffer_0_is_relative = true;
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_state_upload.c 238 if (!compiler->constant_buffer_0_is_relative) {
brw_screen.c 2800 screen->compiler->constant_buffer_0_is_relative = devinfo->ver < 8 ||
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
brw_state_upload.c 173 if (!compiler->constant_buffer_0_is_relative) {
intel_screen.c 2780 screen->compiler->constant_buffer_0_is_relative = devinfo->gen < 8 ||
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
anv_device.c 565 device->compiler->constant_buffer_0_is_relative =

Completed in 74 milliseconds