HomeSort by relevance Sort by last modified time
    Searched refs:height0 (Results 226 - 250 of 284) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/drivers/r300/
r300_context.h 339 * Most of the time, these are equal to pipe_texture::width0, height0,
343 unsigned width0, height0, depth0; member in struct:r300_texture_desc
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_crtc.c 232 templat.height0 = 64;
xorg_dri2.c 130 template.height0 = pDraw->height;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_aaline.c 417 texTemp.height0 = 1 << TEXTURE_SIZE_LOG2;
448 assert(aaline->texture->width0 == aaline->texture->height0);
draw_pipe_pstipple.c 444 texTemp.height0 = 32;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_video.c 822 templ.height0 = height;
833 templ.height0 /= 2;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
api_filters.c 73 templ.height0 = 1;
85 0, 0, tex->width0, tex->height0);
paint.c 155 templ.height0 = 1;
366 map[7] = paint->pattern.sampler_view->texture->height0;
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_aaline.c 417 texTemp.height0 = 1 << TEXTURE_SIZE_LOG2;
448 assert(aaline->texture->width0 == aaline->texture->height0);
draw_pipe_pstipple.c 444 texTemp.height0 = 32;
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_video.c 822 templ.height0 = height;
833 templ.height0 /= 2;
  /external/mesa3d/src/gallium/state_trackers/vega/
api_filters.c 73 templ.height0 = 1;
85 0, 0, tex->width0, tex->height0);
paint.c 155 templ.height0 = 1;
366 map[7] = paint->pattern.sampler_view->texture->height0;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h 799 templat.height0 = height;
805 templat.last_level = MAX2(MAX2(util_logbase2(templat.width0), util_logbase2(templat.height0)), util_logbase2(templat.depth0));
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h 799 templat.height0 = height;
805 templat.last_level = MAX2(MAX2(util_logbase2(templat.width0), util_logbase2(templat.height0)), util_logbase2(templat.depth0));
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_transfer.c 22 const unsigned h = u_minify(res->height0, l);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
evergreen_compute_internal.c 522 height = view->base.texture->height0;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_resource_texture.c 425 tex->key.size.height = template->height0;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
tr_dump_state.c 67 trace_dump_uint(templat->height0);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/drm/
modeset.c 306 drmsurf->height = resource->height0;
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_fbo.c 187 templ.height0 = height;
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_transfer.c 22 const unsigned h = u_minify(res->height0, l);
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_compute_internal.c 522 height = view->base.texture->height0;
  /external/mesa3d/src/gallium/drivers/svga/
svga_resource_texture.c 425 tex->key.size.height = template->height0;
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump_state.c 67 trace_dump_uint(templat->height0);

Completed in 991 milliseconds

1 2 3 4 5 6 7 8 91011>>