Searched refs:view_format (Results 1 - 25 of 26) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_mipmap_tree.h617 enum isl_format view_format,
622 enum isl_format view_format,
707 enum isl_format view_format, bool sampling,
H A Dbrw_draw.c514 enum isl_format view_format = local in function:brw_predraw_resolve_inputs
537 intel_miptree_prepare_texture(brw, tex_obj->mt, view_format,
548 if (txf_format != view_format) {
H A Dintel_mipmap_tree.c2535 enum isl_format view_format)
2541 mt, view_format)) {
2543 isl_format_get_layout(view_format)->name,
2554 enum isl_format view_format,
2591 if (can_texture_with_ccs(brw, mt, view_format))
2622 enum isl_format view_format,
2628 intel_miptree_texture_aux_usage(brw, mt, view_format, astc5x5_wa_bits);
2636 if (!isl_formats_are_fast_clear_compatible(mt->surf.format, view_format))
3870 enum isl_format view_format, bool sampling,
3876 if (devinfo->gen == 10 && isl_format_is_srgb(view_format)
2533 can_texture_with_ccs(struct brw_context * brw,struct intel_mipmap_tree * mt,enum isl_format view_format) argument
2552 intel_miptree_texture_aux_usage(struct brw_context * brw,struct intel_mipmap_tree * mt,enum isl_format view_format,enum gen9_astc5x5_wa_tex_type astc5x5_wa_bits) argument
2620 intel_miptree_prepare_texture(struct brw_context * brw,struct intel_mipmap_tree * mt,enum isl_format view_format,uint32_t start_level,uint32_t num_levels,uint32_t start_layer,uint32_t num_layers,enum gen9_astc5x5_wa_tex_type astc5x5_wa_bits) argument
3868 intel_miptree_get_clear_color(const struct gen_device_info * devinfo,const struct intel_mipmap_tree * mt,enum isl_format view_format,bool sampling,struct brw_bo ** clear_color_bo,uint64_t * clear_color_offset) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_resolve.c857 enum isl_format view_format)
866 assert(res->surf.format == view_format);
897 view_format))
920 enum isl_format view_format = iris_image_view_get_format(ice, pview); local in function:iris_image_view_aux_usage
922 iris_resource_texture_aux_usage(ice, res, view_format);
975 enum isl_format view_format,
983 iris_resource_texture_aux_usage(ice, res, view_format);
991 if (!isl_formats_are_fast_clear_compatible(res->surf.format, view_format))
855 iris_resource_texture_aux_usage(struct iris_context * ice,const struct iris_resource * res,enum isl_format view_format) argument
973 iris_resource_prepare_texture(struct iris_context * ice,struct iris_resource * res,enum isl_format view_format,uint32_t start_level,uint32_t num_levels,uint32_t start_layer,uint32_t num_layers) argument
H A Diris_blit.c281 enum isl_format view_format,
303 is_astc(surf_format) != is_astc(view_format) :
304 view_format != surf_format;
280 tex_cache_flush_hack(struct iris_batch * batch,enum isl_format view_format,enum isl_format surf_format) argument
H A Diris_resource.h481 enum isl_format view_format,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_resolve.c1265 enum isl_format view_format)
1270 if (!format_ccs_e_compat_with_resource(devinfo, res, view_format)) {
1274 isl_format_get_layout(view_format);
1288 enum isl_format view_format,
1323 if (can_texture_with_ccs(devinfo, &ice->dbg, res, view_format))
1355 enum isl_format view_format,
1361 iris_resource_texture_aux_usage(ice, res, view_format, astc5x5_wa_bits);
1369 if (!isl_formats_are_fast_clear_compatible(res->surf.format, view_format))
1262 can_texture_with_ccs(const struct gen_device_info * devinfo,struct pipe_debug_callback * dbg,const struct iris_resource * res,enum isl_format view_format) argument
1286 iris_resource_texture_aux_usage(struct iris_context * ice,const struct iris_resource * res,enum isl_format view_format,enum gen9_astc5x5_wa_tex_type astc5x5_wa_bits) argument
1352 iris_resource_prepare_texture(struct iris_context * ice,struct iris_batch * batch,struct iris_resource * res,enum isl_format view_format,uint32_t start_level,uint32_t num_levels,uint32_t start_layer,uint32_t num_layers,enum gen9_astc5x5_wa_tex_type astc5x5_wa_bits) argument
H A Diris_resource.h397 enum isl_format view_format,
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_mipmap_tree.h609 enum isl_format view_format,
614 enum isl_format view_format,
H A Dbrw_draw.c543 enum isl_format view_format = local in function:brw_predraw_resolve_inputs
566 brw_miptree_prepare_texture(brw, tex_obj->mt, view_format,
577 if (txf_format != view_format) {
H A Dbrw_mipmap_tree.c1894 enum isl_format view_format)
1900 mt, view_format)) {
1902 isl_format_get_name(view_format),
1913 enum isl_format view_format,
1950 if (can_texture_with_ccs(brw, mt, view_format))
1981 enum isl_format view_format,
1987 brw_miptree_texture_aux_usage(brw, mt, view_format, astc5x5_wa_bits);
1995 if (!isl_formats_are_fast_clear_compatible(mt->surf.format, view_format))
1892 can_texture_with_ccs(struct brw_context * brw,struct brw_mipmap_tree * mt,enum isl_format view_format) argument
1911 brw_miptree_texture_aux_usage(struct brw_context * brw,struct brw_mipmap_tree * mt,enum isl_format view_format,enum gfx9_astc5x5_wa_tex_type astc5x5_wa_bits) argument
1979 brw_miptree_prepare_texture(struct brw_context * brw,struct brw_mipmap_tree * mt,enum isl_format view_format,uint32_t start_level,uint32_t num_levels,uint32_t start_layer,uint32_t num_layers,enum gfx9_astc5x5_wa_tex_type astc5x5_wa_bits) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_surface.c620 SVGA3dSurfaceFormat view_format = s->key.format; local in function:svga_validate_surface_view
627 if (view_format == SVGA3D_B8G8R8A8_UNORM &&
630 view_format = SVGA3D_B8G8R8X8_UNORM;
636 view_format,
H A Dsvga_format.c43 SVGA3dSurfaceFormat view_format; /* view format for texture buffer */ member in struct:vgpu10_format_entry
417 *svga_format = format_conversion_table[format].view_format;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_surface.c615 SVGA3dSurfaceFormat view_format = s->key.format; local in function:svga_validate_surface_view
622 if (view_format == SVGA3D_B8G8R8A8_UNORM &&
625 view_format = SVGA3D_B8G8R8X8_UNORM;
631 view_format,
H A Dsvga_format.c42 SVGA3dSurfaceFormat view_format; /* view format for texture buffer */ member in struct:vgpu10_format_entry
256 *svga_format = entry->view_format;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_resource.h502 enum isl_format view_format,
H A Dcrocus_blit.c313 enum isl_format view_format,
332 bool need_flush = view_format != surf_format;
312 tex_cache_flush_hack(struct crocus_batch * batch,enum isl_format view_format,enum isl_format surf_format) argument
H A Dcrocus_resolve.c963 enum isl_format view_format,
976 if (!isl_formats_are_fast_clear_compatible(res->surf.format, view_format))
961 crocus_resource_prepare_texture(struct crocus_context * ice,struct crocus_resource * res,enum isl_format view_format,uint32_t start_level,uint32_t num_levels,uint32_t start_layer,uint32_t num_layers) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_texture.c1979 enum pipe_format view_format)
1984 !vi_dcc_formats_compatible((struct si_screen *)tex->screen, tex->format, view_format);
1990 unsigned level, enum pipe_format view_format)
1994 if (vi_dcc_formats_are_incompatible(tex, level, view_format))
1978 vi_dcc_formats_are_incompatible(struct pipe_resource * tex,unsigned level,enum pipe_format view_format) argument
1989 vi_disable_dcc_if_incompatible_format(struct si_context * sctx,struct pipe_resource * tex,unsigned level,enum pipe_format view_format) argument
H A Dsi_pipe.h1538 enum pipe_format view_format);
1540 unsigned level, enum pipe_format view_format);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_pipe.h1379 enum pipe_format view_format);
1383 enum pipe_format view_format);
H A Dsi_texture.c2157 enum pipe_format view_format)
2162 !vi_dcc_formats_compatible(tex->format, view_format);
2170 enum pipe_format view_format)
2174 if (vi_dcc_formats_are_incompatible(tex, level, view_format))
2155 vi_dcc_formats_are_incompatible(struct pipe_resource * tex,unsigned level,enum pipe_format view_format) argument
2167 vi_disable_dcc_if_incompatible_format(struct si_context * sctx,struct pipe_resource * tex,unsigned level,enum pipe_format view_format) argument
/xsrc/external/mit/MesaLib/dist/src/intel/isl/
H A Disl.c2960 const enum isl_format view_format = view->format; local in function:isl_surf_get_uncompressed_surf
3012 ucompr_surf->format = view_format;
3055 .format = view_format,
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_image.c179 enum isl_format view_format = local in function:all_formats_ccs_e_compatible
183 if (!isl_formats_are_ccs_e_compatible(devinfo, format, view_format))
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_image.c389 enum isl_format view_format = local in function:anv_formats_ccs_e_compatible
393 if (!isl_formats_are_ccs_e_compatible(devinfo, format, view_format))

Completed in 56 milliseconds

12