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

  /external/chromium_org/third_party/mesa/src/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,
  /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,
  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
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/gallium/drivers/llvmpipe/
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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
xm_api.c 382 const unsigned tex_usage = PIPE_BIND_DEPTH_STENCIL; local
408 tex_usage)) {
    [all...]
  /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 322 milliseconds