Home
last modified time | relevance | path

Searched defs:templ (Results 1 – 25 of 166) sorted by relevance

1234567

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_resource.c12 const struct pipe_resource *templ) in nv50_resource_create()
33 const struct pipe_resource *templ, in nv50_resource_from_handle()
46 const struct pipe_surface *templ) in nv50_surface_from_buffer()
79 const struct pipe_surface *templ) in nv50_surface_create()
Dnv50_miptree.c331 const struct pipe_resource *templ) in nv50_miptree_create()
405 const struct pipe_resource *templ, in nv50_miptree_from_handle()
471 const struct pipe_surface *templ) in nv50_surface_from_miptree()
506 const struct pipe_surface *templ) in nv50_miptree_surface_new()
Dnv50_tex.c49 const struct pipe_sampler_view *templ) in nv50_create_sampler_view()
62 const struct pipe_sampler_view *templ, in nv50_create_texture_view()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_resource.c10 const struct pipe_resource *templ) in nvc0_resource_create()
22 const struct pipe_resource *templ, in nvc0_resource_create_with_modifiers()
116 const struct pipe_resource *templ, in nvc0_resource_from_handle()
132 const struct pipe_surface *templ) in nvc0_surface_create()
141 const struct pipe_resource *templ, in nvc0_resource_from_user_memory()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_surface.c38 const struct pipe_surface *templ, in create_ivci()
130 const struct pipe_surface *templ, in create_surface()
201 …face(struct pipe_context *pctx, struct pipe_resource *pres, const struct pipe_surface *templ, VkIm… in do_create_surface()
214 const struct pipe_surface *templ, in zink_get_surface()
258 const struct pipe_surface *templ) in zink_create_surface()
403 struct pipe_resource templ = {0}; in zink_surface_create_null() local
Dzink_resource.c162 create_bci(struct zink_screen *screen, const struct pipe_resource *templ, unsigned bind) in create_bci()
255 …ats(struct zink_screen *screen, VkFormatFeatureFlags feats, const struct pipe_resource *templ, uns… in get_image_usage_for_feats()
353 …e_usage(struct zink_screen *screen, VkImageCreateInfo *ici, const struct pipe_resource *templ, uns… in get_image_usage()
407 create_ici(struct zink_screen *screen, VkImageCreateInfo *ici, const struct pipe_resource *templ, b… in create_ici()
550 resource_object_create(struct zink_screen *screen, const struct pipe_resource *templ, struct winsys… in resource_object_create()
1089 const struct pipe_resource *templ, in resource_create()
1209 const struct pipe_resource *templ) in zink_resource_create()
1215 zink_resource_create_with_modifiers(struct pipe_screen *pscreen, const struct pipe_resource *templ, in zink_resource_create_with_modifiers()
1223 const struct pipe_resource *templ, in zink_resource_create_drawable()
1476 const struct pipe_resource *templ, in zink_resource_from_handle()
[all …]
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_shader.c128 const struct pipe_shader_state *templ, in softpipe_create_shader_state()
154 const struct pipe_shader_state *templ) in softpipe_create_fs_state()
235 const struct pipe_shader_state *templ) in softpipe_create_vs_state()
296 const struct pipe_shader_state *templ) in softpipe_create_gs_state()
410 const struct pipe_compute_state *templ) in softpipe_create_compute_state()
/third_party/ntfs-3g/include/fuse-lite/
Dfuse_opt.h78 const char *templ; member
97 #define FUSE_OPT_KEY(templ, key) { templ, -1U, key } argument
/third_party/libfuse/include/
Dfuse_opt.h79 const char *templ; member
98 #define FUSE_OPT_KEY(templ, key) { templ, -1U, key } argument
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_tess.c42 const struct pipe_shader_state *templ) in llvmpipe_create_tcs_state()
110 const struct pipe_shader_state *templ) in llvmpipe_create_tes_state()
Dlp_state_gs.c44 const struct pipe_shader_state *templ) in llvmpipe_create_gs_state()
Dlp_state_vs.c43 const struct pipe_shader_state *templ) in llvmpipe_create_vs_state()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_buffer.c561 const struct pipe_resource *templ, in si_alloc_buffer_struct()
581 const struct pipe_resource *templ, unsigned alignment) in si_buffer_create()
628 const struct pipe_resource *templ, in si_buffer_from_user_memory()
656 const struct pipe_resource *templ, in si_buffer_from_winsys_buffer()
716 const struct pipe_resource *templ) in si_resource_create()
Dsi_texture.c432 struct pipe_resource templ = tex->buffer.b.b; in si_reallocate_texture_inplace() local
774 struct pipe_resource templ = res->b.b; in si_texture_get_handle() local
1176 const struct pipe_resource *templ, in si_choose_tiling()
1240 const struct pipe_resource *templ, in si_texture_create_with_modifier()
1340 const struct pipe_resource *templ) in si_texture_create()
1474 const struct pipe_resource *templ) in si_modifier_supports_resource()
1485 const struct pipe_resource *templ, in si_texture_create_with_modifiers()
1535 const struct pipe_resource *templ, in si_texture_from_winsys_buffer()
1654 const struct pipe_resource *templ, in si_texture_from_handle()
2086 const struct pipe_surface *templ) in si_create_surface()
[all …]
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_resource.c33 const struct pipe_resource *templ) in r300_resource_create()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_sampler_view.h40 struct pipe_sampler_view templ; in st_create_texture_sampler_view_format() local
/third_party/mesa3d/src/gallium/winsys/d3d12/wgl/
Dd3d12_wgl_framebuffer.cpp95 pipe_resource *templ) in d3d12_wgl_framebuffer_resize()
199 struct pipe_resource templ; in d3d12_wgl_framebuffer_get_resource() local
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_ts.c62 const struct pipe_shader_state *templ) in svga_create_tcs_state()
141 const struct pipe_shader_state *templ) in svga_create_tes_state()
Dsvga_pipe_gs.c42 const struct pipe_shader_state *templ) in svga_create_gs_state()
Dsvga_pipe_vs.c45 const struct pipe_shader_state *templ) in svga_create_vs_state()
Dsvga_pipe_fs.c43 const struct pipe_shader_state *templ) in svga_create_fs_state()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c362 struct pipe_resource templ = rtex->resource.b.b; in r600_reallocate_texture_inplace() local
532 struct pipe_resource templ = res->b.b; in r600_texture_get_handle() local
599 struct pipe_resource templ = rtex->resource.b.b; in r600_texture_get_fmask_info() local
1026 const struct pipe_resource *templ) in r600_choose_tiling()
1085 const struct pipe_resource *templ) in r600_texture_create()
1104 const struct pipe_resource *templ, in r600_texture_from_handle()
1516 const struct pipe_surface *templ, in r600_create_surface_custom()
1544 const struct pipe_surface *templ) in r600_create_surface()
1870 const struct pipe_resource *templ, in r600_texture_from_memobj()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resource.c167 const struct pipe_resource *templ, in select_best_modifier()
445 const struct pipe_resource *templ, in iris_resource_alloc_flags()
506 const struct pipe_resource *templ) in iris_alloc_resource()
659 const struct pipe_resource *templ, in iris_resource_configure_main()
1097 const struct pipe_resource *templ) in iris_resource_create_for_buffer()
1148 const struct pipe_resource *templ, in iris_resource_create_with_modifiers()
1241 const struct pipe_resource *templ) in iris_resource_create()
1265 const struct pipe_resource *templ, in iris_resource_from_user_memory()
1357 const struct pipe_resource *templ, in iris_resource_from_handle()
1438 const struct pipe_resource *templ, in iris_resource_from_memobj()
[all …]
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_resource.c96 const struct pipe_resource *templ, in select_best_modifier()
173 const struct pipe_resource *templ, in crocus_resource_configure_main()
358 const struct pipe_resource *templ) in crocus_alloc_resource()
649 const struct pipe_resource *templ) in crocus_resource_create_for_buffer()
676 const struct pipe_resource *templ, in crocus_resource_create_with_modifiers()
773 const struct pipe_resource *templ) in crocus_resource_create()
797 const struct pipe_resource *templ, in crocus_resource_from_user_memory()
823 const struct pipe_resource *templ, in crocus_resource_from_handle()
905 const struct pipe_resource *templ, in crocus_resource_from_memobj()
1243 struct pipe_resource templ = (struct pipe_resource) { in crocus_map_copy_region() local
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_resource.c439 const struct pipe_resource *templ = &res->b; in virgl_resource_realloc() local
635 const struct pipe_resource *templ, in virgl_resource_create_front()
699 const struct pipe_resource *templ) in virgl_resource_create()
705 const struct pipe_resource *templ, in virgl_resource_from_handle()

1234567