| /third_party/mesa3d/src/intel/vulkan/ |
| H A D | anv_device.c | 4008 const struct isl_surf *surf = &image->planes[0].primary_surface.isl; in anv_AllocateMemory() local
|
| H A D | genX_cmd_buffer.c | 364 isl_color_value_requires_conversion(union isl_color_value color, const struct isl_surf *surf, const struct isl_view *view) isl_color_value_requires_conversion() argument 6051 cmd_buffer_emit_gfx12_depth_wa(struct anv_cmd_buffer *cmd_buffer, const struct isl_surf *surf) cmd_buffer_emit_gfx12_depth_wa() argument
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_context.c | 2224 struct zink_surface *surf = zink_csurface(ctx->fb_state.cbufs[i]); in begin_rendering() local 2251 struct zink_surface *surf = zink_csurface(ctx->fb_state.zsbuf); begin_rendering() local 2343 struct zink_surface *surf = zink_csurface(ctx->fb_state.cbufs[i]); begin_rendering() local 2351 struct zink_surface *surf = zink_csurface(ctx->fb_state.zsbuf); begin_rendering() local 2430 zink_prep_fb_attachment(struct zink_context *ctx, struct zink_surface *surf, unsigned i) zink_prep_fb_attachment() argument 2736 rebind_fb_surface(struct zink_context *ctx, struct pipe_surface **surf, struct zink_resource *match_res) rebind_fb_surface() argument 2760 unbind_fb_surface(struct zink_context *ctx, struct pipe_surface *surf, unsigned idx, bool changed) unbind_fb_surface() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/panfrost/ |
| H A D | pan_cmdstream.c | 2709 panfrost_initialize_surface(struct panfrost_batch *batch, struct pipe_surface *surf) panfrost_initialize_surface() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
| H A D | Renderer9.cpp | 2806 IDirect3DSurface9 *surf = 0; in copyToRenderTarget() local
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
| H A D | psb_drv.h | 283 u32 surf; member 318 u32 surf; member
|
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_device.c | 6247 const struct radeon_surf *surf = &plane->surface; in radv_initialise_color_surface() local 6523 const struct radeon_surf *surf = &image->planes[0].surface; radv_initialise_vrs_surface() local 6553 const struct radeon_surf *surf = &plane->surface; radv_initialise_ds_surface() local [all...] |
| /third_party/mesa3d/src/intel/isl/ |
| H A D | isl.h | 1629 const struct isl_surf *surf; member 1794 const struct isl_surf *surf; member 2518 isl_surf_get_image_alignment_el(const struct isl_surf *surf) isl_surf_get_image_alignment_el() argument 2528 isl_surf_get_image_alignment_sa(const struct isl_surf *surf) isl_surf_get_image_alignment_sa() argument 2541 isl_surf_get_logical_level0_el(const struct isl_surf *surf) isl_surf_get_logical_level0_el() argument 2555 isl_surf_get_phys_level0_el(const struct isl_surf *surf) isl_surf_get_phys_level0_el() argument 2569 isl_surf_get_row_pitch_B(const struct isl_surf *surf) isl_surf_get_row_pitch_B() argument 2578 isl_surf_get_row_pitch_el(const struct isl_surf *surf) isl_surf_get_row_pitch_el() argument 2590 isl_surf_get_array_pitch_el_rows(const struct isl_surf *surf) isl_surf_get_array_pitch_el_rows() argument 2599 isl_surf_get_array_pitch_el(const struct isl_surf *surf) isl_surf_get_array_pitch_el() argument 2609 isl_surf_get_array_pitch_sa_rows(const struct isl_surf *surf) isl_surf_get_array_pitch_sa_rows() argument 2619 isl_surf_get_array_pitch(const struct isl_surf *surf) isl_surf_get_array_pitch() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| H A D | iris_state.c | 2677 struct iris_surface *surf = calloc(1, sizeof(struct iris_surface)); in iris_create_surface() local 2462 fill_surface_state(struct isl_device *isl_dev, void *map, struct iris_resource *res, struct isl_surf *surf, struct isl_view *view, unsigned aux_usage, uint32_t extra_main_offset, uint32_t tile_x_sa, uint32_t tile_y_sa) fill_surface_state() argument 2505 fill_surface_states(struct isl_device *isl_dev, struct iris_surface_state *surf_state, struct iris_resource *res, struct isl_surf *surf, struct isl_view *view, uint64_t extra_main_offset, uint32_t tile_x_sa, uint32_t tile_y_sa) fill_surface_states() argument 3093 struct iris_surface *surf = (void *) p_surf; iris_surface_destroy() local 4962 struct iris_surface *surf = (void *) p_surf; use_surface() local 5750 emit_depth_state_workarounds(struct iris_context *ice, struct iris_batch *batch, const struct isl_surf *surf) emit_depth_state_workarounds() argument [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_threaded_context.c | 1856 tc_surface_destroy(struct pipe_context *_pipe, struct pipe_surface *surf) tc_surface_destroy() argument
|
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | evergreen_state.c | 1294 evergreen_init_color_surface_rat(struct r600_context *rctx, struct r600_surface *surf) evergreen_init_color_surface_rat() argument 1322 evergreen_init_color_surface(struct r600_context *rctx, struct r600_surface *surf) evergreen_init_color_surface() argument 1353 evergreen_init_depth_surface(struct r600_context *rctx, struct r600_surface *surf) evergreen_init_depth_surface() argument 1447 struct r600_surface *surf; evergreen_set_framebuffer_state() local [all...] |
| /third_party/skia/tests/ |
| H A D | PathTest.cpp | 5148 auto surf = SkSurface::MakeRasterN32Premul(100, 100); in DEF_TEST() local 5180 auto surf = SkSurface::MakeRasterN32Premul(10, 10); in DEF_TEST() local
|
| /third_party/mesa3d/src/gallium/drivers/crocus/ |
| H A D | crocus_state.c | 2858 struct crocus_surface *surf = calloc(1, sizeof(struct crocus_surface)); in crocus_create_surface() local 3220 struct crocus_surface *surf = (void *) p_surf; crocus_surface_destroy() local 4924 uint32_t *surf = stream_state(batch, isl_dev->ss.size, emit_sized_null_surface() local 4991 struct isl_surf surf = *in_surf; emit_surface_state() local 5074 emit_surface(struct crocus_batch *batch, struct crocus_surface *surf, enum isl_aux_usage aux_usage, bool blend_enable, uint32_t write_disables) emit_surface() argument 5103 emit_rt_surface(struct crocus_batch *batch, struct crocus_surface *surf, enum isl_aux_usage aux_usage) emit_rt_surface() argument [all...] |