Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/dev/
Dgen_debug.h85 #define DEBUG_NO_RBC (1ull << 38) macro
Dgen_debug.c87 { "norbc", DEBUG_NO_RBC },
/external/mesa3d/src/intel/vulkan/
Danv_image.c431 if (INTEL_DEBUG & DEBUG_NO_RBC) in add_aux_surface_if_supported()
481 if (INTEL_DEBUG & DEBUG_NO_RBC) in add_aux_surface_if_supported()
/external/mesa3d/src/gallium/drivers/iris/
Diris_resource.c116 if (INTEL_DEBUG & DEBUG_NO_RBC) in modifier_is_supported()
600 ((!res->mod_info && !(INTEL_DEBUG & DEBUG_NO_RBC)) || in iris_resource_configure_aux()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_screen.c371 if (INTEL_DEBUG & DEBUG_NO_RBC) in modifier_is_supported()
Dintel_mipmap_tree.c173 } else if (!(INTEL_DEBUG & DEBUG_NO_RBC) && in intel_miptree_choose_aux_usage()