Home
last modified time | relevance | path

Searched refs:tex_usage (Results 1 - 21 of 21) sorted by relevance

/third_party/mesa3d/src/gallium/include/frontend/
H A Dsw_winsys.h71 unsigned tex_usage,
87 unsigned tex_usage,
/third_party/mesa3d/src/gallium/winsys/sw/null/
H A Dnull_sw_winsys.c48 unsigned tex_usage, in null_sw_is_displaytarget_format_supported()
83 unsigned tex_usage, in null_sw_displaytarget_create()
47 null_sw_is_displaytarget_format_supported(struct sw_winsys *ws, unsigned tex_usage, enum pipe_format format ) null_sw_is_displaytarget_format_supported() argument
82 null_sw_displaytarget_create(struct sw_winsys *winsys, unsigned tex_usage, enum pipe_format format, unsigned width, unsigned height, unsigned alignment, const void *front_private, unsigned *stride) null_sw_displaytarget_create() argument
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri2.c854 unsigned tex_usage = 0; in dri2_create_image_from_winsys() local
861 tex_usage |= PIPE_BIND_RENDER_TARGET; in dri2_create_image_from_winsys()
864 tex_usage |= PIPE_BIND_SAMPLER_VIEW; in dri2_create_image_from_winsys()
867 if (!tex_usage && map->pipe_format == PIPE_FORMAT_NV12 && in dri2_create_image_from_winsys()
871 tex_usage |= PIPE_BIND_SAMPLER_VIEW; in dri2_create_image_from_winsys()
877 if (!tex_usage && map->pipe_format == PIPE_FORMAT_YUYV && in dri2_create_image_from_winsys()
881 tex_usage |= PIPE_BIND_SAMPLER_VIEW; in dri2_create_image_from_winsys()
884 if (!tex_usage && map->pipe_format == PIPE_FORMAT_UYVY && in dri2_create_image_from_winsys()
888 tex_usage |= PIPE_BIND_SAMPLER_VIEW; in dri2_create_image_from_winsys()
891 if (!tex_usage in dri2_create_image_from_winsys()
1119 unsigned tex_usage = 0; dri2_create_image_common() local
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture.c479 enum lp_texture_usage tex_usage) in llvmpipe_resource_map()
487 assert(tex_usage == LP_TEX_USAGE_READ || in llvmpipe_resource_map()
488 tex_usage == LP_TEX_USAGE_READ_WRITE || in llvmpipe_resource_map()
489 tex_usage == LP_TEX_USAGE_WRITE_ALL); in llvmpipe_resource_map()
497 if (tex_usage == LP_TEX_USAGE_READ) { in llvmpipe_resource_map()
686 enum lp_texture_usage tex_usage; in llvmpipe_transfer_map_ms() local
749 tex_usage = LP_TEX_USAGE_READ; in llvmpipe_transfer_map_ms()
753 tex_usage = LP_TEX_USAGE_READ_WRITE; in llvmpipe_transfer_map_ms()
766 tex_usage); in llvmpipe_transfer_map_ms()
476 llvmpipe_resource_map(struct pipe_resource *resource, unsigned level, unsigned layer, enum lp_texture_usage tex_usage) llvmpipe_resource_map() argument
H A Dlp_texture.h231 enum lp_texture_usage tex_usage);
/third_party/mesa3d/src/gallium/winsys/sw/gdi/
H A Dgdi_sw_winsys.c74 unsigned tex_usage, in gdi_sw_is_displaytarget_format_supported()
123 unsigned tex_usage, in gdi_sw_displaytarget_create()
73 gdi_sw_is_displaytarget_format_supported( struct sw_winsys *ws, unsigned tex_usage, enum pipe_format format ) gdi_sw_is_displaytarget_format_supported() argument
122 gdi_sw_displaytarget_create(struct sw_winsys *winsys, unsigned tex_usage, enum pipe_format format, unsigned width, unsigned height, unsigned alignment, const void *front_private, unsigned *stride) gdi_sw_displaytarget_create() argument
/third_party/mesa3d/src/gallium/auxiliary/rbug/
H A Drbug_texture.h109 uint32_t tex_usage; member
178 uint32_t tex_usage,
H A Drbug_texture.c297 uint32_t tex_usage, in rbug_send_texture_info_reply()
319 LEN(4); /* tex_usage */ in rbug_send_texture_info_reply()
346 WRITE(4, uint32_t, tex_usage); /* tex_usage */ in rbug_send_texture_info_reply()
597 READ(4, uint32_t, tex_usage); /* tex_usage */ in rbug_demarshal_texture_info_reply()
282 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, uint16_t *h16, uint32_t height_len, uint16_t *d16, 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) rbug_send_texture_info_reply() argument
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_screen.c544 unsigned storage_sample_count, unsigned tex_usage) in i915_is_format_supported()
585 if (tex_usage & PIPE_BIND_DEPTH_STENCIL) in i915_is_format_supported()
587 else if (tex_usage & PIPE_BIND_RENDER_TARGET) in i915_is_format_supported()
589 else if (tex_usage & PIPE_BIND_SAMPLER_VIEW) in i915_is_format_supported()
542 i915_is_format_supported(struct pipe_screen *screen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned tex_usage) i915_is_format_supported() argument
H A Di915_screen.h65 unsigned storage_sample_count, unsigned tex_usage);
/third_party/mesa3d/src/gallium/winsys/sw/dri/
H A Ddri_sw_winsys.c88 unsigned tex_usage, in dri_sw_is_displaytarget_format_supported()
119 unsigned tex_usage, in dri_sw_displaytarget_create()
87 dri_sw_is_displaytarget_format_supported( struct sw_winsys *ws, unsigned tex_usage, enum pipe_format format ) dri_sw_is_displaytarget_format_supported() argument
118 dri_sw_displaytarget_create(struct sw_winsys *winsys, unsigned tex_usage, enum pipe_format format, unsigned width, unsigned height, unsigned alignment, const void *front_private, unsigned *stride) dri_sw_displaytarget_create() argument
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_kopper.h109 zink_kopper_displaytarget_create(struct zink_screen *screen, unsigned tex_usage,
H A Dzink_kopper.c352 zink_kopper_displaytarget_create(struct zink_screen *screen, unsigned tex_usage, in zink_kopper_displaytarget_create() argument
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_texture.h160 GLuint tex_usage,
/third_party/mesa3d/src/gallium/winsys/sw/kms-dri/
H A Dkms_dri_sw_winsys.c123 unsigned tex_usage, in kms_sw_is_displaytarget_format_supported()
165 unsigned tex_usage, in kms_sw_displaytarget_create()
122 kms_sw_is_displaytarget_format_supported( struct sw_winsys *ws, unsigned tex_usage, enum pipe_format format ) kms_sw_is_displaytarget_format_supported() argument
164 kms_sw_displaytarget_create(struct sw_winsys *ws, unsigned tex_usage, enum pipe_format format, unsigned width, unsigned height, unsigned alignment, const void *front_private, unsigned *stride) kms_sw_displaytarget_create() argument
/third_party/mesa3d/src/gallium/winsys/sw/xlib/
H A Dxlib_sw_winsys.c225 unsigned tex_usage, in xlib_is_displaytarget_format_supported()
401 unsigned tex_usage, in xlib_displaytarget_create()
224 xlib_is_displaytarget_format_supported(struct sw_winsys *ws, unsigned tex_usage, enum pipe_format format) xlib_is_displaytarget_format_supported() argument
400 xlib_displaytarget_create(struct sw_winsys *winsys, unsigned tex_usage, enum pipe_format format, unsigned width, unsigned height, unsigned alignment, const void *front_private, unsigned *stride) xlib_displaytarget_create() argument
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_screen.c137 unsigned tex_usage) in rbug_screen_is_format_supported()
147 tex_usage); in rbug_screen_is_format_supported()
132 rbug_screen_is_format_supported(struct pipe_screen *_screen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned tex_usage) rbug_screen_is_format_supported() argument
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_screen.c151 unsigned tex_usage) in dd_screen_is_format_supported()
156 storage_sample_count, tex_usage); in dd_screen_is_format_supported()
146 dd_screen_is_format_supported(struct pipe_screen *_screen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned tex_usage) dd_screen_is_format_supported() argument
/third_party/mesa3d/src/gallium/winsys/sw/wrapper/
H A Dwrapper_sw_winsys.c89 unsigned tex_usage, in wsw_is_dt_format_supported()
88 wsw_is_dt_format_supported(struct sw_winsys *ws, unsigned tex_usage, enum pipe_format format) wsw_is_dt_format_supported() argument
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_screen.c257 unsigned tex_usage) in trace_screen_is_format_supported()
270 trace_dump_arg(uint, tex_usage); in trace_screen_is_format_supported()
273 storage_sample_count, tex_usage); in trace_screen_is_format_supported()
252 trace_screen_is_format_supported(struct pipe_screen *_screen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned tex_usage) trace_screen_is_format_supported() argument
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H A Dxm_api.c469 const unsigned tex_usage = PIPE_BIND_DEPTH_STENCIL; in choose_depth_stencil_format() local
494 sample_count, tex_usage)) { in choose_depth_stencil_format()

Completed in 18 milliseconds