Home
last modified time | relevance | path

Searched refs:surface (Results 1 – 25 of 49) sorted by relevance

12

/openbsd-src/sys/dev/pci/drm/amd/display/dc/core/
H A Damdgpu_dc.c2363 union surface_update_flags *update_flags = &u->surface->update_flags; in get_plane_info_update_type()
2369 if (u->plane_info->color_space != u->surface->color_space) { in get_plane_info_update_type()
2374 if (u->plane_info->horizontal_mirror != u->surface->horizontal_mirror) { in get_plane_info_update_type()
2379 if (u->plane_info->rotation != u->surface->rotation) { in get_plane_info_update_type()
2384 if (u->plane_info->format != u->surface->format) { in get_plane_info_update_type()
2389 if (u->plane_info->stereo_format != u->surface->stereo_format) { in get_plane_info_update_type()
2394 if (u->plane_info->per_pixel_alpha != u->surface->per_pixel_alpha) { in get_plane_info_update_type()
2399 if (u->plane_info->global_alpha_value != u->surface->global_alpha_value) { in get_plane_info_update_type()
2404 if (u->plane_info->dcc.enable != u->surface->dcc.enable in get_plane_info_update_type()
2405 || u->plane_info->dcc.dcc_ind_blk != u->surface in get_plane_info_update_type()
2736 copy_surface_update_to_plane(struct dc_plane_state * surface,struct dc_surface_update * srf_update) copy_surface_update_to_plane() argument
3076 struct dc_plane_state *surface = srf_updates[i].surface; update_planes_and_stream_state() local
4460 struct dc_plane_state *surface = srf_updates[i].surface; dc_commit_updates_for_stream() local
[all...]
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1027 virtual void FieldDelegateDraw(Surface &surface, bool is_selected) = 0;
1113 void DrawContent(Surface &surface, bool is_selected) { in DrawContent() argument
1114 UpdateScrolling(surface.GetWidth()); in DrawContent()
1116 surface.MoveCursor(0, 0); in DrawContent()
1118 surface.PutCString(text, surface.GetWidth()); in DrawContent()
1121 surface.MoveCursor(GetCursorXPosition(), 0); in DrawContent()
1123 surface.AttributeOn(A_REVERSE); in DrawContent()
1126 surface.PutChar(' '); in DrawContent()
1128 surface.PutChar(m_content[m_cursor_position]); in DrawContent()
1130 surface.AttributeOff(A_REVERSE); in DrawContent()
[all …]
/openbsd-src/sys/dev/pci/drm/radeon/
H A Dradeon_asic.c235 .surface = {
303 .surface = {
399 .surface = {
467 .surface = {
535 .surface = {
603 .surface = {
671 .surface = {
739 .surface = {
807 .surface = {
875 .surface = {
[all …]
H A Dradeon.h32 * - surface allocator & initializer : (bit like scratch reg) should
34 * related to surface
1947 } surface; member
2792 #define radeon_set_surface_reg(rdev, r, f, p, o, s) ((rdev)->asic->surface.set_reg((rdev), (r), (f), (p), (o), (s)))
2793 #define radeon_clear_surface_reg(rdev, r) ((rdev)->asic->surface.clear_reg((rdev), (r)))
/openbsd-src/gnu/llvm/llvm/docs/AMDGPU/
H A Dgfx11_vdata_84fab6.rst24 …Note: the surface data format is indicated in the image resource constant, but not in the instruct…
H A Dgfx8_vdata_aa5a53.rst24 …Note: the surface data format is indicated in the image resource constant, but not in the instruct…
H A Dgfx10_vdata_aa5a53.rst24 …Note: the surface data format is indicated in the image resource constant, but not in the instruct…
H A Dgfx10_vdata_84fab6.rst24 …Note: the surface data format is indicated in the image resource constant, but not in the instruct…
H A Dgfx90a_vdata_999247.rst24 …Note: the surface data format is indicated in the image resource constant, but not in the instruct…
H A Dgfx7_vdata_aa5a53.rst24 …Note: the surface data format is indicated in the image resource constant, but not in the instruct…
H A Dgfx9_vdata_aa5a53.rst24 …Note: the surface data format is indicated in the image resource constant, but not in the instruct…
H A Dgfx90a_vdata_898c08.rst24 …Note: the surface data format is indicated in the image resource constant, but not in the instruct…
H A Dgfx9_vdata_84fab6.rst24 …Note: the surface data format is indicated in the image resource constant, but not in the instruct…
H A Dgfx7_vdata_84fab6.rst24 …Note: the surface data format is indicated in the image resource constant, but not in the instruct…
H A Dgfx1030_vdata_84fab6.rst24 …Note: the surface data format is indicated in the image resource constant, but not in the instruct…
H A Dgfx8_vdata_84fab6.rst24 …Note: the surface data format is indicated in the image resource constant, but not in the instruct…
H A Dgfx11_vdata_aa5a53.rst24 …Note: the surface data format is indicated in the image resource constant, but not in the instruct…
H A Dgfx1030_vdata_aa5a53.rst24 …Note: the surface data format is indicated in the image resource constant, but not in the instruct…
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXInstrFormats.td44 // with 0 meaning the operation is not a surface instruction. For example,
/openbsd-src/gnu/llvm/clang/tools/clang-fuzzer/
H A DREADME.txt7 primarily useful for stressing the surface layers of Clang (i.e. lexer, parser).
/openbsd-src/gnu/llvm/llvm/docs/
H A DFuzzingLLVM.rst181 mutations. This type of fuzzer is good for stressing the surface layers of a
H A DXRay.rst357 heuristics for the analysis tools to sift through the traces and surface only
/openbsd-src/usr.bin/ssh/
H A DPROTOCOL.certkeys11 surface, but it does not support the important use-cases of centrally
H A DPROTOCOL.u2f200 format data in the pre-authentication attack surface. Therefore, the
/openbsd-src/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c375 * @array_of_surface_update: dc surface update pointer
2791 bundle->surface_updates[m].surface = in dm_gpureset_commit_state()
2793 bundle->surface_updates[m].surface->force_full_update = in dm_gpureset_commit_state()
7871 struct dc_plane_state *surface, in update_freesync_state_on_stream()
7897 if (surface) { in update_freesync_state_on_stream()
7900 surface, in update_freesync_state_on_stream()
8149 bundle->surface_updates[planes_count].surface = dc_plane; in amdgpu_dm_commit_planes()
8236 bundle->surface_updates[planes_count].surface = dc_plane; in amdgpu_dm_commit_planes()
8238 if (!bundle->surface_updates[planes_count].surface) { in amdgpu_dm_commit_planes()
8239 DRM_ERROR("No surface fo in amdgpu_dm_commit_planes()
7834 update_freesync_state_on_stream(struct amdgpu_display_manager * dm,struct dm_crtc_state * new_crtc_state,struct dc_stream_state * new_stream,struct dc_plane_state * surface,u32 flip_timestamp_in_us) update_freesync_state_on_stream() argument
[all...]

12