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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
egl_g3d_st.c 140 templ.height0 = gsurf->base.Height;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
image.c 134 vg_get_copy_coords(src_loc, src->texture->width0, src->texture->height0,
135 dst_loc, dst->width0, dst->height0);
267 pt.height0 = height;
423 PIPE_TRANSFER_WRITE, 0, 0, texture->width0, texture->height0);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_st.c 76 templ.height0 = height;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_xv.c 172 templ.height0 = height;
192 dst[0]->height0 != height) {
198 dst[1]->height0 != height) {
204 dst[2]->height0 != height) {
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
shader-leak.c 199 templat.height0 = HEIGHT;
tri-gs.c 206 templat.height0 = HEIGHT;
tri-instanced.c 257 templat.height0 = HEIGHT;
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/
tri.c 136 tmplt.height0 = HEIGHT;
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/wayland/
wayland_sw_winsys.c 222 wldt->height = templet->height0;
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_sampler.c 303 const uint width = pt->width0, height = pt->height0, depth = pt->depth0;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_sampler.c 303 tex->width0, tex->height0, tex->depth0,
  /external/mesa3d/src/gallium/drivers/noop/
noop_state.c 118 surface->height = texture->height0;
  /external/mesa3d/src/gallium/drivers/r300/
r300_transfer.c 123 base.height0 = box->height;
  /external/mesa3d/src/gallium/drivers/radeonsi/
r600_texture.c 81 surface->npix_y = ptex->height0;
334 resource.height0 = box->height;
639 resource.height0 = texture->height0;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_tile_cache.c 274 height = u_minify(tc->texture->height0, addr.bits.level);
  /external/mesa3d/src/gallium/drivers/svga/
svga_resource_buffer.c 394 sbuf->b.b.height0 = 1;
svga_state_constants.c 288 data[1] = 1.0f / (float) tex->height0;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11.cpp 114 box.height = u_minify(resource->height0, level);
  /external/mesa3d/src/gallium/state_trackers/dri/common/
dri_context.c 249 draw->textures[ST_ATTACHMENT_BACK_LEFT]->height0);
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_st.c 140 templ.height0 = gsurf->base.Height;
  /external/mesa3d/src/gallium/state_trackers/vega/
image.c 134 vg_get_copy_coords(src_loc, src->texture->width0, src->texture->height0,
135 dst_loc, dst->width0, dst->height0);
267 pt.height0 = height;
423 PIPE_TRANSFER_WRITE, 0, 0, texture->width0, texture->height0);
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_st.c 76 templ.height0 = height;
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_xv.c 172 templ.height0 = height;
192 dst[0]->height0 != height) {
198 dst[1]->height0 != height) {
204 dst[2]->height0 != height) {
  /external/mesa3d/src/gallium/tests/graw/
shader-leak.c 199 templat.height0 = HEIGHT;
tri-gs.c 206 templat.height0 = HEIGHT;

Completed in 1602 milliseconds

1 2 3 4 5 67 8 91011>>