Searched defs:tex_usage (Results 1 - 25 of 38) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/null/
H A Dnull_sw_winsys.c48 unsigned tex_usage,
83 unsigned tex_usage,
47 null_sw_is_displaytarget_format_supported(struct sw_winsys *ws, unsigned tex_usage, enum pipe_format format ) argument
82 null_sw_displaytarget_create(struct sw_winsys *winsys, unsigned tex_usage, enum pipe_format format, unsigned width, unsigned height, unsigned alignment, unsigned *stride) argument
/external/mesa3d/src/gallium/winsys/sw/null/
H A Dnull_sw_winsys.c48 unsigned tex_usage,
83 unsigned tex_usage,
47 null_sw_is_displaytarget_format_supported(struct sw_winsys *ws, unsigned tex_usage, enum pipe_format format ) argument
82 null_sw_displaytarget_create(struct sw_winsys *winsys, unsigned tex_usage, enum pipe_format format, unsigned width, unsigned height, unsigned alignment, unsigned *stride) argument
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
H A Drbug_texture.h109 uint32_t tex_usage; member in struct:rbug_proto_texture_info_reply
178 uint32_t tex_usage,
H A Drbug_texture.c295 uint32_t tex_usage,
315 LEN(4); /* tex_usage */
337 WRITE(4, uint32_t, tex_usage); /* tex_usage */
588 READ(4, uint32_t, tex_usage); /* tex_usage */
280 rbug_send_texture_info_reply(struct rbug_connection *__con, uint32_t serial, uint32_t target, uint32_t format, uint32_t *width, uint32_t width_len, uint32_t *height, uint32_t height_len, uint32_t *depth, uint32_t depth_len, uint32_t blockw, uint32_t blockh, uint32_t blocksize, uint32_t last_level, uint32_t nr_samples, uint32_t tex_usage, uint32_t *__serial) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_screen.c290 unsigned tex_usage)
338 if (!util_format_is_supported(format, tex_usage))
344 if(tex_usage & PIPE_BIND_DEPTH_STENCIL)
346 else if (tex_usage & PIPE_BIND_RENDER_TARGET)
348 else if (tex_usage & PIPE_BIND_SAMPLER_VIEW)
286 i915_is_format_supported(struct pipe_screen *screen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned tex_usage) argument
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/android/
H A Dandroid_sw_winsys.cpp84 unsigned tex_usage,
192 unsigned tex_usage,
83 android_displaytarget_create(struct sw_winsys *ws, unsigned tex_usage, enum pipe_format format, unsigned width, unsigned height, unsigned alignment, unsigned *stride) argument
191 android_is_displaytarget_format_supported(struct sw_winsys *ws, unsigned tex_usage, enum pipe_format format) argument
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/dri/
H A Ddri_sw_winsys.c73 unsigned tex_usage,
82 unsigned tex_usage,
72 dri_sw_is_displaytarget_format_supported( struct sw_winsys *ws, unsigned tex_usage, enum pipe_format format ) argument
81 dri_sw_displaytarget_create(struct sw_winsys *winsys, unsigned tex_usage, enum pipe_format format, unsigned width, unsigned height, unsigned alignment, unsigned *stride) argument
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/fbdev/
H A Dfbdev_sw_winsys.c159 unsigned tex_usage,
195 unsigned tex_usage,
158 fbdev_displaytarget_create(struct sw_winsys *ws, unsigned tex_usage, enum pipe_format format, unsigned width, unsigned height, unsigned alignment, unsigned *stride) argument
194 fbdev_is_displaytarget_format_supported(struct sw_winsys *ws, unsigned tex_usage, enum pipe_format format) argument
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/gdi/
H A Dgdi_sw_winsys.c74 unsigned tex_usage,
123 unsigned tex_usage,
73 gdi_sw_is_displaytarget_format_supported( struct sw_winsys *ws, unsigned tex_usage, enum pipe_format format ) argument
122 gdi_sw_displaytarget_create(struct sw_winsys *winsys, unsigned tex_usage, enum pipe_format format, unsigned width, unsigned height, unsigned alignment, unsigned *stride) argument
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/wayland/
H A Dwayland_sw_winsys.c140 unsigned tex_usage,
154 unsigned tex_usage,
164 if (!wayland_is_displaytarget_format_supported(ws, tex_usage, format))
139 wayland_is_displaytarget_format_supported(struct sw_winsys *ws, unsigned tex_usage, enum pipe_format format) argument
153 wayland_displaytarget_create(struct sw_winsys *ws, unsigned tex_usage, enum pipe_format format, unsigned width, unsigned height, unsigned alignment, unsigned *stride) argument
/external/mesa3d/src/gallium/auxiliary/rbug/
H A Drbug_texture.h109 uint32_t tex_usage; member in struct:rbug_proto_texture_info_reply
178 uint32_t tex_usage,
H A Drbug_texture.c295 uint32_t tex_usage,
315 LEN(4); /* tex_usage */
337 WRITE(4, uint32_t, tex_usage); /* tex_usage */
588 READ(4, uint32_t, tex_usage); /* tex_usage */
280 rbug_send_texture_info_reply(struct rbug_connection *__con, uint32_t serial, uint32_t target, uint32_t format, uint32_t *width, uint32_t width_len, uint32_t *height, uint32_t height_len, uint32_t *depth, uint32_t depth_len, uint32_t blockw, uint32_t blockh, uint32_t blocksize, uint32_t last_level, uint32_t nr_samples, uint32_t tex_usage, uint32_t *__serial) argument
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_screen.c290 unsigned tex_usage)
338 if (!util_format_is_supported(format, tex_usage))
344 if(tex_usage & PIPE_BIND_DEPTH_STENCIL)
346 else if (tex_usage & PIPE_BIND_RENDER_TARGET)
348 else if (tex_usage & PIPE_BIND_SAMPLER_VIEW)
286 i915_is_format_supported(struct pipe_screen *screen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned tex_usage) argument
/external/mesa3d/src/gallium/winsys/sw/android/
H A Dandroid_sw_winsys.cpp84 unsigned tex_usage,
192 unsigned tex_usage,
83 android_displaytarget_create(struct sw_winsys *ws, unsigned tex_usage, enum pipe_format format, unsigned width, unsigned height, unsigned alignment, unsigned *stride) argument
191 android_is_displaytarget_format_supported(struct sw_winsys *ws, unsigned tex_usage, enum pipe_format format) argument
/external/mesa3d/src/gallium/winsys/sw/dri/
H A Ddri_sw_winsys.c73 unsigned tex_usage,
82 unsigned tex_usage,
72 dri_sw_is_displaytarget_format_supported( struct sw_winsys *ws, unsigned tex_usage, enum pipe_format format ) argument
81 dri_sw_displaytarget_create(struct sw_winsys *winsys, unsigned tex_usage, enum pipe_format format, unsigned width, unsigned height, unsigned alignment, unsigned *stride) argument
/external/mesa3d/src/gallium/winsys/sw/fbdev/
H A Dfbdev_sw_winsys.c159 unsigned tex_usage,
195 unsigned tex_usage,
158 fbdev_displaytarget_create(struct sw_winsys *ws, unsigned tex_usage, enum pipe_format format, unsigned width, unsigned height, unsigned alignment, unsigned *stride) argument
194 fbdev_is_displaytarget_format_supported(struct sw_winsys *ws, unsigned tex_usage, enum pipe_format format) argument
/external/mesa3d/src/gallium/winsys/sw/gdi/
H A Dgdi_sw_winsys.c74 unsigned tex_usage,
123 unsigned tex_usage,
73 gdi_sw_is_displaytarget_format_supported( struct sw_winsys *ws, unsigned tex_usage, enum pipe_format format ) argument
122 gdi_sw_displaytarget_create(struct sw_winsys *winsys, unsigned tex_usage, enum pipe_format format, unsigned width, unsigned height, unsigned alignment, unsigned *stride) argument
/external/mesa3d/src/gallium/winsys/sw/wayland/
H A Dwayland_sw_winsys.c140 unsigned tex_usage,
154 unsigned tex_usage,
164 if (!wayland_is_displaytarget_format_supported(ws, tex_usage, format))
139 wayland_is_displaytarget_format_supported(struct sw_winsys *ws, unsigned tex_usage, enum pipe_format format) argument
153 wayland_displaytarget_create(struct sw_winsys *ws, unsigned tex_usage, enum pipe_format format, unsigned width, unsigned height, unsigned alignment, unsigned *stride) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
H A Dglhd_screen.c110 unsigned tex_usage)
123 tex_usage);
106 galahad_screen_is_format_supported(struct pipe_screen *_screen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned tex_usage) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
H A Did_screen.c106 unsigned tex_usage)
115 tex_usage);
102 identity_screen_is_format_supported(struct pipe_screen *_screen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned tex_usage) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
H A Drbug_screen.c109 unsigned tex_usage)
118 tex_usage);
105 rbug_screen_is_format_supported(struct pipe_screen *_screen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned tex_usage) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_screen.c387 unsigned tex_usage)
394 assert(tex_usage);
400 svga_format = svga_translate_format(ss, format, tex_usage);
410 if (tex_usage & PIPE_BIND_DISPLAY_TARGET) {
436 if (tex_usage & PIPE_BIND_RENDER_TARGET) {
439 if (tex_usage & PIPE_BIND_DEPTH_STENCIL) {
442 if (tex_usage & PIPE_BIND_SAMPLER_VIEW) {
383 svga_is_format_supported( struct pipe_screen *screen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned tex_usage) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
H A Dtr_screen.c161 unsigned tex_usage)
173 trace_dump_arg(uint, tex_usage);
176 tex_usage);
157 trace_screen_is_format_supported(struct pipe_screen *_screen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned tex_usage) argument
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/xlib/
H A Dxlib_sw_winsys.c217 unsigned tex_usage,
382 unsigned tex_usage,
216 xlib_is_displaytarget_format_supported(struct sw_winsys *ws, unsigned tex_usage, enum pipe_format format) argument
381 xlib_displaytarget_create(struct sw_winsys *winsys, unsigned tex_usage, enum pipe_format format, unsigned width, unsigned height, unsigned alignment, unsigned *stride) argument
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_format.c1420 unsigned tex_usage)
1425 sample_count, tex_usage)) {
1416 find_supported_format(struct pipe_screen *screen, const enum pipe_format formats[], enum pipe_texture_target target, unsigned sample_count, unsigned tex_usage) argument

Completed in 5669 milliseconds

12