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

  /external/mesa3d/src/gallium/include/state_tracker/
sw_winsys.h 73 unsigned tex_usage,
89 unsigned tex_usage,
  /external/mesa3d/src/gallium/drivers/i915/
i915_screen.h 73 unsigned tex_usage);
i915_screen.c 290 unsigned tex_usage)
338 if (!util_format_is_supported(format, tex_usage))
344 if(tex_usage & PIPE_BIND_DEPTH_STENCIL)
346 else if (tex_usage & PIPE_BIND_RENDER_TARGET)
348 else if (tex_usage & PIPE_BIND_SAMPLER_VIEW)
  /external/mesa3d/src/gallium/winsys/sw/null/
null_sw_winsys.c 48 unsigned tex_usage,
83 unsigned tex_usage,
  /external/mesa3d/src/gallium/drivers/svga/
svga_screen.c 387 unsigned tex_usage)
394 assert(tex_usage);
400 svga_format = svga_translate_format(ss, format, tex_usage);
410 if (tex_usage & PIPE_BIND_DISPLAY_TARGET) {
436 if (tex_usage & PIPE_BIND_RENDER_TARGET) {
439 if (tex_usage & PIPE_BIND_DEPTH_STENCIL) {
442 if (tex_usage & PIPE_BIND_SAMPLER_VIEW) {
  /external/mesa3d/src/gallium/state_trackers/dri/drm/
dri2.c 441 unsigned tex_usage; local
444 tex_usage = PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW;
471 templ.bind = tex_usage;
520 unsigned tex_usage; local
523 tex_usage = PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW;
525 tex_usage |= PIPE_BIND_SCANOUT;
527 tex_usage |= PIPE_BIND_SHARED;
531 tex_usage |= PIPE_BIND_CURSOR;
559 templ.bind = tex_usage;
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_texture.h 109 uint32_t tex_usage; member in struct:rbug_proto_texture_info_reply
178 uint32_t tex_usage,
rbug_texture.c 295 uint32_t tex_usage,
315 LEN(4); /* tex_usage */
337 WRITE(4, uint32_t, tex_usage); /* tex_usage */
588 READ(4, uint32_t, tex_usage); /* tex_usage */
  /external/mesa3d/src/gallium/winsys/sw/android/
android_sw_winsys.cpp 84 unsigned tex_usage,
192 unsigned tex_usage,
  /external/mesa3d/src/gallium/winsys/sw/dri/
dri_sw_winsys.c 73 unsigned tex_usage,
82 unsigned tex_usage,
  /external/mesa3d/src/gallium/winsys/sw/gdi/
gdi_sw_winsys.c 74 unsigned tex_usage,
123 unsigned tex_usage,
  /external/mesa3d/src/gallium/winsys/sw/wayland/
wayland_sw_winsys.c 140 unsigned tex_usage,
154 unsigned tex_usage,
164 if (!wayland_is_displaytarget_format_supported(ws, tex_usage, format))
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_texture.h 177 enum lp_texture_usage tex_usage,
lp_texture.c 370 enum lp_texture_usage tex_usage,
379 assert(tex_usage == LP_TEX_USAGE_READ ||
380 tex_usage == LP_TEX_USAGE_READ_WRITE ||
381 tex_usage == LP_TEX_USAGE_WRITE_ALL);
394 if (tex_usage == LP_TEX_USAGE_READ) {
411 map2 = llvmpipe_get_texture_image(lpr, 0, 0, tex_usage, layout);
420 tex_usage, layout);
673 enum lp_texture_usage tex_usage; local
687 tex_usage = LP_TEX_USAGE_READ;
691 tex_usage = LP_TEX_USAGE_READ_WRITE
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_texture.h 156 GLuint tex_usage );
st_format.c     [all...]
  /external/mesa3d/src/gallium/drivers/identity/
id_screen.c 106 unsigned tex_usage)
115 tex_usage);
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_screen.c 109 unsigned tex_usage)
118 tex_usage);
  /external/mesa3d/src/gallium/winsys/sw/fbdev/
fbdev_sw_winsys.c 159 unsigned tex_usage,
195 unsigned tex_usage,
  /external/mesa3d/src/gallium/drivers/trace/
tr_screen.c 161 unsigned tex_usage)
173 trace_dump_arg(uint, tex_usage);
176 tex_usage);
  /external/mesa3d/src/gallium/winsys/sw/xlib/
xlib_sw_winsys.c 217 unsigned tex_usage,
382 unsigned tex_usage,
  /external/mesa3d/src/gallium/drivers/galahad/
glhd_screen.c 110 unsigned tex_usage)
123 tex_usage);
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.c 382 const unsigned tex_usage = PIPE_BIND_DEPTH_STENCIL; local
408 tex_usage)) {
    [all...]

Completed in 442 milliseconds