Home
last modified time | relevance | path

Searched refs:p_res (Results 76 – 100 of 451) sorted by relevance

12345678910>>...19

/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/frontends/omx/tizonia/
H A Dh264dprc.c188 struct pipe_resource * p_res = NULL; in get_eglimage() local
201 p_res = st_omx_pipe_texture_from_eglimage(p_egldisplay, p_eglimage); in get_eglimage()
203 assert(p_res); in get_eglimage()
206 templat.buffer_format = p_res->format; in get_eglimage()
207 templat.width = p_res->width0; in get_eglimage()
208 templat.height = p_res->height0; in get_eglimage()
212 pipe_resource_reference(&resources[0], p_res); in get_eglimage()
217 assert(video_buffer->buffer_format == p_res->format); in get_eglimage()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/frontends/omx/tizonia/
H A Dh264dprc.c188 struct pipe_resource * p_res = NULL; in get_eglimage() local
201 p_res = st_omx_pipe_texture_from_eglimage(p_egldisplay, p_eglimage); in get_eglimage()
203 assert(p_res); in get_eglimage()
206 templat.buffer_format = p_res->format; in get_eglimage()
207 templat.width = p_res->width0; in get_eglimage()
208 templat.height = p_res->height0; in get_eglimage()
212 pipe_resource_reference(&resources[0], p_res); in get_eglimage()
217 assert(video_buffer->buffer_format == p_res->format); in get_eglimage()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/frontends/omx/tizonia/
H A Dh264dprc.c188 struct pipe_resource * p_res = NULL; in get_eglimage() local
201 p_res = st_omx_pipe_texture_from_eglimage(p_egldisplay, p_eglimage); in get_eglimage()
203 assert(p_res); in get_eglimage()
206 templat.buffer_format = p_res->format; in get_eglimage()
207 templat.width = p_res->width0; in get_eglimage()
208 templat.height = p_res->height0; in get_eglimage()
212 pipe_resource_reference(&resources[0], p_res); in get_eglimage()
217 assert(video_buffer->buffer_format == p_res->format); in get_eglimage()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/frontends/omx/tizonia/
H A Dh264dprc.c188 struct pipe_resource * p_res = NULL; in get_eglimage() local
201 p_res = st_omx_pipe_texture_from_eglimage(p_egldisplay, p_eglimage); in get_eglimage()
203 assert(p_res); in get_eglimage()
206 templat.buffer_format = p_res->format; in get_eglimage()
207 templat.width = p_res->width0; in get_eglimage()
208 templat.height = p_res->height0; in get_eglimage()
212 pipe_resource_reference(&resources[0], p_res); in get_eglimage()
217 assert(video_buffer->buffer_format == p_res->format); in get_eglimage()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/frontends/omx/tizonia/
H A Dh264dprc.c188 struct pipe_resource * p_res = NULL; in get_eglimage() local
201 p_res = st_omx_pipe_texture_from_eglimage(p_egldisplay, p_eglimage); in get_eglimage()
203 assert(p_res); in get_eglimage()
206 templat.buffer_format = p_res->format; in get_eglimage()
207 templat.width = p_res->width0; in get_eglimage()
208 templat.height = p_res->height0; in get_eglimage()
212 pipe_resource_reference(&resources[0], p_res); in get_eglimage()
217 assert(video_buffer->buffer_format == p_res->format); in get_eglimage()
/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/modular/transform/
H A Denc_squeeze.cc31 pixel_type *JXL_RESTRICT p_res = chout_residual.Row(y); in FwdHSqueeze() local
50 p_res[x] = diff - tendency; in FwdHSqueeze()
74 pixel_type *JXL_RESTRICT p_res = chout_residual.Row(y); in FwdVSqueeze() local
95 p_res[x] = diff - tendency; in FwdVSqueeze()
/dports/math/R-cran-dplyr/dplyr/src/
H A Dfilter.cpp78 const SEXP* p_res = VECTOR_PTR_RO(res); in filter_check_type() local
80 SEXP res_j = p_res[j]; in filter_check_type()
131 const SEXP* p_res = VECTOR_PTR_RO(res); in eval_filter_one() local
134 reduce_lgl_and(reduced, p_res[j], n); in eval_filter_one()
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/modular/transform/
H A Denc_squeeze.cc31 pixel_type *JXL_RESTRICT p_res = chout_residual.Row(y); in FwdHSqueeze() local
50 p_res[x] = diff - tendency; in FwdHSqueeze()
74 pixel_type *JXL_RESTRICT p_res = chout_residual.Row(y); in FwdVSqueeze() local
95 p_res[x] = diff - tendency; in FwdVSqueeze()
/dports/devel/godot2/godot-2.1.6-stable/editor/
H A Deditor_resource_preview.cpp252 void EditorResourcePreview::queue_edited_resource_preview(const Ref<Resource> &p_res, Object *p_rec… in queue_edited_resource_preview() argument
255 ERR_FAIL_COND(!p_res.is_valid()); in queue_edited_resource_preview()
259 String path_id = "ID:" + itos(p_res->get_instance_ID()); in queue_edited_resource_preview()
261 if (cache.has(path_id) && cache[path_id].last_hash == p_res->hash_edited_version()) { in queue_edited_resource_preview()
275 item.resource = p_res; in queue_edited_resource_preview()
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/
H A Deditor_resource_preview.cpp252 void EditorResourcePreview::queue_edited_resource_preview(const Ref<Resource> &p_res, Object *p_rec… in queue_edited_resource_preview() argument
255 ERR_FAIL_COND(!p_res.is_valid()); in queue_edited_resource_preview()
259 String path_id = "ID:" + itos(p_res->get_instance_ID()); in queue_edited_resource_preview()
261 if (cache.has(path_id) && cache[path_id].last_hash == p_res->hash_edited_version()) { in queue_edited_resource_preview()
275 item.resource = p_res; in queue_edited_resource_preview()
/dports/net/multicat/multicat-2.3/
H A Dutil.c344 struct addrinfo *p_res; in ParseNodeService() local
409 p_res = (struct addrinfo *)p_buffer; in ParseNodeService()
419 p_res->ai_family = AF_INET; in ParseNodeService()
420 p_res->ai_socktype = SOCK_DGRAM; in ParseNodeService()
421 p_res->ai_protocol = 0; in ParseNodeService()
422 p_res->ai_addrlen = sizeof(struct sockaddr_in); in ParseNodeService()
423 p_res->ai_addr = (struct sockaddr *)p_sin; in ParseNodeService()
424 p_res->ai_canonname = NULL; in ParseNodeService()
425 p_res->ai_next = NULL; in ParseNodeService()
428 return p_res; in ParseNodeService()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/core/math/
H A Dface3.cpp33 int Face3::split_by_plane(const Plane &p_plane, Face3 p_res[3], bool p_is_point_over[3]) const { in split_by_plane()
85 p_res[polygons_created] = Face3(above[0], above[1], above[2]); in split_by_plane()
91 p_res[polygons_created] = Face3(above[2], above[3], above[0]); in split_by_plane()
99 p_res[polygons_created] = Face3(below[0], below[1], below[2]); in split_by_plane()
105 p_res[polygons_created] = Face3(below[2], below[3], below[0]); in split_by_plane()
/dports/devel/godot2/godot-2.1.6-stable/core/math/
H A Dface3.cpp33 int Face3::split_by_plane(const Plane &p_plane, Face3 p_res[3], bool p_is_point_over[3]) const { in split_by_plane()
85 p_res[polygons_created] = Face3(above[0], above[1], above[2]); in split_by_plane()
91 p_res[polygons_created] = Face3(above[2], above[3], above[0]); in split_by_plane()
99 p_res[polygons_created] = Face3(below[0], below[1], below[2]); in split_by_plane()
105 p_res[polygons_created] = Face3(below[2], below[3], below[0]); in split_by_plane()
/dports/audio/ecasound/ecasound-2.9.3/libecasound/
H A Deca-osc.cpp242 int p_res = in handle_chain_message() local
246 p_res == 0) { in handle_chain_message()
275 int p_res = in handle_chain_message() local
278 p_res == 0) { in handle_chain_message()
/dports/lang/ghc/ghc-8.10.7/libraries/Win32/System/Win32/
H A DRegistry.hsc152 alloca $ \ p_res ->
155 c_RegCreateKeyEx p_key c_subkey 0 c_cls opts sam (maybePtr mb_attr) p_res p_disp
156 p_out_key <- peek p_res
306 alloca $ \ p_res -> do
307 failUnlessSuccess "RegOpenKey" $ c_RegOpenKey p_key c_subkey p_res
308 p_res_key <- peek p_res
317 alloca $ \ p_res -> do
318 failUnlessSuccess "RegOpenKeyEx" $ c_RegOpenKeyEx p_key c_subkey 0 sam p_res
319 p_res_key <- peek p_res
/dports/math/octave-forge-optim/optim-1.6.1/inst/private/
H A D__d2_min__.m17 ## @deftypefn{Function File} {[@var{p_res}, @var{objf}, @var{cvg}, @var{outp}] =} __d2_min__ (@var{…
21 function [p_res, objf, cvg, outp] = __d2_min__ (f, pin, hook)
79 p_res = p; variable
206 p_res = p; variable
234 p_res = pbest; variable
240 __do_user_interaction__ (user_interaction, p_res,
H A D__samin__.m18 ## @deftypefn{Function File} {[@var{p_res}, @var{objf}, @var{cvg}, @var{outp}] =} __samin__ (@var{f…
22 function [p_res, objf, cvg, outp] = __samin__ (f, pin, hook)
155 p_res = p; variable
272 p_res = p; variable
322 p_res = best_p; variable
352 vertcat (1:n, p_res.', width.'));
357 __do_user_interaction__ (user_interaction, p_res,
/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/cbc/
H A Doption.c745 if (p_res) \
747 p_res->option_modified = 0; \
748 p_res->impacts_layout = 0; \
749 p_res->impacts_preproc = 0; \
758 if (p_res) \
759 p_res->option_modified = change; \
764 if (p_res) \
765 p_res->impacts_layout = layout; \
770 if (p_res) \
771 p_res->impacts_preproc = pp; \
[all …]
/dports/devel/godot/godot-3.2.3-stable/core/math/
H A Dface3.cpp35 int Face3::split_by_plane(const Plane &p_plane, Face3 p_res[3], bool p_is_point_over[3]) const { in split_by_plane()
87 p_res[polygons_created] = Face3(above[0], above[1], above[2]); in split_by_plane()
93 p_res[polygons_created] = Face3(above[2], above[3], above[0]); in split_by_plane()
101 p_res[polygons_created] = Face3(below[0], below[1], below[2]); in split_by_plane()
107 p_res[polygons_created] = Face3(below[2], below[3], below[0]); in split_by_plane()
/dports/devel/godot-tools/godot-3.2.3-stable/core/math/
H A Dface3.cpp35 int Face3::split_by_plane(const Plane &p_plane, Face3 p_res[3], bool p_is_point_over[3]) const { in split_by_plane()
87 p_res[polygons_created] = Face3(above[0], above[1], above[2]); in split_by_plane()
93 p_res[polygons_created] = Face3(above[2], above[3], above[0]); in split_by_plane()
101 p_res[polygons_created] = Face3(below[0], below[1], below[2]); in split_by_plane()
107 p_res[polygons_created] = Face3(below[2], below[3], below[0]); in split_by_plane()
/dports/devel/godot-tools/godot-3.2.3-stable/platform/osx/
H A Djoypad_osx.h118 void _device_added(IOReturn p_res, IOHIDDeviceRef p_device);
119 void _device_removed(IOReturn p_res, IOHIDDeviceRef p_device);
/dports/devel/godot/godot-3.2.3-stable/platform/osx/
H A Djoypad_osx.h118 void _device_added(IOReturn p_res, IOHIDDeviceRef p_device);
119 void _device_removed(IOReturn p_res, IOHIDDeviceRef p_device);
/dports/net-im/mcabber/mcabber-1.1.2/mcabber/
H A Dcommands.c650 GSList *resources, *p_res; in roster_resourcelock() local
653 for (p_res = resources ; p_res ; p_res = g_slist_next(p_res)) { in roster_resourcelock()
656 g_free(p_res->data); in roster_resourcelock()
1911 GSList *resources, *p_res; in do_info() local
1954 for (p_res = resources ; p_res ; p_res = g_slist_next(p_res)) { in do_info()
1998 g_free(p_res->data); in do_info()
2030 GSList *resources, *p_res; in room_names() local
2061 for (p_res = resources ; p_res ; p_res = g_slist_next(p_res)) { in room_names()
2071 (char*)p_res->data, in room_names()
2088 (char*)p_res->data); in room_names()
[all …]
/dports/games/edge/Edge-1.35-source/src/
H A Ds_humid.cc103 int p_res = hum_dev->PlaySome(pcm_buf, BUFFER_SIZE / 4 /* FIXME */, Humidity::S16); in StreamIntoBuffer() local
105 bool eof = (p_res == Humidity::PLAY_DONE); in StreamIntoBuffer()
107 if (p_res == Humidity::PLAY_ERR) in StreamIntoBuffer()
/dports/sysutils/cdrkit/cdrkit-1.1.11/wodim/
H A Dscsimmc.h530 Uchar p_res[3]; /* Reserved bytes */ member
552 Ucbit p_res :3; /* Reserved bits... */ member
554 Ucbit p_res :3; /* Reserved bits... */
576 Ucbit p_res :3; /* Reserved bits... */ member
578 Ucbit p_res :3; /* Reserved bits... */

12345678910>>...19