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

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/
dri_drawable.c 46 const enum st_attachment_type *statts,
60 statt_mask |= (1 << statts[i]);
78 drawable->allocate_textures(drawable, statts, count);
96 pipe_resource_reference(&out[i], drawable->textures[statts[i]]);
181 enum st_attachment_type statts[ST_ATTACHMENT_COUNT]; local
191 statts[count++] = i;
194 statts[count++] = statt;
198 drawable->base.validate(&drawable->base, statts, count, NULL);
dri_drawable.h 73 const enum st_attachment_type *statts,
  /external/mesa3d/src/gallium/state_trackers/dri/common/
dri_drawable.c 46 const enum st_attachment_type *statts,
60 statt_mask |= (1 << statts[i]);
78 drawable->allocate_textures(drawable, statts, count);
96 pipe_resource_reference(&out[i], drawable->textures[statts[i]]);
181 enum st_attachment_type statts[ST_ATTACHMENT_COUNT]; local
191 statts[count++] = i;
194 statts[count++] = statt;
198 drawable->base.validate(&drawable->base, statts, count, NULL);
dri_drawable.h 73 const enum st_attachment_type *statts,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
egl_g3d_st.c 153 const enum st_attachment_type *statts,
164 if (gsurf->stvis.render_buffer != statts[i])
205 const enum st_attachment_type *statts,
218 switch (statts[i]) {
249 switch (statts[i]) {
270 if (statts[i] == stfbi->visual->render_buffer)
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_st.c 153 const enum st_attachment_type *statts,
164 if (gsurf->stvis.render_buffer != statts[i])
205 const enum st_attachment_type *statts,
218 switch (statts[i]) {
249 switch (statts[i]) {
270 if (statts[i] == stfbi->visual->render_buffer)
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/sw/
drisw.c 186 const enum st_attachment_type *statts,
220 if (drawable->textures[statts[i]])
223 dri_drawable_get_format(drawable, statts[i], &format, &bind);
226 if (statts[i] != ST_ATTACHMENT_DEPTH_STENCIL && !swrast_no_present)
235 drawable->textures[statts[i]] =
  /external/mesa3d/src/gallium/state_trackers/dri/sw/
drisw.c 186 const enum st_attachment_type *statts,
220 if (drawable->textures[statts[i]])
223 dri_drawable_get_format(drawable, statts[i], &format, &bind);
226 if (statts[i] != ST_ATTACHMENT_DEPTH_STENCIL && !swrast_no_present)
235 drawable->textures[statts[i]] =
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_st.c 125 const enum st_attachment_type *statts,
134 statt_mask |= 1 << statts[i];
146 pipe_resource_reference(&out[i], stwfb->textures[statts[i]]);
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_st.c 125 const enum st_attachment_type *statts,
134 statt_mask |= 1 << statts[i];
146 pipe_resource_reference(&out[i], stwfb->textures[statts[i]]);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
xm_st.c 190 * \param statts array of framebuffer attachments
191 * \param count number of framebuffer attachments in statts[]
196 const enum st_attachment_type *statts,
208 statt_mask |= 1 << statts[i];
246 pipe_resource_reference(&out[i], xstfb->textures[statts[i]]);
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_st.c 190 * \param statts array of framebuffer attachments
191 * \param count number of framebuffer attachments in statts[]
196 const enum st_attachment_type *statts,
208 statt_mask |= 1 << statts[i];
246 pipe_resource_reference(&out[i], xstfb->textures[statts[i]]);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/drm/
dri2.c 84 const enum st_attachment_type *statts,
109 dri_drawable_get_format(drawable, statts[i], &format, &bind);
113 switch (statts[i]) {
383 const enum st_attachment_type *statts,
389 buffers = dri2_drawable_get_buffers(drawable, statts, &num_buffers);
  /external/mesa3d/src/gallium/state_trackers/dri/drm/
dri2.c 84 const enum st_attachment_type *statts,
109 dri_drawable_get_format(drawable, statts[i], &format, &bind);
113 switch (statts[i]) {
383 const enum st_attachment_type *statts,
389 buffers = dri2_drawable_get_buffers(drawable, statts, &num_buffers);
  /external/chromium_org/third_party/mesa/src/src/gallium/include/state_tracker/
st_api.h 338 const enum st_attachment_type *statts,
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_context.h 220 enum st_attachment_type statts[ST_ATTACHMENT_COUNT]; member in struct:st_framebuffer
st_manager.c 195 if (!stfb->iface->validate(stfb->iface, stfb->statts,
214 idx = attachment_to_buffer_index(stfb->statts[i]);
274 stfb->statts[stfb->num_statts++] = statt;
  /external/mesa3d/src/gallium/include/state_tracker/
st_api.h 338 const enum st_attachment_type *statts,
  /external/mesa3d/src/mesa/state_tracker/
st_context.h 220 enum st_attachment_type statts[ST_ATTACHMENT_COUNT]; member in struct:st_framebuffer
st_manager.c 195 if (!stfb->iface->validate(stfb->iface, stfb->statts,
214 idx = attachment_to_buffer_index(stfb->statts[i]);
274 stfb->statts[stfb->num_statts++] = statt;

Completed in 551 milliseconds