Home
last modified time | relevance | path

Searched defs:pres (Results 1 – 25 of 43) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_resource.c62 struct pipe_resource *pres; in lima_resource_create_scanout() local
95 struct pipe_resource *pres = &res->base; in setup_miptree() local
153 struct pipe_resource *pres; in lima_resource_create_bo() local
220 struct pipe_resource *pres; in _lima_resource_create_with_modifiers() local
270 lima_resource_destroy(struct pipe_screen *pscreen, struct pipe_resource *pres) in lima_resource_destroy()
312 struct pipe_resource *pres = &res->base; in lima_resource_from_handle() local
407 struct pipe_resource *pres, in lima_resource_get_handle()
434 struct pipe_resource *pres, in lima_resource_get_param()
473 get_damage_bound_box(struct pipe_resource *pres, in get_damage_bound_box()
492 struct pipe_resource *pres, in lima_resource_set_damage_region()
[all …]
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_clear.c429 create_clear_surface(struct pipe_context *pctx, struct pipe_resource *pres, unsigned level, const s… in create_clear_surface()
454 struct pipe_resource *pres, in zink_clear_texture()
501 struct pipe_resource *pres, in zink_clear_buffer()
615 fb_clears_apply_internal(struct zink_context *ctx, struct pipe_resource *pres, int i) in fb_clears_apply_internal()
644 zink_fb_clears_apply(struct zink_context *ctx, struct pipe_resource *pres) in zink_fb_clears_apply()
660 zink_fb_clears_discard(struct zink_context *ctx, struct pipe_resource *pres) in zink_fb_clears_discard()
704 fb_clears_apply_or_discard_internal(struct zink_context *ctx, struct pipe_resource *pres, struct u_… in fb_clears_apply_or_discard_internal()
734 zink_fb_clears_apply_or_discard(struct zink_context *ctx, struct pipe_resource *pres, struct u_rect… in zink_fb_clears_apply_or_discard()
750 zink_fb_clears_apply_region(struct zink_context *ctx, struct pipe_resource *pres, struct u_rect reg… in zink_fb_clears_apply_region()
Dzink_surface.c129 struct pipe_resource *pres, in create_surface()
201 do_create_surface(struct pipe_context *pctx, struct pipe_resource *pres, const struct pipe_surface … in do_create_surface()
213 struct pipe_resource *pres, in zink_get_surface()
257 struct pipe_resource *pres, in zink_create_surface()
402 struct pipe_resource *pres; in zink_surface_create_null() local
Dzink_resource.c124 struct pipe_resource *pres) in zink_resource_destroy()
1276 struct pipe_resource *pres, in zink_resource_get_param()
1495 …struct pipe_resource *pres = resource_create(pscreen, &templ2, whandle, usage, &modifier, modifier… in zink_resource_from_handle() local
1563 struct pipe_resource *pres = resource_create(pscreen, templ, &memobj->whandle, 0, NULL, 0, NULL); in zink_resource_from_memobj() local
1607 zink_resource_invalidate(struct pipe_context *pctx, struct pipe_resource *pres) in zink_resource_invalidate()
1689 create_transfer(struct zink_context *ctx, struct pipe_resource *pres, unsigned usage, const struct … in create_transfer()
1724 struct pipe_resource *pres, in zink_buffer_map()
1902 struct pipe_resource *pres, in zink_image_map()
2145 zink_resource_get_separate_stencil(struct pipe_resource *pres) in zink_resource_get_separate_stencil()
2234 zink_resource_set_separate_stencil(struct pipe_resource *pres, in zink_resource_set_separate_stencil()
[all …]
Dzink_kopper.c541 struct pipe_resource *pres = screen->base.resource_create(&screen->base, &res->base.b); in kill_swapchain() local
835 zink_kopper_update(struct pipe_screen *pscreen, struct pipe_resource *pres, int *w, int *h) in zink_kopper_update()
903 zink_kopper_check(struct pipe_resource *pres) in zink_kopper_check()
914 zink_kopper_set_swap_interval(struct pipe_screen *pscreen, struct pipe_resource *pres, int interval) in zink_kopper_set_swap_interval()
929 zink_kopper_query_buffer_age(struct pipe_context *pctx, struct pipe_resource *pres) in zink_kopper_query_buffer_age()
Dzink_query.c680 …ct pipe_query *pquery, enum pipe_query_value_type result_type, struct pipe_resource *pres, unsigne… in force_cpu_read()
1191 struct pipe_resource *pres; in zink_render_condition() local
1231 struct pipe_resource *pres, in zink_get_query_result_resource()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_surface.cpp85 struct pipe_resource *pres, in initialize_dsv()
153 struct pipe_resource *pres, in initialize_rtv()
232 struct pipe_resource *pres, in d3d12_create_surface()
Dd3d12_resource.cpp50 can_map_directly(struct pipe_resource *pres) in can_map_directly()
645 struct pipe_resource *pres, in d3d12_resource_get_handle()
758 void d3d12_resource_get_planes_info(pipe_resource *pres, in d3d12_resource_get_planes_info()
796 struct pipe_resource *pres, in d3d12_resource_get_info()
1550 struct pipe_resource *pres, in d3d12_transfer_map()
Dd3d12_batch.cpp93 struct pipe_sampler_view *pres = (struct pipe_sampler_view *)entry->key; in delete_sampler_view() local
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_resource.c277 panfrost_is_2d(const struct panfrost_resource *pres) in panfrost_is_2d()
292 const struct panfrost_resource *pres, in panfrost_should_afbc()
360 const struct panfrost_resource *pres) in panfrost_should_tile_afbc()
369 const struct panfrost_resource *pres, in panfrost_should_tile()
397 const struct panfrost_resource *pres, in panfrost_best_modifier()
423 panfrost_should_checksum(const struct panfrost_device *dev, const struct panfrost_resource *pres) in panfrost_should_checksum()
443 struct panfrost_resource *pres, in panfrost_resource_setup()
484 panfrost_resource_init_afbc_headers(struct panfrost_resource *pres) in panfrost_resource_init_afbc_headers()
517 struct panfrost_resource *pres = pan_resource(res); in panfrost_resource_set_damage_region() local
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstvc1parse.c1132 GstVC1ParserResult pres; in gst_vc1_parse_handle_bdus() local
1232 GstVC1ParserResult pres; in gst_vc1_parse_handle_frame() local
1407 GstVC1ParserResult pres; in gst_vc1_parse_handle_frame() local
1435 GstVC1ParserResult pres; in gst_vc1_parse_handle_frame() local
2071 GstVC1ParserResult pres; in gst_vc1_parse_handle_seq_hdr() local
2200 GstVC1ParserResult pres; in gst_vc1_parse_handle_seq_layer() local
Dgsth265parse.c552 GstH265ParserResult pres; in gst_h265_parse_process_sei() local
721 GstH265ParserResult pres = GST_H265_PARSER_ERROR; in gst_h265_parse_process_nal() local
1144 GstH265ParserResult pres; in gst_h265_parse_handle_frame() local
/third_party/mesa3d/src/gallium/frontends/clover/core/
Dresource.hpp135 pipe_resource *pres; member in clover::mapping
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth265decoder.c257 GstH265ParserResult pres; in gst_h265_decoder_parse_vps() local
379 GstH265ParserResult pres; in gst_h265_decoder_parse_sps() local
407 GstH265ParserResult pres; in gst_h265_decoder_parse_pps() local
424 GstH265ParserResult pres; in gst_h265_decoder_parse_sei() local
638 GstH265ParserResult pres = GST_H265_PARSER_OK; in gst_h265_decoder_parse_slice() local
826 GstH265ParserResult pres; in gst_h265_decoder_parse_codec_data() local
1758 GstH265ParserResult pres; in gst_h265_decoder_handle_frame() local
Dgstvp8decoder.c353 GstVp8ParserResult pres; in gst_vp8_decoder_handle_frame() local
Dgsth264decoder.c522 GstH264ParserResult pres; in gst_h264_decoder_handle_frame() local
595 GstH264ParserResult pres; in gst_h264_decoder_parse_sps() local
625 GstH264ParserResult pres; in gst_h264_decoder_parse_pps() local
658 GstH264ParserResult pres; in gst_h264_decoder_parse_codec_data() local
1231 GstH264ParserResult pres = GST_H264_PARSER_OK; in gst_h264_decoder_parse_slice() local
Dgstvp9decoder.c356 GstVp9ParserResult pres; in gst_vp9_decoder_handle_frame() local
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_resource.h127 etna_resource_sampler_only(const struct pipe_resource *pres) in etna_resource_sampler_only()
135 etna_resource_hw_tileable(bool use_blt, const struct pipe_resource *pres) in etna_resource_hw_tileable()
/third_party/gstreamer/gstplugins_base/tests/icles/
Dposition-formats.c82 gboolean pres, dres; in run_queries() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_resource.c78 struct pipe_resource *pres, in nv50_surface_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_resource.c131 struct pipe_resource *pres, in nvc0_surface_create()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_resource.c310 struct pipe_resource *pres = vtransfer->base.resource; in virgl_transfer_map_size() local
838 struct pipe_resource *pres, in virgl_resource_create_transfer()
/third_party/gstreamer/gstreamer/gst/
Dgstpadtemplate.h191 #define GST_STATIC_PAD_TEMPLATE(padname, dir, pres, caps) \ argument
/third_party/glfw/deps/
Dtinycthread.c335 void *pres; in _thrd_wrapper_function() local
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
Dxm_st.c68 struct pipe_resource *pres; in xmesa_st_framebuffer_display() local

12