/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | resource.hpp | 135 pipe_resource *pres; member in clover::mapping
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_resource.c | 77 nv50_surface_create(struct pipe_context *pipe, struct pipe_resource *pres, const struct pipe_surface *templ) nv50_surface_create() argument
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_batch.cpp | 93 struct pipe_sampler_view *pres = (struct pipe_sampler_view *)entry->key; in delete_sampler_view() local
|
H A D | d3d12_surface.cpp | 84 initialize_dsv(struct pipe_context *pctx, struct pipe_resource *pres, const struct pipe_surface *tpl, struct d3d12_descriptor_handle *handle, DXGI_FORMAT dxgi_format) initialize_dsv() argument 152 initialize_rtv(struct pipe_context *pctx, struct pipe_resource *pres, const struct pipe_surface *tpl, struct d3d12_descriptor_handle *handle, DXGI_FORMAT dxgi_format) initialize_rtv() argument 231 d3d12_create_surface(struct pipe_context *pctx, struct pipe_resource *pres, const struct pipe_surface *tpl) d3d12_create_surface() argument [all...] |
H A D | d3d12_screen.cpp | 751 d3d12_flush_frontbuffer(struct pipe_screen * pscreen, struct pipe_context *pctx, struct pipe_resource *pres, unsigned level, unsigned layer, void *winsys_drawable_handle, struct pipe_box *sub_box) d3d12_flush_frontbuffer() argument
|
H A D | d3d12_draw.cpp | 1184 struct pipe_resource *pres = conversion_modes[i] == D3D12_SURFACE_CONVERSION_BGRA_UINT ? in d3d12_draw_vbo() local 688 transition_surface_subresources_state(struct d3d12_context *ctx, struct pipe_surface *psurf, struct pipe_resource *pres, D3D12_RESOURCE_STATES state) transition_surface_subresources_state() argument
|
H A D | d3d12_resource.cpp | 50 can_map_directly(struct pipe_resource *pres) in can_map_directly() argument 758 void d3d12_resource_get_planes_info(pipe_resource *pres, in d3d12_resource_get_planes_info() argument 643 d3d12_resource_get_handle(struct pipe_screen *pscreen, struct pipe_context *pcontext, struct pipe_resource *pres, struct winsys_handle *handle, unsigned usage) d3d12_resource_get_handle() argument 795 d3d12_resource_get_info(struct pipe_screen *pscreen, struct pipe_resource *pres, unsigned *stride, unsigned *offset) d3d12_resource_get_info() argument 1549 d3d12_transfer_map(struct pipe_context *pctx, struct pipe_resource *pres, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **transfer) d3d12_transfer_map() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_resource.c | 130 nvc0_surface_create(struct pipe_context *pipe, struct pipe_resource *pres, const struct pipe_surface *templ) nvc0_surface_create() argument
|
/third_party/glfw/deps/ |
H A D | tinycthread.c | 335 void *pres; in _thrd_wrapper_function() local [all...] |
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
H A D | xm_st.c | 68 struct pipe_resource *pres; in xmesa_st_framebuffer_display() local
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_surface.c | 201 do_create_surface(struct pipe_context *pctx, struct pipe_resource *pres, const struct pipe_surface *templ, VkImageViewCreateInfo *ivci, uint32_t hash, bool actually) in do_create_surface() argument 128 create_surface(struct pipe_context *pctx, struct pipe_resource *pres, const struct pipe_surface *templ, VkImageViewCreateInfo *ivci, bool actually) create_surface() argument 212 zink_get_surface(struct zink_context *ctx, struct pipe_resource *pres, const struct pipe_surface *templ, VkImageViewCreateInfo *ivci) zink_get_surface() argument 256 zink_create_surface(struct pipe_context *pctx, struct pipe_resource *pres, const struct pipe_surface *templ) zink_create_surface() argument 402 struct pipe_resource *pres; zink_surface_create_null() local [all...] |
H A D | zink_clear.c | 429 create_clear_surface(struct pipe_context *pctx, struct pipe_resource *pres, unsigned level, const struct pipe_box *box) in create_clear_surface() argument 453 zink_clear_texture(struct pipe_context *pctx, struct pipe_resource *pres, unsigned level, const struct pipe_box *box, const void *data) zink_clear_texture() argument 500 zink_clear_buffer(struct pipe_context *pctx, struct pipe_resource *pres, unsigned offset, unsigned size, const void *clear_value, int clear_value_size) zink_clear_buffer() argument 615 fb_clears_apply_internal(struct zink_context *ctx, struct pipe_resource *pres, int i) fb_clears_apply_internal() argument 644 zink_fb_clears_apply(struct zink_context *ctx, struct pipe_resource *pres) zink_fb_clears_apply() argument 660 zink_fb_clears_discard(struct zink_context *ctx, struct pipe_resource *pres) zink_fb_clears_discard() argument 704 fb_clears_apply_or_discard_internal(struct zink_context *ctx, struct pipe_resource *pres, struct u_rect region, bool discard_only, bool invert, int i) fb_clears_apply_or_discard_internal() argument 734 zink_fb_clears_apply_or_discard(struct zink_context *ctx, struct pipe_resource *pres, struct u_rect region, bool discard_only) zink_fb_clears_apply_or_discard() argument 750 zink_fb_clears_apply_region(struct zink_context *ctx, struct pipe_resource *pres, struct u_rect region) zink_fb_clears_apply_region() argument [all...] |
H A D | zink_kopper.c | 541 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() argument 903 zink_kopper_check(struct pipe_resource *pres) in zink_kopper_check() argument 914 zink_kopper_set_swap_interval(struct pipe_screen *pscreen, struct pipe_resource *pres, in argument 929 zink_kopper_query_buffer_age(struct pipe_context *pctx, struct pipe_resource *pres) zink_kopper_query_buffer_age() argument [all...] |
H A D | zink_draw.cpp | 85 check_buffer_barrier(struct zink_context *ctx, struct pipe_resource *pres, VkAccessFlags flags, VkPipelineStageFlags pipeline) in check_buffer_barrier() argument
|
H A D | zink_query.c | 680 force_cpu_read(struct zink_context *ctx, struct pipe_query *pquery, enum pipe_query_value_type result_type, struct pipe_resource *pres, unsigned offset) in force_cpu_read() argument 1191 struct pipe_resource *pres; in zink_render_condition() local 1226 zink_get_query_result_resource(struct pipe_context *pctx, struct pipe_query *pquery, enum pipe_query_flags flags, enum pipe_query_value_type result_type, int index, struct pipe_resource *pres, unsigned offset) zink_get_query_result_resource() argument [all...] |
H A D | zink_context.h | 96 struct pipe_resource *pres; member
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_resource.h | 127 etna_resource_sampler_only(const struct pipe_resource *pres) in etna_resource_sampler_only() argument 135 etna_resource_hw_tileable(bool use_blt, const struct pipe_resource *pres) in etna_resource_hw_tileable() argument
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_resource.c | 310 struct pipe_resource *pres = vtransfer->base.resource; in virgl_transfer_map_size() local 837 virgl_resource_create_transfer(struct virgl_context *vctx, struct pipe_resource *pres, const struct virgl_resource_metadata *metadata, unsigned level, unsigned usage, const struct pipe_box *box) virgl_resource_create_transfer() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_resource.c | 62 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; lima_resource_create_bo() local 220 struct pipe_resource *pres; _lima_resource_create_with_modifiers() local 270 lima_resource_destroy(struct pipe_screen *pscreen, struct pipe_resource *pres) lima_resource_destroy() argument 312 struct pipe_resource *pres = &res->base; lima_resource_from_handle() local 405 lima_resource_get_handle(struct pipe_screen *pscreen, struct pipe_context *pctx, struct pipe_resource *pres, struct winsys_handle *handle, unsigned usage) lima_resource_get_handle() argument 432 lima_resource_get_param(struct pipe_screen *pscreen, struct pipe_context *pctx, struct pipe_resource *pres, unsigned plane, unsigned layer, unsigned level, enum pipe_resource_param param, unsigned usage, uint64_t *value) lima_resource_get_param() argument 473 get_damage_bound_box(struct pipe_resource *pres, const struct pipe_box *rects, unsigned int nrects, struct pipe_scissor_state *bound) get_damage_bound_box() argument 491 lima_resource_set_damage_region(struct pipe_screen *pscreen, struct pipe_resource *pres, unsigned int nrects, const struct pipe_box *rects) lima_resource_set_damage_region() argument 548 lima_surface_create(struct pipe_context *pctx, struct pipe_resource *pres, const struct pipe_surface *surf_tmpl) lima_surface_create() argument 598 lima_transfer_map(struct pipe_context *pctx, struct pipe_resource *pres, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **pptrans) lima_transfer_map() argument 748 struct pipe_resource *pres; lima_transfer_flush_region() local [all...] |
H A D | lima_job.c | 300 struct pipe_resource *pres = NULL; in lima_job_create_stream_bo() local
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_job.c | 772 struct panfrost_resource *pres = surf ? pan_resource(surf->texture) : NULL; in panfrost_emit_tile_map() local
|
H A D | pan_resource.c | 277 panfrost_is_2d(const struct panfrost_resource *pres) in panfrost_is_2d() argument 291 panfrost_should_afbc(struct panfrost_device *dev, const struct panfrost_resource *pres, enum pipe_format fmt) panfrost_should_afbc() argument 359 panfrost_should_tile_afbc(const struct panfrost_device *dev, const struct panfrost_resource *pres) panfrost_should_tile_afbc() argument 368 panfrost_should_tile(struct panfrost_device *dev, const struct panfrost_resource *pres, enum pipe_format fmt) panfrost_should_tile() argument 396 panfrost_best_modifier(struct panfrost_device *dev, const struct panfrost_resource *pres, enum pipe_format fmt) panfrost_best_modifier() argument 423 panfrost_should_checksum(const struct panfrost_device *dev, const struct panfrost_resource *pres) panfrost_should_checksum() argument 442 panfrost_resource_setup(struct panfrost_device *dev, struct panfrost_resource *pres, uint64_t modifier, enum pipe_format fmt) panfrost_resource_setup() argument 484 panfrost_resource_init_afbc_headers(struct panfrost_resource *pres) panfrost_resource_init_afbc_headers() argument 517 struct panfrost_resource *pres = pan_resource(res); panfrost_resource_set_damage_region() local [all...] |
/third_party/python/Parser/ |
H A D | pegen.c | 296 _PyPegen_is_memoized(Parser *p, int type, void *pres) in _PyPegen_is_memoized() argument
|
/third_party/mesa3d/src/gallium/drivers/asahi/ |
H A D | agx_pipe.c | 138 agx_select_modifier(const struct agx_resource *pres) in agx_select_modifier() argument
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ |
H A D | FeatureTag.java | 102 pres("Pre-base Substitutions"), enum constant
|