| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_descriptor_set.c | 1405 struct radv_descriptor_update_template *templ; in radv_CreateDescriptorUpdateTemplate() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | r600_texture.c | 362 struct pipe_resource templ = rtex->resource.b.b; in r600_reallocate_texture_inplace() local 532 struct pipe_resource templ = res->b.b; r600_texture_get_handle() local 599 struct pipe_resource templ = rtex->resource.b.b; r600_texture_get_fmask_info() local 1025 r600_choose_tiling(struct r600_common_screen *rscreen, const struct pipe_resource *templ) r600_choose_tiling() argument 1084 r600_texture_create(struct pipe_screen *screen, const struct pipe_resource *templ) r600_texture_create() argument 1103 r600_texture_from_handle(struct pipe_screen *screen, const struct pipe_resource *templ, struct winsys_handle *whandle, unsigned usage) r600_texture_from_handle() argument 1514 r600_create_surface_custom(struct pipe_context *pipe, struct pipe_resource *texture, const struct pipe_surface *templ, unsigned width0, unsigned height0, unsigned width, unsigned height) r600_create_surface_custom() argument 1542 r600_create_surface(struct pipe_context *pipe, struct pipe_resource *tex, const struct pipe_surface *templ) r600_create_surface() argument 1869 r600_texture_from_memobj(struct pipe_screen *screen, const struct pipe_resource *templ, struct pipe_memory_object *_memobj, uint64_t offset) r600_texture_from_memobj() argument [all...] |
| /third_party/mesa3d/src/gallium/frontends/dri/ |
| H A D | dri2.c | 302 struct pipe_resource templ; in dri2_allocate_buffer() local 443 struct pipe_resource templ; dri2_allocate_textures() local 853 struct pipe_resource templ; dri2_create_image_from_winsys() local 1118 struct pipe_resource templ; dri2_create_image_common() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/virgl/ |
| H A D | virgl_context.c | 349 virgl_create_surface(struct pipe_context *ctx, struct pipe_resource *resource, const struct pipe_surface *templ) virgl_create_surface() argument
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_texture.c | 432 struct pipe_resource templ = tex->buffer.b.b; in si_reallocate_texture_inplace() local 774 struct pipe_resource templ = res->b.b; si_texture_get_handle() local 1175 si_choose_tiling(struct si_screen *sscreen, const struct pipe_resource *templ, bool tc_compatible_htile) si_choose_tiling() argument 1239 si_texture_create_with_modifier(struct pipe_screen *screen, const struct pipe_resource *templ, uint64_t modifier) si_texture_create_with_modifier() argument 1339 si_texture_create(struct pipe_screen *screen, const struct pipe_resource *templ) si_texture_create() argument 1472 si_modifier_supports_resource(struct pipe_screen *screen, uint64_t modifier, const struct pipe_resource *templ) si_modifier_supports_resource() argument 1484 si_texture_create_with_modifiers(struct pipe_screen *screen, const struct pipe_resource *templ, const uint64_t *modifiers, int modifier_count) si_texture_create_with_modifiers() argument 1534 si_texture_from_winsys_buffer(struct si_screen *sscreen, const struct pipe_resource *templ, struct pb_buffer *buf, unsigned stride, uint64_t offset, uint64_t modifier, unsigned usage, bool dedicated) si_texture_from_winsys_buffer() argument 1653 si_texture_from_handle(struct pipe_screen *screen, const struct pipe_resource *templ, struct winsys_handle *whandle, unsigned usage) si_texture_from_handle() argument 2085 si_create_surface(struct pipe_context *pipe, struct pipe_resource *tex, const struct pipe_surface *templ) si_create_surface() argument 2241 si_resource_from_memobj(struct pipe_screen *screen, const struct pipe_resource *templ, struct pipe_memory_object *_memobj, uint64_t offset) si_resource_from_memobj() argument [all...] |
| H A D | radeon_vcn_dec.c | 2711 radeon_create_decoder(struct pipe_context *context, const struct pipe_video_codec *templ) radeon_create_decoder() argument [all...] |
| /third_party/mesa3d/src/gallium/frontends/lavapipe/ |
| H A D | lvp_private.h | 380 lvp_descriptor_template_templ_ref(struct lvp_descriptor_update_template *templ) in lvp_descriptor_template_templ_ref() argument 390 lvp_descriptor_template_templ_unref(struct lvp_device *device, struct lvp_descriptor_update_template *templ) lvp_descriptor_template_templ_unref() argument [all...] |
| /third_party/node/src/ |
| H A D | env.cc | 463 Local<FunctionTemplate> templ = FunctionTemplate::New(isolate()); in CreateProperties() local
|
| H A D | node_messaging.cc | 1137 Local<FunctionTemplate> templ = env->message_port_constructor_template(); in GetMessagePortConstructorTemplate() local
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_cb_drawpixels.c | 1361 struct pipe_sampler_view templ; in st_DrawPixels() local
|
| H A D | st_cb_texture.c | 1515 struct pipe_sampler_view templ; in try_pbo_upload_common() local 1682 struct pipe_surface templ; try_pbo_upload() local 1782 struct pipe_sampler_view templ; try_pbo_download() local 2226 struct pipe_surface templ; st_CompressedTexSubImage() local [all...] |
| /third_party/mesa3d/src/microsoft/vulkan/ |
| H A D | dzn_descriptor_set.c | 1899 dzn_descriptor_update_template_destroy(struct dzn_descriptor_update_template *templ, in dzn_descriptor_update_template_destroy() argument 2035 dzn_descriptor_update_template_get_desc_data(const struct dzn_descriptor_update_template *templ, uint32_t e, uint32_t d, const void *user_data) dzn_descriptor_update_template_get_desc_data() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_cs.c | 477 llvmpipe_create_compute_state(struct pipe_context *pipe, const struct pipe_compute_state *templ) llvmpipe_create_compute_state() argument
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_surface.c | 1124 struct pipe_surface templ; in nv50_blit_set_dst() local 1154 struct pipe_sampler_view templ; in nv50_blit_set_src() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/i915/ |
| H A D | i915_context.h | 202 struct pipe_rasterizer_state templ; member 219 struct pipe_sampler_state templ; member 226 struct pipe_surface templ; member
|
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| H A D | iris_resource.c | 166 select_best_modifier(struct intel_device_info *devinfo, const struct pipe_resource *templ, const uint64_t *modifiers, int count) select_best_modifier() argument 444 iris_resource_alloc_flags(const struct iris_screen *screen, const struct pipe_resource *templ, enum isl_aux_usage aux_usage) iris_resource_alloc_flags() argument 505 iris_alloc_resource(struct pipe_screen *pscreen, const struct pipe_resource *templ) iris_alloc_resource() argument 657 iris_resource_configure_main(const struct iris_screen *screen, struct iris_resource *res, const struct pipe_resource *templ, uint64_t modifier, uint32_t row_pitch_B) iris_resource_configure_main() argument 1096 iris_resource_create_for_buffer(struct pipe_screen *pscreen, const struct pipe_resource *templ) iris_resource_create_for_buffer() argument 1147 iris_resource_create_with_modifiers(struct pipe_screen *pscreen, const struct pipe_resource *templ, const uint64_t *modifiers, int modifiers_count) iris_resource_create_with_modifiers() argument 1240 iris_resource_create(struct pipe_screen *pscreen, const struct pipe_resource *templ) iris_resource_create() argument 1264 iris_resource_from_user_memory(struct pipe_screen *pscreen, const struct pipe_resource *templ, void *user_memory) iris_resource_from_user_memory() argument 1356 iris_resource_from_handle(struct pipe_screen *pscreen, const struct pipe_resource *templ, struct winsys_handle *whandle, unsigned usage) iris_resource_from_handle() argument 1437 iris_resource_from_memobj(struct pipe_screen *pscreen, const struct pipe_resource *templ, struct pipe_memory_object *pmemobj, uint64_t offset) iris_resource_from_memobj() argument 1470 iris_resource_from_memobj_wrapper(struct pipe_screen *pscreen, const struct pipe_resource *templ, struct pipe_memory_object *pmemobj, uint64_t offset) iris_resource_from_memobj_wrapper() argument 1560 struct pipe_resource templ = old_res->base.b; iris_reallocate_resource_inplace() local 2000 struct pipe_resource templ = (struct pipe_resource) { iris_map_copy_region() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/d3d12/ |
| H A D | d3d12_resource.cpp | 118 init_buffer(struct d3d12_screen *screen, struct d3d12_resource *res, const struct pipe_resource *templ) init_buffer() argument 168 init_texture(struct d3d12_screen *screen, struct d3d12_resource *res, const struct pipe_resource *templ, ID3D12Heap *heap, uint64_t placed_offset) init_texture() argument 346 d3d12_resource_create_or_place(struct d3d12_screen *screen, struct d3d12_resource *res, const struct pipe_resource *templ, ID3D12Heap *heap, uint64_t placed_offset) d3d12_resource_create_or_place() argument 395 d3d12_resource_create(struct pipe_screen *pscreen, const struct pipe_resource *templ) d3d12_resource_create() argument 406 d3d12_resource_from_handle(struct pipe_screen *pscreen, const struct pipe_resource *templ, struct winsys_handle *handle, unsigned usage) d3d12_resource_from_handle() argument 692 struct pipe_resource templ; d3d12_resource_from_resource() local 903 d3d12_resource_from_memobj(struct pipe_screen *pscreen, const struct pipe_resource *templ, struct pipe_memory_object *pmemobj, uint64_t offset) d3d12_resource_from_memobj() argument [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
| H A D | tr_context.c | 1071 trace_context_create_sampler_view(struct pipe_context *_pipe, struct pipe_resource *resource, const struct pipe_sampler_view *templ) trace_context_create_sampler_view() argument
|
| /third_party/mesa3d/src/gallium/drivers/crocus/ |
| H A D | crocus_resource.c | 95 select_best_modifier(struct intel_device_info *devinfo, const struct pipe_resource *templ, const uint64_t *modifiers, int count) select_best_modifier() argument 171 crocus_resource_configure_main(const struct crocus_screen *screen, struct crocus_resource *res, const struct pipe_resource *templ, uint64_t modifier, uint32_t row_pitch_B) crocus_resource_configure_main() argument 357 crocus_alloc_resource(struct pipe_screen *pscreen, const struct pipe_resource *templ) crocus_alloc_resource() argument 648 crocus_resource_create_for_buffer(struct pipe_screen *pscreen, const struct pipe_resource *templ) crocus_resource_create_for_buffer() argument 675 crocus_resource_create_with_modifiers(struct pipe_screen *pscreen, const struct pipe_resource *templ, const uint64_t *modifiers, int modifiers_count) crocus_resource_create_with_modifiers() argument 772 crocus_resource_create(struct pipe_screen *pscreen, const struct pipe_resource *templ) crocus_resource_create() argument 796 crocus_resource_from_user_memory(struct pipe_screen *pscreen, const struct pipe_resource *templ, void *user_memory) crocus_resource_from_user_memory() argument 822 crocus_resource_from_handle(struct pipe_screen *pscreen, const struct pipe_resource *templ, struct winsys_handle *whandle, unsigned usage) crocus_resource_from_handle() argument 904 crocus_resource_from_memobj(struct pipe_screen *pscreen, const struct pipe_resource *templ, struct pipe_memory_object *pmemobj, uint64_t offset) crocus_resource_from_memobj() argument 1243 struct pipe_resource templ = (struct pipe_resource) { crocus_map_copy_region() local [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
| H A D | rbug_context.c | 1043 rbug_context_create_sampler_view(struct pipe_context *_pipe, struct pipe_resource *_resource, const struct pipe_sampler_view *templ) rbug_context_create_sampler_view() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
| H A D | noop_pipe.c | 103 noop_resource_create(struct pipe_screen *screen, const struct pipe_resource *templ) noop_resource_create() argument 128 noop_resource_create_with_modifiers(struct pipe_screen *screen, const struct pipe_resource *templ, const uint64_t *modifiers, int count) noop_resource_create_with_modifiers() argument 144 noop_resource_from_handle(struct pipe_screen *screen, const struct pipe_resource *templ, struct winsys_handle *handle, unsigned usage) noop_resource_from_handle() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_resource.c | 162 create_bci(struct zink_screen *screen, const struct pipe_resource *templ, unsigned bind) in create_bci() argument 255 get_image_usage_for_feats(struct zink_screen *screen, VkFormatFeatureFlags feats, const struct pipe_resource *templ, unsigned bind, bool *need_extended) in get_image_usage_for_feats() argument 353 get_image_usage(struct zink_screen *screen, VkImageCreateInfo *ici, const struct pipe_resource *templ, unsigned bind, unsigned modifiers_count, const uint64_t *modifiers, uint64_t *mod) in get_image_usage() argument 407 create_ici(struct zink_screen *screen, VkImageCreateInfo *ici, const struct pipe_resource *templ, bool dmabuf, unsigned bind, unsigned modifiers_count, const uint64_t *modifiers, bool *success) create_ici() argument 550 resource_object_create(struct zink_screen *screen, const struct pipe_resource *templ, struct winsys_handle *whandle, bool *optimal_tiling, const uint64_t *modifiers, int modifiers_count, const void *loader_private) resource_object_create() argument 1088 resource_create(struct pipe_screen *pscreen, const struct pipe_resource *templ, struct winsys_handle *whandle, unsigned external_usage, const uint64_t *modifiers, int modifiers_count, const void *loader_private) resource_create() argument 1208 zink_resource_create(struct pipe_screen *pscreen, const struct pipe_resource *templ) zink_resource_create() argument 1215 zink_resource_create_with_modifiers(struct pipe_screen *pscreen, const struct pipe_resource *templ, const uint64_t *modifiers, int modifiers_count) zink_resource_create_with_modifiers() argument 1222 zink_resource_create_drawable(struct pipe_screen *pscreen, const struct pipe_resource *templ, const void *loader_private) zink_resource_create_drawable() argument 1475 zink_resource_from_handle(struct pipe_screen *pscreen, const struct pipe_resource *templ, struct winsys_handle *whandle, unsigned usage) zink_resource_from_handle() argument 1556 zink_resource_from_memobj(struct pipe_screen *pscreen, const struct pipe_resource *templ, struct pipe_memory_object *pmemobj, uint64_t offset) zink_resource_from_memobj() argument 1938 struct pipe_resource templ = *pres; zink_image_map() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_surface.c | 933 struct pipe_surface templ; in nvc0_blit_set_dst() local 963 struct pipe_sampler_view templ; in nvc0_blit_set_src() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/r300/ |
| H A D | r300_state.c | 1629 r300_create_sampler_view_custom(struct pipe_context *pipe, struct pipe_resource *texture, const struct pipe_sampler_view *templ, unsigned width0_override, unsigned height0_override) r300_create_sampler_view_custom() argument 1681 r300_create_sampler_view(struct pipe_context *pipe, struct pipe_resource *texture, const struct pipe_sampler_view *templ) r300_create_sampler_view() argument [all...] |
| /third_party/node/deps/v8/src/wasm/ |
| H A D | wasm-js.cc | 2649 Local<FunctionTemplate> templ = FunctionTemplate::New( in NewFunctionTemplate() local 2658 Local<ObjectTemplate> templ = ObjectTemplate::New(isolate); in NewObjectTemplate() local
|