Path: blob/21.2-virgl/src/gallium/drivers/v3d/v3dx_context.h
4570 views
/*1* Copyright © 2014-2017 Broadcom2* Copyright (C) 2012 Rob Clark <[email protected]>3*4* Permission is hereby granted, free of charge, to any person obtaining a5* copy of this software and associated documentation files (the "Software"),6* to deal in the Software without restriction, including without limitation7* the rights to use, copy, modify, merge, publish, distribute, sublicense,8* and/or sell copies of the Software, and to permit persons to whom the9* Software is furnished to do so, subject to the following conditions:10*11* The above copyright notice and this permission notice (including the next12* paragraph) shall be included in all copies or substantial portions of the13* Software.14*15* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR16* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,17* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL18* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER19* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING20* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS21* IN THE SOFTWARE.22*/2324/* This file generates the per-v3d-version function prototypes. It must only25* be included from v3d_context.h.26*/2728struct v3d_hw;29struct v3d_format;3031void v3dX(start_binning)(struct v3d_context *v3d,32struct v3d_job *job);33void v3dX(emit_state)(struct pipe_context *pctx);34void v3dX(emit_rcl)(struct v3d_job *job);35void v3dX(draw_init)(struct pipe_context *pctx);36void v3dX(state_init)(struct pipe_context *pctx);37void v3dX(create_texture_shader_state_bo)(struct v3d_context *v3d,38struct v3d_sampler_view *so);3940void v3dX(bcl_epilogue)(struct v3d_context *v3d, struct v3d_job *job);4142const struct v3d_format *v3dX(get_format_desc)(enum pipe_format f);43void v3dX(get_internal_type_bpp_for_output_format)(uint32_t format,44uint32_t *type,45uint32_t *bpp);46bool v3dX(tfu_supports_tex_format)(uint32_t tex_format,47bool for_mipmap);484950