HomeSort by relevance Sort by last modified time
    Searched refs:mesa (Results 51 - 66 of 66) sorted by null

1 23

  /external/mesa3d/src/mesa/
Android.gen.mk 0 # Mesa 3-D graphics library
24 # included by core mesa Android.mk for source generation
Makefile.sources 682 -I$(top_builddir)/src/mesa \
683 -I$(top_srcdir)/src/mesa \
684 -I$(top_builddir)/src/mesa/main \
685 -I$(top_srcdir)/src/mesa/main \
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_program_cache.c 437 brw->state.pipelines[BRW_RENDER_PIPELINE].mesa = ~0;
439 brw->state.pipelines[BRW_COMPUTE_PIPELINE].mesa = ~0;
gen6_sol.c 84 .mesa = 0,
176 .mesa = 0,
brw_urb.c 221 .mesa = 0,
gen7_l3_state.c 255 .mesa = 0,
294 * application using an outdated non-L3-aware Mesa version) is started while
297 * using a non-L3-aware Mesa version is started after another GL application
gen8_depth_state.c 366 .mesa = _NEW_BUFFERS |
brw_misc_state.c 92 .mesa = 0,
412 .mesa = _NEW_BUFFERS,
brw_draw_upload.c 771 .mesa = 0,
brw_context.h 120 * CS - Clipper. Mesa's clipping algorithms are imported to run on
312 /** State update flags signalled by mesa internals */
313 GLuint mesa; member in struct:brw_state_flags
321 /** Subclass of Mesa program */
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xmesaP.h 2 * Mesa 3-D graphics library
109 struct gl_context mesa; /* the core library context (containment) */ member in struct:xmesa_context
149 * For stand-alone Mesa, we could merge <drawable> and <pixmap> into one
187 XMesaVisual xm_visual; /* the X/Mesa visual */
381 * Return pointer to XMesaContext corresponding to a Mesa struct gl_context.
392 * Return pointer to XMesaBuffer corresponding to a Mesa struct gl_framebuffer.
fakeglx.c 2 * Mesa 3-D graphics library
28 * This is an emulation of the GLX API which allows Mesa/GLX-based programs
67 #define MESA_GLX_VERSION "Mesa " PACKAGE_VERSION
126 * Test if the given XVisualInfo is usable for Mesa rendering.
271 _mesa_warning(NULL, "Mesa: invalid value for MESA_BACK_BUFFER environment variable, using an XImage.");
410 _mesa_warning(NULL, "Mesa: error in glXCreateContext: bad visual\n");
510 * 10 bits per color channel. Mesa's limited to a max of 8 bits/channel.
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi_private.cpp 28 #include <mesa/program/prog_instruction.h>
  /external/mesa3d/src/intel/
Android.vulkan.mk 31 $(MESA_TOP)/src/mesa \
  /external/mesa3d/scripts/
get_reviewer.pl 12 # Linux source tree, adapted for use in mesa.
300 . "a mesa source tree.\n";
867 if ( (-f "${lk_path}docs/mesa.css")
869 && (-f "${lk_path}src/mesa/main/version.c")
    [all...]
  /external/mesa3d/src/mesa/state_tracker/tests/
test_glsl_to_tgsi_lifetime.cpp 28 #include <mesa/program/prog_instruction.h>
    [all...]

Completed in 267 milliseconds

1 23