Searched refs:ISL_SURF_DIM_2D (Results 1 – 22 of 22) sorted by relevance
/external/mesa3d/src/intel/isl/ |
D | isl_gen6.c | 53 if (info->dim != ISL_SURF_DIM_2D) in isl_gen6_choose_msaa_layout()
|
D | isl_gen8.c | 63 if (info->dim != ISL_SURF_DIM_2D) in isl_gen8_choose_msaa_layout()
|
D | isl_gen9.c | 57 case ISL_SURF_DIM_2D: in gen9_calc_std_image_alignment_sa()
|
D | isl.c | 822 case ISL_SURF_DIM_2D: in isl_surf_choose_dim_layout() 829 case ISL_SURF_DIM_2D: in isl_surf_choose_dim_layout() 890 case ISL_SURF_DIM_2D: in isl_calc_phys_level0_extent_sa() 1911 assert(surf->dim == ISL_SURF_DIM_2D); in isl_surf_get_mcs_surf() 1950 .dim = ISL_SURF_DIM_2D, in isl_surf_get_mcs_surf() 2049 if (ISL_DEV_GEN(dev) <= 8 && surf->dim != ISL_SURF_DIM_2D) in isl_surf_supports_ccs() 2133 .dim = ISL_SURF_DIM_2D, in isl_surf_get_ccs_surf() 2362 assert(surf->dim == ISL_SURF_DIM_2D); in get_image_offset_sa_gen4_3d() 2685 .dim = ISL_SURF_DIM_2D, in isl_surf_get_image_surf()
|
D | isl_gen7.c | 77 if (info->dim != ISL_SURF_DIM_2D) in isl_gen7_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_surface_state.c | 126 case ISL_SURF_DIM_2D: in get_surftype() 557 assert(info->surf->dim == ISL_SURF_DIM_2D); in isl_genX()
|
D | isl_emit_depth_stencil.c | 57 [ISL_SURF_DIM_2D] = SURFTYPE_2D,
|
D | isl.h | 517 ISL_SURF_DIM_2D, enumerator
|
/external/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()
|
/external/mesa3d/src/intel/blorp/ |
D | blorp.c | 145 assert(info->surf.dim == ISL_SURF_DIM_2D); in brw_blorp_surface_info_init()
|
D | blorp_clear.c | 521 assert(params.dst.surf.dim == ISL_SURF_DIM_2D); in blorp_clear() 1370 .dim = ISL_SURF_DIM_2D, in blorp_ccs_ambiguate()
|
D | blorp_blit.c | 1577 if (info->surf.dim == ISL_SURF_DIM_2D && in blorp_surf_convert_to_single_slice() 2852 .dim = ISL_SURF_DIM_2D, in do_buffer_copy()
|
D | blorp_genX_exec.h | 1413 surf.dim = ISL_SURF_DIM_2D; in blorp_emit_surface_state()
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_resolve.c | 500 return res->surf.samples == 1 && res->surf.dim == ISL_SURF_DIM_2D; in iris_sample_with_depth_aux()
|
D | iris_resource.c | 184 return ISL_SURF_DIM_2D; in target_to_isl_surf_dim()
|
D | iris_state.c | 2320 surf->logical_level0_px.depth = surf->dim <= ISL_SURF_DIM_2D ? 1 : in get_rt_read_isl_surf()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_screen.c | 756 .dim = ISL_SURF_DIM_2D, in intel_create_image_common() 1158 .dim = ISL_SURF_DIM_2D, in intel_create_image_from_fds_common()
|
D | brw_wm_surface_state.c | 119 surf->logical_level0_px.depth = surf->dim <= ISL_SURF_DIM_2D ? 1 : in get_isl_surf()
|
D | intel_mipmap_tree.c | 3216 return ISL_SURF_DIM_2D; in get_isl_surf_dim()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_image.c | 555 [VK_IMAGE_TYPE_2D] = ISL_SURF_DIM_2D, in make_surface()
|
D | anv_blorp.c | 168 .dim = ISL_SURF_DIM_2D, in get_blorp_surf_for_anv_buffer()
|