Searched refs:ISL_SURF_DIM_2D (Results 1 – 22 of 22) sorted by relevance
/third_party/mesa3d/src/intel/isl/ |
D | isl_gfx12.c | 70 if (info->dim != ISL_SURF_DIM_2D) in isl_gfx125_filter_tiling() 74 if (info->dim != ISL_SURF_DIM_2D) in isl_gfx125_filter_tiling()
|
D | isl_gfx6.c | 53 if (info->dim != ISL_SURF_DIM_2D) in isl_gfx6_choose_msaa_layout()
|
D | isl_gfx8.c | 63 if (info->dim != ISL_SURF_DIM_2D) in isl_gfx8_choose_msaa_layout()
|
D | isl_gfx9.c | 57 case ISL_SURF_DIM_2D: in gfx9_calc_std_image_alignment_sa()
|
D | isl.c | 461 assert(dim == ISL_SURF_DIM_2D); in isl_tiling_get_info() 980 case ISL_SURF_DIM_2D: in isl_surf_choose_dim_layout() 987 case ISL_SURF_DIM_2D: in isl_surf_choose_dim_layout() 1048 case ISL_SURF_DIM_2D: in isl_calc_phys_level0_extent_sa() 2106 assert(surf->dim == ISL_SURF_DIM_2D); in isl_surf_get_mcs_surf() 2122 .dim = ISL_SURF_DIM_2D, in isl_surf_get_mcs_surf() 2258 if (ISL_GFX_VER(dev) <= 8 && surf->dim != ISL_SURF_DIM_2D) in isl_surf_supports_ccs() 2319 .dim = ISL_SURF_DIM_2D, in isl_surf_get_ccs_surf() 2562 assert(surf->dim == ISL_SURF_DIM_2D); in get_image_offset_sa_gfx4_3d() 2953 .dim = ISL_SURF_DIM_2D, in isl_surf_get_image_surf() [all …]
|
D | isl_gfx7.c | 77 if (info->dim != ISL_SURF_DIM_2D) in isl_gfx7_choose_msaa_layout()
|
D | isl_storage_image.c | 239 param->size[2] = surf->dim == ISL_SURF_DIM_2D ? in isl_surf_fill_image_param()
|
D | isl_emit_depth_stencil.c | 57 [ISL_SURF_DIM_2D] = SURFTYPE_2D,
|
D | isl_surface_state.c | 106 case ISL_SURF_DIM_2D: in get_surftype() 493 assert(info->surf->dim == ISL_SURF_DIM_2D); in isl_genX()
|
D | isl.h | 624 ISL_SURF_DIM_2D, enumerator
|
/third_party/mesa3d/src/intel/isl/tests/ |
D | isl_surf_get_image_offset_test.c | 135 .dim = ISL_SURF_DIM_2D, in test_bdw_2d_r8g8b8a8_unorm_512x512_array01_samples01_noaux_tiley0() 183 .dim = ISL_SURF_DIM_2D, in test_bdw_2d_r8g8b8a8_unorm_1024x1024_array06_samples01_noaux_tiley0()
|
/third_party/mesa3d/src/intel/blorp/ |
D | blorp.c | 172 assert(info->surf.dim == ISL_SURF_DIM_2D); in brw_blorp_surface_info_init()
|
D | blorp_clear.c | 668 assert(params.dst.surf.dim == ISL_SURF_DIM_2D); in blorp_clear() 1526 .dim = ISL_SURF_DIM_2D, in blorp_ccs_ambiguate()
|
D | blorp_blit.c | 1648 if (info->surf.dim == ISL_SURF_DIM_2D && in blorp_surf_convert_to_single_slice() 2837 assert(info->surf.dim == ISL_SURF_DIM_2D); in blorp_surf_convert_to_uncompressed() 3081 .dim = ISL_SURF_DIM_2D, in do_buffer_copy()
|
D | blorp_genX_exec.h | 1475 surf.dim = ISL_SURF_DIM_2D; in blorp_emit_surface_state() 2366 case ISL_SURF_DIM_2D: in xy_bcb_surf_dim()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_resolve.c | 546 return res->surf.samples == 1 && res->surf.dim == ISL_SURF_DIM_2D; in iris_sample_with_depth_aux()
|
D | iris_resource.c | 647 return ISL_SURF_DIM_2D; in target_to_isl_surf_dim()
|
D | iris_state.c | 2738 read_surf.dim = ISL_SURF_DIM_2D; in iris_create_surface()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_resource.c | 142 return ISL_SURF_DIM_2D; in crocus_target_to_isl_surf_dim()
|
D | crocus_state.c | 5011 surf.dim = ISL_SURF_DIM_2D; in emit_surface_state()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_blorp.c | 172 .dim = ISL_SURF_DIM_2D, in get_blorp_surf_for_anv_buffer()
|
D | anv_image.c | 44 [VK_IMAGE_TYPE_2D] = ISL_SURF_DIM_2D,
|