Searched defs:statt (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
H A Degl_g3d_st.c117 enum st_attachment_type statt)
191 enum st_attachment_type statt)
116 egl_g3d_st_framebuffer_flush_front_pbuffer(struct st_framebuffer_iface *stfbi, enum st_attachment_type statt) argument
190 egl_g3d_st_framebuffer_flush_front(struct st_framebuffer_iface *stfbi, enum st_attachment_type statt) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dvg_manager.c237 enum st_attachment_type statt; local
239 statt = stfbi->visual->render_buffer;
240 if (statt != ST_ATTACHMENT_INVALID) {
242 if (!st_visual_have_buffers(stfbi->visual, 1 << statt)) {
243 switch (statt) {
245 statt = ST_ATTACHMENT_FRONT_LEFT;
248 statt = ST_ATTACHMENT_FRONT_RIGHT;
254 if (!st_visual_have_buffers(stfbi->visual, 1 << statt))
255 statt = ST_ATTACHMENT_INVALID;
259 return statt;
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_st.c160 enum st_attachment_type statt)
165 resource = stwfb->textures[statt];
175 enum st_attachment_type statt)
181 return stw_st_framebuffer_present_locked(stwfb->fb->hDC, &stwfb->base, statt);
158 stw_st_framebuffer_present_locked(HDC hdc, struct st_framebuffer_iface *stfb, enum st_attachment_type statt) argument
174 stw_st_framebuffer_flush_front(struct st_framebuffer_iface *stfb, enum st_attachment_type statt) argument
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Degl_g3d_st.c117 enum st_attachment_type statt)
191 enum st_attachment_type statt)
116 egl_g3d_st_framebuffer_flush_front_pbuffer(struct st_framebuffer_iface *stfbi, enum st_attachment_type statt) argument
190 egl_g3d_st_framebuffer_flush_front(struct st_framebuffer_iface *stfbi, enum st_attachment_type statt) argument
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dvg_manager.c237 enum st_attachment_type statt; local
239 statt = stfbi->visual->render_buffer;
240 if (statt != ST_ATTACHMENT_INVALID) {
242 if (!st_visual_have_buffers(stfbi->visual, 1 << statt)) {
243 switch (statt) {
245 statt = ST_ATTACHMENT_FRONT_LEFT;
248 statt = ST_ATTACHMENT_FRONT_RIGHT;
254 if (!st_visual_have_buffers(stfbi->visual, 1 << statt))
255 statt = ST_ATTACHMENT_INVALID;
259 return statt;
[all...]
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_st.c160 enum st_attachment_type statt)
165 resource = stwfb->textures[statt];
175 enum st_attachment_type statt)
181 return stw_st_framebuffer_present_locked(stwfb->fb->hDC, &stwfb->base, statt);
158 stw_st_framebuffer_present_locked(HDC hdc, struct st_framebuffer_iface *stfb, enum st_attachment_type statt) argument
174 stw_st_framebuffer_flush_front(struct st_framebuffer_iface *stfb, enum st_attachment_type statt) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/
H A Ddri_drawable.c104 enum st_attachment_type statt)
110 drawable->flush_frontbuffer(drawable, statt);
179 enum st_attachment_type statt)
185 if (drawable->texture_mask & (1 << statt))
194 statts[count++] = statt;
261 enum st_attachment_type statt,
265 switch (statt) {
103 dri_st_framebuffer_flush_front(struct st_framebuffer_iface *stfbi, enum st_attachment_type statt) argument
178 dri_drawable_validate_att(struct dri_drawable *drawable, enum st_attachment_type statt) argument
260 dri_drawable_get_format(struct dri_drawable *drawable, enum st_attachment_type statt, enum pipe_format *format, unsigned *bind) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/drm/
H A Ddri_drawable.c104 enum st_attachment_type statt)
110 drawable->flush_frontbuffer(drawable, statt);
179 enum st_attachment_type statt)
185 if (drawable->texture_mask & (1 << statt))
194 statts[count++] = statt;
261 enum st_attachment_type statt,
265 switch (statt) {
103 dri_st_framebuffer_flush_front(struct st_framebuffer_iface *stfbi, enum st_attachment_type statt) argument
178 dri_drawable_validate_att(struct dri_drawable *drawable, enum st_attachment_type statt) argument
260 dri_drawable_get_format(struct dri_drawable *drawable, enum st_attachment_type statt, enum pipe_format *format, unsigned *bind) argument
H A Ddri2.c237 enum st_attachment_type statt; local
243 statt = ST_ATTACHMENT_INVALID;
248 statt = ST_ATTACHMENT_FRONT_LEFT;
251 statt = ST_ATTACHMENT_BACK_LEFT;
259 statt = ST_ATTACHMENT_DEPTH_STENCIL;
262 statt = ST_ATTACHMENT_INVALID;
266 statt = ST_ATTACHMENT_INVALID;
270 dri_drawable_get_format(drawable, statt, &format, &bind);
271 if (statt == ST_ATTACHMENT_INVALID || format == PIPE_FORMAT_NONE)
279 drawable->textures[statt]
395 dri2_flush_frontbuffer(struct dri_drawable *drawable, enum st_attachment_type statt) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/sw/
H A Ddri_drawable.c104 enum st_attachment_type statt)
110 drawable->flush_frontbuffer(drawable, statt);
179 enum st_attachment_type statt)
185 if (drawable->texture_mask & (1 << statt))
194 statts[count++] = statt;
261 enum st_attachment_type statt,
265 switch (statt) {
103 dri_st_framebuffer_flush_front(struct st_framebuffer_iface *stfbi, enum st_attachment_type statt) argument
178 dri_drawable_validate_att(struct dri_drawable *drawable, enum st_attachment_type statt) argument
260 dri_drawable_get_format(struct dri_drawable *drawable, enum st_attachment_type statt, enum pipe_format *format, unsigned *bind) argument
H A Ddrisw.c162 enum st_attachment_type statt)
170 ptex = drawable->textures[statt];
161 drisw_flush_frontbuffer(struct dri_drawable *drawable, enum st_attachment_type statt) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
H A Dxm_st.c60 enum st_attachment_type statt)
63 struct pipe_resource *ptex = xstfb->textures[statt];
257 enum st_attachment_type statt)
262 ret = xmesa_st_framebuffer_display(stfbi, statt);
59 xmesa_st_framebuffer_display(struct st_framebuffer_iface *stfbi, enum st_attachment_type statt) argument
256 xmesa_st_framebuffer_flush_front(struct st_framebuffer_iface *stfbi, enum st_attachment_type statt) argument
/external/mesa3d/src/gallium/state_trackers/dri/common/
H A Ddri_drawable.c104 enum st_attachment_type statt)
110 drawable->flush_frontbuffer(drawable, statt);
179 enum st_attachment_type statt)
185 if (drawable->texture_mask & (1 << statt))
194 statts[count++] = statt;
261 enum st_attachment_type statt,
265 switch (statt) {
103 dri_st_framebuffer_flush_front(struct st_framebuffer_iface *stfbi, enum st_attachment_type statt) argument
178 dri_drawable_validate_att(struct dri_drawable *drawable, enum st_attachment_type statt) argument
260 dri_drawable_get_format(struct dri_drawable *drawable, enum st_attachment_type statt, enum pipe_format *format, unsigned *bind) argument
/external/mesa3d/src/gallium/state_trackers/dri/drm/
H A Ddri_drawable.c104 enum st_attachment_type statt)
110 drawable->flush_frontbuffer(drawable, statt);
179 enum st_attachment_type statt)
185 if (drawable->texture_mask & (1 << statt))
194 statts[count++] = statt;
261 enum st_attachment_type statt,
265 switch (statt) {
103 dri_st_framebuffer_flush_front(struct st_framebuffer_iface *stfbi, enum st_attachment_type statt) argument
178 dri_drawable_validate_att(struct dri_drawable *drawable, enum st_attachment_type statt) argument
260 dri_drawable_get_format(struct dri_drawable *drawable, enum st_attachment_type statt, enum pipe_format *format, unsigned *bind) argument
H A Ddri2.c237 enum st_attachment_type statt; local
243 statt = ST_ATTACHMENT_INVALID;
248 statt = ST_ATTACHMENT_FRONT_LEFT;
251 statt = ST_ATTACHMENT_BACK_LEFT;
259 statt = ST_ATTACHMENT_DEPTH_STENCIL;
262 statt = ST_ATTACHMENT_INVALID;
266 statt = ST_ATTACHMENT_INVALID;
270 dri_drawable_get_format(drawable, statt, &format, &bind);
271 if (statt == ST_ATTACHMENT_INVALID || format == PIPE_FORMAT_NONE)
279 drawable->textures[statt]
395 dri2_flush_frontbuffer(struct dri_drawable *drawable, enum st_attachment_type statt) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/dri/sw/
H A Ddri_drawable.c104 enum st_attachment_type statt)
110 drawable->flush_frontbuffer(drawable, statt);
179 enum st_attachment_type statt)
185 if (drawable->texture_mask & (1 << statt))
194 statts[count++] = statt;
261 enum st_attachment_type statt,
265 switch (statt) {
103 dri_st_framebuffer_flush_front(struct st_framebuffer_iface *stfbi, enum st_attachment_type statt) argument
178 dri_drawable_validate_att(struct dri_drawable *drawable, enum st_attachment_type statt) argument
260 dri_drawable_get_format(struct dri_drawable *drawable, enum st_attachment_type statt, enum pipe_format *format, unsigned *bind) argument
H A Ddrisw.c162 enum st_attachment_type statt)
170 ptex = drawable->textures[statt];
161 drisw_flush_frontbuffer(struct dri_drawable *drawable, enum st_attachment_type statt) argument
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dxm_st.c60 enum st_attachment_type statt)
63 struct pipe_resource *ptex = xstfb->textures[statt];
257 enum st_attachment_type statt)
262 ret = xmesa_st_framebuffer_display(stfbi, statt);
59 xmesa_st_framebuffer_display(struct st_framebuffer_iface *stfbi, enum st_attachment_type statt) argument
256 xmesa_st_framebuffer_flush_front(struct st_framebuffer_iface *stfbi, enum st_attachment_type statt) argument
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_manager.c76 attachment_to_buffer_index(enum st_attachment_type statt) argument
80 switch (statt) {
114 enum st_attachment_type statt; local
118 statt = ST_ATTACHMENT_FRONT_LEFT;
121 statt = ST_ATTACHMENT_BACK_LEFT;
124 statt = ST_ATTACHMENT_FRONT_RIGHT;
127 statt = ST_ATTACHMENT_BACK_RIGHT;
130 statt = ST_ATTACHMENT_DEPTH_STENCIL;
133 statt = ST_ATTACHMENT_ACCUM;
136 statt
265 enum st_attachment_type statt; local
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_manager.c76 attachment_to_buffer_index(enum st_attachment_type statt) argument
80 switch (statt) {
114 enum st_attachment_type statt; local
118 statt = ST_ATTACHMENT_FRONT_LEFT;
121 statt = ST_ATTACHMENT_BACK_LEFT;
124 statt = ST_ATTACHMENT_FRONT_RIGHT;
127 statt = ST_ATTACHMENT_BACK_RIGHT;
130 statt = ST_ATTACHMENT_DEPTH_STENCIL;
133 statt = ST_ATTACHMENT_ACCUM;
136 statt
265 enum st_attachment_type statt; local
[all...]

Completed in 264 milliseconds