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

  /external/mesa3d/src/gallium/drivers/nv50/
nv50_resource.c 47 sf->base.u.buf.first_element = templ->u.buf.first_element;
51 templ->u.buf.first_element * util_format_get_blocksize(sf->base.format);
55 sf->width = templ->u.buf.last_element - templ->u.buf.first_element + 1;
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 348 unsigned first_element; member in struct:pipe_surface::__anon19990::__anon19992
372 unsigned first_element; member in struct:pipe_sampler_view::__anon19993::__anon19995
  /external/mesa3d/src/gallium/auxiliary/util/
u_inlines.h 221 (s1->u.buf.first_element == s2->u.buf.first_element &&
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_tex.c 113 view->pipe.u.buf.first_element * desc->block.bits / 8;
117 view->pipe.u.buf.last_element - view->pipe.u.buf.first_element + 1;
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump_state.c 503 trace_dump_member(uint, &state->u.buf, first_element);
553 trace_dump_member(uint, &state->u.buf, first_element);
  /external/mesa3d/src/gallium/state_trackers/vega/
stroker.c 875 VGPathCommand first_element; local
880 first_element = stroke_itr_command(it);
881 if (first_element != VG_MOVE_TO_ABS) {
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h     [all...]

Completed in 1185 milliseconds