| /third_party/mesa3d/src/gallium/drivers/virgl/ |
| H A D | virgl_texture.c | 124 struct pipe_resource templ, *resolve_tmp; in texture_transfer_map_resolve() local
|
| /third_party/mesa3d/src/gallium/winsys/sw/wrapper/ |
| H A D | wrapper_sw_winsys.c | 155 struct pipe_resource templ; in wsw_dt_create() local 180 wsw_dt_from_handle(struct sw_winsys *ws, const struct pipe_resource *templ, struct winsys_handle *whandle, unsigned *stride) wsw_dt_from_handle() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | r600_uvd.c | 67 struct pipe_resource templ; in r600_video_buffer_create() local [all...] |
| H A D | r600_test_dma.c | 44 alloc_cpu_texture(struct cpu_texture *tex, struct pipe_resource *templ, int bpp) alloc_cpu_texture() argument
|
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_image_view.c | 144 struct pipe_resource templ; in svga_set_shader_images() local
|
| H A D | svga_pipe_rasterizer.c | 188 svga_create_rasterizer_state(struct pipe_context *pipe, const struct pipe_rasterizer_state *templ) svga_create_rasterizer_state() argument [all...] |
| /third_party/node/src/ |
| H A D | node_wasm_web_api.cc | 24 Local<Function> templ = env->wasm_streaming_object_constructor(); in Initialize() local
|
| /third_party/ntfs-3g/libfuse-lite/ |
| H A D | mount_util.c | 71 char templ[] = "/tmp/fusermountXXXXXX"; in fuse_mnt_add_mount() local 315 char templ[] = "/tmp/fusermountXXXXXX"; in fuse_mnt_add_mount() local
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_vdpau.c | 114 struct pipe_resource templ, *res; in st_vdpau_resource_from_description() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_tex.c | 47 nv50_create_sampler_view(struct pipe_context *pipe, struct pipe_resource *res, const struct pipe_sampler_view *templ) nv50_create_sampler_view() argument 60 nv50_create_texture_view(struct pipe_context *pipe, struct pipe_resource *texture, const struct pipe_sampler_view *templ, uint32_t flags) nv50_create_texture_view() argument
|
| H A D | nv98_video.c | 85 nv98_create_decoder(struct pipe_context *context, const struct pipe_video_codec *templ) nv98_create_decoder() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_transfer.c | 280 struct pipe_resource templ = *prsc; in etna_transfer_map() local
|
| /third_party/mesa3d/src/gallium/drivers/d3d12/ |
| H A D | d3d12_surface.cpp | 326 struct pipe_resource templ = {}; in d3d12_surface_update_pre_draw() local [all...] |
| H A D | d3d12_tcs_variant.cpp | 138 struct pipe_shader_state templ; in create_tess_ctrl_shader_variant() local
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_resource.c | 9 nvc0_resource_create(struct pipe_screen *screen, const struct pipe_resource *templ) nvc0_resource_create() argument 21 nvc0_resource_create_with_modifiers(struct pipe_screen *screen, const struct pipe_resource *templ, const uint64_t *modifiers, int count) nvc0_resource_create_with_modifiers() argument 115 nvc0_resource_from_handle(struct pipe_screen * screen, const struct pipe_resource *templ, struct winsys_handle *whandle, unsigned usage) nvc0_resource_from_handle() argument 130 nvc0_surface_create(struct pipe_context *pipe, struct pipe_resource *pres, const struct pipe_surface *templ) nvc0_surface_create() argument 140 nvc0_resource_from_user_memory(struct pipe_screen *pipe, const struct pipe_resource *templ, void *user_memory) nvc0_resource_from_user_memory() argument [all...] |
| H A D | nvc0_video.c | 91 nvc0_create_decoder(struct pipe_context *context, const struct pipe_video_codec *templ) nvc0_create_decoder() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/r300/ |
| H A D | r300_screen_buffer.c | 164 r300_buffer_create(struct pipe_screen *screen, const struct pipe_resource *templ) r300_buffer_create() argument
|
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsLongStressTestUtil.cpp | 58 string ProgramLibrary::substitute (const string& templ, const map<string, string>& additionalParams) const in substitute() argument
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | radeon_uvd_enc.c | 263 radeon_uvd_create_encoder(struct pipe_context *context, const struct pipe_video_codec *templ, struct radeon_winsys *ws, radeon_uvd_enc_get_buffer get_buffer) radeon_uvd_create_encoder() argument
|
| /third_party/mesa3d/src/gallium/drivers/softpipe/ |
| H A D | sp_state_shader.c | 126 softpipe_create_shader_state(struct pipe_context *pipe, struct pipe_shader_state *shader, const struct pipe_shader_state *templ, bool debug) softpipe_create_shader_state() argument 153 softpipe_create_fs_state(struct pipe_context *pipe, const struct pipe_shader_state *templ) softpipe_create_fs_state() argument 234 softpipe_create_vs_state(struct pipe_context *pipe, const struct pipe_shader_state *templ) softpipe_create_vs_state() argument 295 softpipe_create_gs_state(struct pipe_context *pipe, const struct pipe_shader_state *templ) softpipe_create_gs_state() argument 409 softpipe_create_compute_state(struct pipe_context *pipe, const struct pipe_compute_state *templ) softpipe_create_compute_state() argument [all...] |
| /third_party/mesa3d/src/gallium/winsys/sw/kms-dri/ |
| H A D | kms_dri_sw_winsys.c | 406 kms_sw_displaytarget_from_handle(struct sw_winsys *ws, const struct pipe_resource *templ, struct winsys_handle *whandle, unsigned *stride) kms_sw_displaytarget_from_handle() argument
|
| /third_party/mesa3d/src/gallium/winsys/radeon/drm/ |
| H A D | radeon_drm_surface.c | 374 struct pipe_resource templ = *tex; in radeon_winsys_surface_init() local
|
| /third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
| H A D | xm_st.c | 125 struct pipe_resource templ; in xmesa_st_framebuffer_validate_textures() local [all...] |
| /third_party/mesa3d/src/gallium/winsys/sw/dri/ |
| H A D | dri_sw_winsys.c | 215 dri_sw_displaytarget_from_handle(struct sw_winsys *winsys, const struct pipe_resource *templ, struct winsys_handle *whandle, unsigned *stride) dri_sw_displaytarget_from_handle() argument
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_surface.c | 36 create_ivci(struct zink_screen *screen, struct zink_resource *res, const struct pipe_surface *templ, enum pipe_texture_target target) create_ivci() argument 128 create_surface(struct pipe_context *pctx, struct pipe_resource *pres, const struct pipe_surface *templ, VkImageViewCreateInfo *ivci, bool actually) create_surface() argument 201 do_create_surface(struct pipe_context *pctx, struct pipe_resource *pres, const struct pipe_surface *templ, VkImageViewCreateInfo *ivci, uint32_t hash, bool actually) do_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 403 struct pipe_resource templ = {0}; zink_surface_create_null() local [all...] |