Home
last modified time | relevance | path

Searched refs:view_target (Results 1 – 25 of 58) sorted by relevance

123

/dports/print/freetype/freetype-1.3.1/test/arch/os2/
H A Dgpm_os2.c114 static POINTL view_target = {0, 0}; variable
435 aptlMagd[2].x = view_target.x - source.cx / 2; in Adjust_Mag_Rectangle()
497 view_target.x = MOUSEMSG( &mess )->x; in Message_Process()
584 if ( view_target.x > 0 ) in Message_Process()
586 view_target.x -= 1; in Message_Process()
593 if ( view_target.x < VIO_WIDTH - 1 ) in Message_Process()
595 view_target.x += 1; in Message_Process()
602 if ( view_target.y > 0 ) in Message_Process()
604 view_target.y -= 1; in Message_Process()
611 if ( view_target.y < VIO_HEIGHT - 1 ) in Message_Process()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/state_tracker/
H A Dst_pbo_compute.c714 enum pipe_texture_target view_target; in get_target_from_texture() local
717 view_target = PIPE_TEXTURE_2D; in get_target_from_texture()
721 view_target = PIPE_TEXTURE_2D_ARRAY; in get_target_from_texture()
724 view_target = src->target; in get_target_from_texture()
727 return view_target; in get_target_from_texture()
763 unsigned dim = get_dim_from_target(view_target); in download_texture_compute()
766 if (view_target == PIPE_TEXTURE_3D) in download_texture_compute()
891 templ.target = view_target; in download_texture_compute()
992 if (view_target == PIPE_TEXTURE_1D_ARRAY) { in copy_converted_buffer()
1035 enum pipe_texture_target view_target; in st_GetTexSubImage_shader() local
[all …]
H A Dst_cb_readpixels.c111 enum pipe_texture_target view_target; in try_pbo_readpixels() local
169 view_target = PIPE_TEXTURE_2D_ARRAY; in try_pbo_readpixels()
172 view_target = texture->target; in try_pbo_readpixels()
176 templ.target = view_target; in try_pbo_readpixels()
180 if (view_target != PIPE_TEXTURE_3D) { in try_pbo_readpixels()
243 void *fs = st_pbo_get_download_fs(st, view_target, src_format, dst_format, addr.depth != 1); in try_pbo_readpixels()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_cb_readpixels.c112 enum pipe_texture_target view_target; in try_pbo_readpixels() local
170 view_target = PIPE_TEXTURE_2D_ARRAY; in try_pbo_readpixels()
173 view_target = texture->target; in try_pbo_readpixels()
177 templ.target = view_target; in try_pbo_readpixels()
181 if (view_target != PIPE_TEXTURE_3D) { in try_pbo_readpixels()
244 void *fs = st_pbo_get_download_fs(st, view_target, src_format, dst_format, addr.depth != 1); in try_pbo_readpixels()
/dports/lang/clover/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_cb_readpixels.c112 enum pipe_texture_target view_target; in try_pbo_readpixels() local
170 view_target = PIPE_TEXTURE_2D_ARRAY; in try_pbo_readpixels()
173 view_target = texture->target; in try_pbo_readpixels()
177 templ.target = view_target; in try_pbo_readpixels()
181 if (view_target != PIPE_TEXTURE_3D) { in try_pbo_readpixels()
244 void *fs = st_pbo_get_download_fs(st, view_target, src_format, dst_format, addr.depth != 1); in try_pbo_readpixels()
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_cb_readpixels.c112 enum pipe_texture_target view_target; in try_pbo_readpixels() local
170 view_target = PIPE_TEXTURE_2D_ARRAY; in try_pbo_readpixels()
173 view_target = texture->target; in try_pbo_readpixels()
177 templ.target = view_target; in try_pbo_readpixels()
181 if (view_target != PIPE_TEXTURE_3D) { in try_pbo_readpixels()
244 void *fs = st_pbo_get_download_fs(st, view_target, src_format, dst_format, addr.depth != 1); in try_pbo_readpixels()
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_cb_readpixels.c112 enum pipe_texture_target view_target; in try_pbo_readpixels() local
170 view_target = PIPE_TEXTURE_2D_ARRAY; in try_pbo_readpixels()
173 view_target = texture->target; in try_pbo_readpixels()
177 templ.target = view_target; in try_pbo_readpixels()
181 if (view_target != PIPE_TEXTURE_3D) { in try_pbo_readpixels()
244 void *fs = st_pbo_get_download_fs(st, view_target, src_format, dst_format, addr.depth != 1); in try_pbo_readpixels()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/state_tracker/
H A Dst_cb_readpixels.c111 enum pipe_texture_target view_target; in try_pbo_readpixels() local
167 view_target = PIPE_TEXTURE_2D_ARRAY; in try_pbo_readpixels()
170 view_target = texture->target; in try_pbo_readpixels()
174 templ.target = view_target; in try_pbo_readpixels()
178 if (view_target != PIPE_TEXTURE_3D) { in try_pbo_readpixels()
238 void *fs = st_pbo_get_download_fs(st, view_target, src_format, dst_format); in try_pbo_readpixels()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_cb_readpixels.c112 enum pipe_texture_target view_target; in try_pbo_readpixels() local
170 view_target = PIPE_TEXTURE_2D_ARRAY; in try_pbo_readpixels()
173 view_target = texture->target; in try_pbo_readpixels()
177 templ.target = view_target; in try_pbo_readpixels()
181 if (view_target != PIPE_TEXTURE_3D) { in try_pbo_readpixels()
244 void *fs = st_pbo_get_download_fs(st, view_target, src_format, dst_format, addr.depth != 1); in try_pbo_readpixels()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_cb_readpixels.c112 enum pipe_texture_target view_target; in try_pbo_readpixels() local
170 view_target = PIPE_TEXTURE_2D_ARRAY; in try_pbo_readpixels()
173 view_target = texture->target; in try_pbo_readpixels()
177 templ.target = view_target; in try_pbo_readpixels()
181 if (view_target != PIPE_TEXTURE_3D) { in try_pbo_readpixels()
244 void *fs = st_pbo_get_download_fs(st, view_target, src_format, dst_format, addr.depth != 1); in try_pbo_readpixels()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_cb_readpixels.c112 enum pipe_texture_target view_target; in try_pbo_readpixels() local
170 view_target = PIPE_TEXTURE_2D_ARRAY; in try_pbo_readpixels()
173 view_target = texture->target; in try_pbo_readpixels()
177 templ.target = view_target; in try_pbo_readpixels()
181 if (view_target != PIPE_TEXTURE_3D) { in try_pbo_readpixels()
244 void *fs = st_pbo_get_download_fs(st, view_target, src_format, dst_format, addr.depth != 1); in try_pbo_readpixels()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_cb_readpixels.c112 enum pipe_texture_target view_target; in try_pbo_readpixels() local
170 view_target = PIPE_TEXTURE_2D_ARRAY; in try_pbo_readpixels()
173 view_target = texture->target; in try_pbo_readpixels()
177 templ.target = view_target; in try_pbo_readpixels()
181 if (view_target != PIPE_TEXTURE_3D) { in try_pbo_readpixels()
244 void *fs = st_pbo_get_download_fs(st, view_target, src_format, dst_format, addr.depth != 1); in try_pbo_readpixels()
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_cb_readpixels.c112 enum pipe_texture_target view_target; in try_pbo_readpixels() local
170 view_target = PIPE_TEXTURE_2D_ARRAY; in try_pbo_readpixels()
173 view_target = texture->target; in try_pbo_readpixels()
177 templ.target = view_target; in try_pbo_readpixels()
181 if (view_target != PIPE_TEXTURE_3D) { in try_pbo_readpixels()
244 void *fs = st_pbo_get_download_fs(st, view_target, src_format, dst_format, addr.depth != 1); in try_pbo_readpixels()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Helpers.ocd/Sequence.ocd/
H A DScript.c206 public func SetViewTarget(object view_target) in SetViewTarget() argument
209 if (view_target) in SetViewTarget()
211 UpdateViewTarget(view_target); in SetViewTarget()
212 ScheduleCall(this, this.UpdateViewTarget, 30, 999999999, view_target); in SetViewTarget()
225 private func UpdateViewTarget(object view_target) in UpdateViewTarget() argument
228 if (!view_target) in UpdateViewTarget()
233 SetPlrView(plr, view_target); in UpdateViewTarget()
/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dview.c20 BITCODE_3BD view_target; in api_process() local
64 CHK_ENTITY_3RD (_obj, VIEW, view_target); in api_process()
H A Dviewport.c8 dwg_point_3d center, view_target, VIEWDIR; in api_process() local
53 CHK_ENTITY_3RD_W_OLD (viewport, VIEWPORT, view_target); in api_process()
H A Dvport.c20 BITCODE_3BD view_target; in api_process() local
78 CHK_ENTITY_3RD (_obj, VPORT, view_target); in api_process()
/dports/games/d2x/d2x-0.2.5/main/
H A Dautomap.c207 static vms_vector view_target; variable
588 vm_vec_scale_add(&viewer_position,&view_target,&ViewMatrix.fvec,-ViewDist ); in pa_mac_draw_automap()
645 vm_vec_scale_add(&viewer_position,&view_target,&ViewMatrix.fvec,-ViewDist ); in draw_automap()
1127 view_target = Objects[Players[Player_num].objnum].pos; in do_automap()
1359 view_target = Objects[Players[Player_num].objnum].pos; in do_automap()
1371 old_vt = view_target; in do_automap()
1375 vm_vec_scale_add2( &view_target, &ViewMatrix.uvec, Controls.vertical_thrust_time*SLIDE_SPEED ); in do_automap()
1376 vm_vec_scale_add2( &view_target, &ViewMatrix.rvec, Controls.sideways_thrust_time*SLIDE_SPEED ); in do_automap()
1377 if ( vm_vec_dist_quick( &view_target, &Objects[Players[Player_num].objnum].pos) > i2f(1000) ) { in do_automap()
1378 view_target = old_vt; in do_automap()
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/main/
H A Dautomap.cpp136 vms_vector view_target; member
775 am.view_target = plrpos; in automap_apply_input()
789 old_vt = am.view_target; in automap_apply_input()
793 …vm_vec_scale_add2(am.view_target, am.viewMatrix.uvec, am.controls.vertical_thrust_time * SLIDE_SPE… in automap_apply_input()
794 …vm_vec_scale_add2(am.view_target, am.viewMatrix.rvec, am.controls.sideways_thrust_time * SLIDE_SPE… in automap_apply_input()
795 if (vm_vec_dist_quick(am.view_target, plrpos) > i2f(1000)) in automap_apply_input()
796 am.view_target = old_vt; in automap_apply_input()
869 vm_vec_scale_add(am.view_position,am.view_target,am.viewMatrix.fvec,-am.viewDist); in draw_automap()
1247 am->view_target = plrobj.pos; in do_automap()
/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/renderer_opengl/
H A Dgl_texture_cache.cpp453 const GLenum view_target = surface.GetTarget(); in Attach() local
457 glFramebufferTexture1D(fb_target, attachment, view_target, texture, params.base_level); in Attach()
460 glFramebufferTexture2D(fb_target, attachment, view_target, texture, params.base_level); in Attach()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/freespace2/
H A Dfreespace.cpp2771 object *view_target; in say_view_target() local
2774 view_target = &Objects[Player_ai->target_objnum]; in say_view_target()
2776 view_target = Player_obj; in say_view_target()
2780 view_target = &Objects[Player_ai->target_objnum]; in say_view_target()
2783 …de & (GM_DEAD_BLEW_UP)) || ((Last_view_target != nullptr) && (Last_view_target != view_target)))) { in say_view_target()
2784 if (view_target != Player_obj){ in say_view_target()
2833 Last_view_target = view_target; in say_view_target()
/dports/x11-fm/librfm/librfm5-5.3.16.4/modules/
H A Dcallbacks.i2315 view_t *view_target = view_p; in do_folder_click() local
2346 if (!rodent_refresh (&(view_target->widgets), new_en)) rfm_destroy_entry(new_en); in do_folder_click()
2385 rodent_threaded_clean_paper(&(view_target->widgets)); in do_folder_click()
2388 if(rodent_refresh (&(view_target->widgets), new_en)) { in do_folder_click()
2396 rodent_expose_all (view_target); in do_folder_click()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/freespace2/
H A Dfreespace.cpp2885 object *view_target; in say_view_target() local
2888 view_target = &Objects[Player_ai->target_objnum]; in say_view_target()
2890 view_target = Player_obj; in say_view_target()
2894 view_target = &Objects[Player_ai->target_objnum]; in say_view_target()
2897 …_mode & (GM_DEAD_BLEW_UP)) || ((Last_view_target != NULL) && (Last_view_target != view_target)))) { in say_view_target()
2898 if (view_target != Player_obj){ in say_view_target()
2948 Last_view_target = view_target; in say_view_target()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/radeonsi/
H A Dsi_state.c1886 static unsigned si_tex_dim(struct si_screen *sscreen, struct si_texture *tex, unsigned view_target, in si_tex_dim() argument
1891 if (view_target == PIPE_TEXTURE_CUBE || view_target == PIPE_TEXTURE_CUBE_ARRAY) in si_tex_dim()
1892 res_target = view_target; in si_tex_dim()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/r600/
H A Devergreen_state.c174 unsigned view_target, unsigned nr_samples) in r600_tex_dim() argument
178 if (view_target == PIPE_TEXTURE_CUBE || in r600_tex_dim()
179 view_target == PIPE_TEXTURE_CUBE_ARRAY) in r600_tex_dim()
180 res_target = view_target; in r600_tex_dim()

123