Home
last modified time | relevance | path

Searched refs:p_res (Results 201 – 225 of 451) sorted by relevance

12345678910>>...19

/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_clear.h64 struct pipe_resource *p_res,
/dports/devel/godot/godot-3.2.3-stable/editor/
H A Deditor_resource_preview.h107 …void queue_edited_resource_preview(const Ref<Resource> &p_res, Object *p_receiver, const StringNam…
H A Dinspector_dock.cpp282 void InspectorDock::_resource_selected(const RES &p_res, const String &p_property) const { in _resource_selected() argument
283 if (p_res.is_null()) in _resource_selected()
286 RES r = p_res; in _resource_selected()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Deditor_resource_preview.h107 …void queue_edited_resource_preview(const Ref<Resource> &p_res, Object *p_receiver, const StringNam…
H A Dinspector_dock.cpp282 void InspectorDock::_resource_selected(const RES &p_res, const String &p_property) const { in _resource_selected() argument
283 if (p_res.is_null()) in _resource_selected()
286 RES r = p_res; in _resource_selected()
/dports/math/faiss/faiss-1.7.1/c_api/impl/
H A DAuxIndexStructures_c.h129 FaissRangeSearchPartialResult** p_res,
/dports/math/cgal/CGAL-5.3/include/CGAL/Nef_2/
H A DPM_point_locator.h238 Point p_res, vp = point(vit); in locate() local
270 Point p_res = K.intersection(s,segment(eit)); in locate() local
271 ss = K.construct_segment(p,p_res); in locate()
347 Point p_res = K.intersection(s,es); in ray_shoot() local
352 ss = K.construct_segment(p,p_res); in ray_shoot()
355 ss = K.construct_segment(p,p_res); in ray_shoot()
/dports/devel/godot-tools/godot-3.2.3-stable/platform/osx/
H A Djoypad_osx.cpp242 void JoypadOSX::_device_added(IOReturn p_res, IOHIDDeviceRef p_device) { in _device_added() argument
244 if (p_res != kIOReturnSuccess || have_device(p_device)) { in _device_added()
266 void JoypadOSX::_device_removed(IOReturn p_res, IOHIDDeviceRef p_device) { in _device_removed() argument
/dports/net/pjsip/pjproject-2.11.1/pjsip/src/pjsip/
H A Dsip_resolve.c94 pjsip_resolver_t **p_res) in pjsip_resolver_create() argument
98 PJ_ASSERT_RETURN(pool && p_res, PJ_EINVAL); in pjsip_resolver_create()
100 *p_res = resolver; in pjsip_resolver_create()
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/
H A Deditor_node.h423 void _resource_selected(const RES &p_res, const String &p_property = "");
509 bool _find_and_save_resource(RES p_res, Map<RES, bool> &processed, int32_t flags);
726 Variant drag_resource(const Ref<Resource> &p_res, Control *p_from);
/dports/devel/godot2/godot-2.1.6-stable/editor/
H A Deditor_node.h423 void _resource_selected(const RES &p_res, const String &p_property = "");
509 bool _find_and_save_resource(RES p_res, Map<RES, bool> &processed, int32_t flags);
726 Variant drag_resource(const Ref<Resource> &p_res, Control *p_from);
/dports/devel/godot/godot-3.2.3-stable/platform/osx/
H A Djoypad_osx.cpp242 void JoypadOSX::_device_added(IOReturn p_res, IOHIDDeviceRef p_device) { in _device_added() argument
244 if (p_res != kIOReturnSuccess || have_device(p_device)) { in _device_added()
266 void JoypadOSX::_device_removed(IOReturn p_res, IOHIDDeviceRef p_device) { in _device_removed() argument
/dports/devel/efl/efl-1.25.1/src/static_libs/draw/
H A Ddraw_convert.c597 uint32_t p_val = 0x00000000, p_res = 0x00000000; in efl_draw_argb_unpremul() local
603 if (p_val == *data) *data = p_res; in efl_draw_argb_unpremul()
614 p_res = *data; in efl_draw_argb_unpremul()
/dports/math/octave-forge-optim/optim-1.6.1/inst/private/
H A D__lm_feasible__.m16 function [p_res, objf, cvg, outp] = __lm_feasible__ (f, pin, hook)
130 p_res = p; variable
525 p_res = p; variable
553 p_res = pbest; variable
559 __do_user_interaction__ (user_interaction, p_res,
/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Dtext_editor.h125 virtual void set_edited_resource(const RES &p_res);
H A Dscript_editor_plugin.h92 virtual void set_edited_resource(const RES &p_res) = 0;
322 void _res_saved_callback(const Ref<Resource> &p_res);
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Dtext_editor.h125 virtual void set_edited_resource(const RES &p_res);
H A Dscript_editor_plugin.h92 virtual void set_edited_resource(const RES &p_res) = 0;
322 void _res_saved_callback(const Ref<Resource> &p_res);
/dports/devel/splint/splint-3.1.2/src/Headers/
H A DsRef.h568 extern void sRef_mergeState (sRef p_res, sRef p_other, clause p_cl, fileloc p_loc)
570 extern void sRef_mergeOptState (sRef p_res, sRef p_other, clause p_cl, fileloc p_loc)
572 extern void sRef_mergeStateQuiet (sRef p_res, sRef p_other)
574 extern void sRef_mergeStateQuietReverse (/*@dependent@*/ sRef p_res, /*@dependent@*/ sRef p_other)
/dports/math/py-rpy2/rpy2-3.4.5/rpy2/robjects/
H A Dhelp.py378 p_res = Page(res, _type=_type)
379 return p_res
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/iris/
H A Diris_resource.c264 iris_resource_get_separate_stencil(struct pipe_resource *p_res) in iris_resource_get_separate_stencil() argument
269 if (p_res->next && p_res->next->format == PIPE_FORMAT_S8_UINT) in iris_resource_get_separate_stencil()
270 return p_res->next; in iris_resource_get_separate_stencil()
277 iris_resource_set_separate_stencil(struct pipe_resource *p_res, in iris_resource_set_separate_stencil() argument
280 assert(util_format_has_depth(util_format_description(p_res->format))); in iris_resource_set_separate_stencil()
281 pipe_resource_reference(&p_res->next, stencil); in iris_resource_set_separate_stencil()
2234 iris_resource_get_internal_format(struct pipe_resource *p_res) in iris_resource_get_internal_format() argument
2236 struct iris_resource *res = (void *) p_res; in iris_resource_get_internal_format()
/dports/net-im/mcabber/mcabber-1.1.2/mcabber/
H A Dscreen.c2029 GSList *resources, *p_res, *p_next_res; in scr_update_chat_status() local
2032 for (p_res = resources ; p_res ; p_res = p_next_res) { in scr_update_chat_status()
2033 p_next_res = g_slist_next(p_res); in scr_update_chat_status()
2036 msg = buddy_getstatusmsg(BUDDATA(current_buddy), p_res->data); in scr_update_chat_status()
2037 g_free(p_res->data); in scr_update_chat_status()
2210 GSList *p_res; in scr_draw_roster() local
2212 for (p_res = resources ; p_res ; p_res = g_slist_next(p_res)) { in scr_draw_roster()
2214 p_res ? p_res->data : ""); in scr_draw_roster()
2219 g_free(p_res->data); in scr_draw_roster()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_resource.c163 void vmw_resource_unreference(struct vmw_resource **p_res) in vmw_resource_unreference() argument
165 struct vmw_resource *res = *p_res; in vmw_resource_unreference()
168 *p_res = NULL; in vmw_resource_unreference()
300 struct vmw_resource **p_res) in vmw_user_resource_lookup_handle() argument
324 *p_res = res; in vmw_user_resource_lookup_handle()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dmesh_tangent.c113 float *p_res = p_mesh->tangents[p_mesh->mpolys[face_idx].loopstart + vert_idx]; in set_tspace() local
114 copy_v3_v3(p_res, fv_tangent); in set_tspace()
115 p_res[3] = face_sign; in set_tspace()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/validator/
H A Dtranslation_problems.cpp601 CSeqVectorTypes::TResidue p_res = prot_vec[i]; in x_GetTranslationMismatches() local
604 if (t_res != p_res) { in x_GetTranslationMismatches()
611 mismatches.push_back({ p_res, t_res, i }); in x_GetTranslationMismatches()
614 mismatches.push_back({ p_res, t_res, i }); in x_GetTranslationMismatches()

12345678910>>...19