HomeSort by relevance Sort by last modified time
    Searched refs:fd_mesa_debug (Results 1 - 18 of 18) sorted by null

  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_screen.c 114 if (fd_mesa_debug & FD_DBG_TTILE)
fd5_context.c 97 if (!(fd_mesa_debug & FD_DBG_NOBLIT))
fd5_program.c 95 if (fd_mesa_debug & FD_DBG_DIRECT) {
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_nir.c 141 if (fd_mesa_debug & FD_DBG_DISASM) {
185 if (fd_mesa_debug & FD_DBG_DISASM) {
ir3_cmdline.c 241 fd_mesa_debug |= FD_DBG_MSGS | FD_DBG_OPTMSGS | FD_DBG_DISASM;
379 if (fd_mesa_debug & FD_DBG_OPTMSGS)
385 if (fd_mesa_debug & FD_DBG_OPTMSGS)
ir3_shader.c 149 if (fd_mesa_debug & FD_DBG_DISASM) {
166 if (!unlikely(fd_mesa_debug & FD_DBG_SHADERDB))
304 if (fd_mesa_debug & FD_DBG_DISASM) {
312 if (fd_mesa_debug & FD_DBG_DISASM) {
318 if (fd_mesa_debug & FD_DBG_SHADERDB) {
353 if (fd_mesa_debug & FD_DBG_DISASM) {
362 if (fd_mesa_debug & FD_DBG_DISASM) {
ir3_compiler_nir.c 198 if (fd_mesa_debug & FD_DBG_DISASM) {
    [all...]
ir3_ra.c 908 if (fd_mesa_debug & FD_DBG_OPTMSGS) {
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_screen.c 89 DEBUG_GET_ONCE_FLAGS_OPTION(fd_mesa_debug, "FD_MESA_DEBUG", debug_options, 0)
91 int fd_mesa_debug = 0; variable
468 if (fd_mesa_debug & FD_DBG_DEQP)
780 fd_mesa_debug = debug_get_option_fd_mesa_debug();
782 if (fd_mesa_debug & FD_DBG_NOBIN)
785 glsl120 = !!(fd_mesa_debug & FD_DBG_GLSL120);
906 screen->reorder = !(fd_mesa_debug & FD_DBG_INORDER);
freedreno_gmem.c 147 if (fd_mesa_debug & FD_DBG_NOSCIS) {
171 if (fd_mesa_debug & FD_DBG_MSGS) {
399 } else if (!(fd_mesa_debug & FD_DBG_NOBYPASS)) {
freedreno_context.c 158 if (fd_mesa_debug & (FD_DBG_BSTAT | FD_DBG_MSGS)) {
266 if (fd_mesa_debug & FD_DBG_HIPRIO)
freedreno_util.h 88 extern int fd_mesa_debug;
92 do { if (fd_mesa_debug & FD_DBG_MSGS) \
freedreno_draw.c 74 if (info->indirect && (fd_mesa_debug & FD_DBG_NOINDR)) {
263 if (fd_mesa_debug & FD_DBG_DDRAW)
424 if (fd_mesa_debug & FD_DBG_DCLEAR)
freedreno_batch.c 53 (fd_mesa_debug & FD_DBG_NOGROW)){
447 (fd_mesa_debug & FD_DBG_FLUSH))
freedreno_resource.c 844 if (is_a5xx(screen) && (fd_mesa_debug & FD_DBG_LRZ) && has_depth(format)) {
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_program.c 71 if (fd_mesa_debug & FD_DBG_DISASM) {
89 if (fd_mesa_debug & FD_DBG_DISASM) {
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_program.c 117 if (fd_mesa_debug & FD_DBG_DIRECT) {
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_program.c 96 if (fd_mesa_debug & FD_DBG_DIRECT) {

Completed in 337 milliseconds