Home
last modified time | relevance | path

Searched refs:array_mode (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_r600_cs.c245 int array_mode; member
267 switch (values->array_mode) { in r600_get_array_mode_alignment()
363 unsigned array_mode; in r600_cs_track_validate_cb() local
382 array_mode = G_0280A0_ARRAY_MODE(track->cb_color_info[i]); in r600_cs_track_validate_cb()
385 array_check.array_mode = array_mode; in r600_cs_track_validate_cb()
398 switch (array_mode) { in r600_cs_track_validate_cb()
419 __func__, __LINE__, pitch, pitch_align, array_mode); in r600_cs_track_validate_cb()
424 __func__, __LINE__, height, height_align, array_mode); in r600_cs_track_validate_cb()
429 base_offset, base_align, array_mode); in r600_cs_track_validate_cb()
436 switch (array_mode) { in r600_cs_track_validate_cb()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
H A Damdgpu_dc_debug.c167 plane_state->tiling_info.gfx8.array_mode, in pre_surface_trace()
256 update->plane_info->tiling_info.gfx8.array_mode, in update_surface_trace()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
H A Damdgpu_dce_mem_input.c108 switch (tiling_info->gfx8.array_mode) { in get_mi_tiling()
386 GRPH_ARRAY_MODE, info->gfx8.array_mode, in program_tiling()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
H A Damdgpu_dce110_mem_input_v.c198 set_reg_field_value(value, info->gfx8.array_mode, in program_tiling()
550 switch (tiling_info->gfx8.array_mode) { in get_dvmm_hw_setting()
H A Damdgpu_dce110_hw_sequencer.c1837 if (pipe_ctx->plane_state->tiling_info.gfx8.array_mode == DC_ARRAY_LINEAR_GENERAL) in should_enable_fbc()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
H A Ddc_hw_types.h343 enum array_mode_values array_mode; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins-functions.h91 mode = targetm.array_mode (mode, m_vectors_per_tuple).require (); in memory_vector_mode()
H A Daarch64.c2055 && targetm.array_mode (p.orig_mode, in add_piece()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins-functions.h91 mode = targetm.array_mode (mode, m_vectors_per_tuple).require (); in memory_vector_mode()
H A Daarch64.cc3188 && targetm.array_mode (p.orig_mode, in add_piece()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-data-refs.cc65 machine_mode mode, array_mode; in vect_lanes_optab_supported_p() local
69 if (!targetm.array_mode (mode, count).exists (&array_mode)) in vect_lanes_optab_supported_p()
73 if (!int_mode_for_size (bits, limit_p).exists (&array_mode)) in vect_lanes_optab_supported_p()
83 if (convert_optab_handler (optab, array_mode, mode) == CODE_FOR_nothing) in vect_lanes_optab_supported_p()
88 GET_MODE_NAME (array_mode), GET_MODE_NAME (mode)); in vect_lanes_optab_supported_p()
94 "can use %s<%s><%s>\n", name, GET_MODE_NAME (array_mode), in vect_lanes_optab_supported_p()
H A Dstor-layout.cc594 if (targetm.array_mode (elem_mode, num_elems).exists (&mode)) in mode_for_array()
H A DChangeLog-201832829 * target.def (array_mode): New target hook.
32835 targetm.array_mode.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-data-refs.c64 machine_mode mode, array_mode; in vect_lanes_optab_supported_p() local
68 if (!targetm.array_mode (mode, count).exists (&array_mode)) in vect_lanes_optab_supported_p()
72 if (!int_mode_for_size (bits, limit_p).exists (&array_mode)) in vect_lanes_optab_supported_p()
82 if (convert_optab_handler (optab, array_mode, mode) == CODE_FOR_nothing) in vect_lanes_optab_supported_p()
87 GET_MODE_NAME (array_mode), GET_MODE_NAME (mode)); in vect_lanes_optab_supported_p()
93 "can use %s<%s><%s>\n", name, GET_MODE_NAME (array_mode), in vect_lanes_optab_supported_p()
H A Dstor-layout.c591 if (targetm.array_mode (elem_mode, num_elems).exists (&mode)) in mode_for_array()
H A Dtarget.def3461 (array_mode,
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c3273 tiling_info->gfx8.array_mode = in fill_plane_buffer_attributes()
3283 tiling_info->gfx8.array_mode = DC_ARRAY_1D_TILED_THIN1; in fill_plane_buffer_attributes()