Searched refs:entrypoint (Results 1 - 25 of 33) sorted by relevance

12

/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_decoder.h46 enum pipe_video_entrypoint entrypoint,
H A Dvl_decoder.c50 enum pipe_video_entrypoint entrypoint,
73 return vl_create_mpeg12_decoder(pipe, profile, entrypoint, chroma_format,
48 vl_create_decoder(struct pipe_context *pipe, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint, enum pipe_video_chroma_format chroma_format, unsigned width, unsigned height, unsigned max_references, bool expect_chunked_decode) argument
H A Dvl_mpeg12_decoder.h109 enum pipe_video_entrypoint entrypoint,
H A Dvl_mpeg12_decoder.c119 if (dec->base.entrypoint <= PIPE_VIDEO_ENTRYPOINT_IDCT)
420 if (dec->base.entrypoint <= PIPE_VIDEO_ENTRYPOINT_IDCT) {
473 if (dec->base.entrypoint <= PIPE_VIDEO_ENTRYPOINT_IDCT)
480 if (dec->base.entrypoint == PIPE_VIDEO_ENTRYPOINT_BITSTREAM)
527 if (dec->base.entrypoint == PIPE_VIDEO_ENTRYPOINT_BITSTREAM) {
566 if (dec->base.entrypoint >= PIPE_VIDEO_ENTRYPOINT_IDCT) {
732 if (dec->base.entrypoint <= PIPE_VIDEO_ENTRYPOINT_IDCT)
749 if (dec->base.entrypoint <= PIPE_VIDEO_ENTRYPOINT_IDCT)
861 num_channels = dec->base.entrypoint <= PIPE_VIDEO_ENTRYPOINT_IDCT ? 4 : 1;
991 if (dec->base.entrypoint <
1023 vl_create_mpeg12_decoder(struct pipe_context *context, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint, enum pipe_video_chroma_format chroma_format, unsigned width, unsigned height, unsigned max_references, bool expect_chunked_decode) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/va/
H A Dva_config.c85 vlVaGetConfigAttributes(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, argument
95 vlVaCreateConfig(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, argument
115 VAEntrypoint *entrypoint, VAConfigAttrib *attrib_list, int *num_attribs)
114 vlVaQueryConfigAttributes(VADriverContextP ctx, VAConfigID config_id, VAProfile *profile, VAEntrypoint *entrypoint, VAConfigAttrib *attrib_list, int *num_attribs) argument
H A Dva_private.h75 VAStatus vlVaGetConfigAttributes (VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, VAConfigAttrib *attrib_list, int num_attribs);
76 VAStatus vlVaCreateConfig (VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, VAConfigAttrib *attrib_list, int num_attribs, VAConfigID *config_id);
78 VAStatus vlVaQueryConfigAttributes (VADriverContextP ctx, VAConfigID config_id, VAProfile *profile, VAEntrypoint *entrypoint, VAConfigAttrib *attrib_list, int *num_attribs);
/external/mesa3d/src/mapi/glapi/
H A Dglapi_priv.h65 /* entrypoint */
76 fill_in_entrypoint_offset(_glapi_proc entrypoint, unsigned int offset);
84 * Size (in bytes) of dispatch function (entrypoint).
H A Dglapi_entrypoint.c87 * Generate a dispatch function (entrypoint) which jumps through
117 fill_in_entrypoint_offset(_glapi_proc entrypoint, unsigned int offset) argument
119 GLubyte * const code = (GLubyte *) entrypoint;
300 fill_in_entrypoint_offset(_glapi_proc entrypoint, GLuint offset) argument
302 unsigned int *code = (unsigned int *) entrypoint;
327 fill_in_entrypoint_offset(_glapi_proc entrypoint, GLuint offset) argument
330 (void) entrypoint;
H A Dglapi_getproc.c52 * Search the table of static entrypoint functions for the named function
256 * Generate new entrypoint
272 _glapi_proc entrypoint = NULL; local
285 entrypoint = generate_entrypoint(~0);
287 if (entrypoint == NULL) {
298 entry->dispatch_stub = entrypoint;
484 * Return offset of entrypoint for named function within dispatch table.
504 * in the name of static functions, try generating a new API entrypoint on
534 /* generate entrypoint, dispatch offset must be filled in by the driver */
/external/selinux/libsepol/tests/policies/test-expander/
H A Dbase-base-only.conf14 entrypoint
H A Dalias-base.conf173 entrypoint
H A Drole-base.conf173 entrypoint
H A Duser-base.conf173 entrypoint
/external/mesa3d/src/gbm/main/
H A Dbackend.c58 const char *entrypoint = "gbm_backend"; local
80 init = dlsym(module, entrypoint);
/external/icu/icu4c/source/common/
H A Dicuplug.cpp45 UPlugEntrypoint *entrypoint; /**< plugin entrypoint */ member in struct:UPlugData
272 token = (*(plug->entrypoint))(plug, reason, status);
347 plug->entrypoint=NULL;
353 static UPlugData *uplug_allocatePlug(UPlugEntrypoint *entrypoint, const char *config, void *lib, const char *symName, argument
374 plug->entrypoint = entrypoint;
399 plug->entrypoint=0;
521 * Initialize a plugin fron an entrypoint and library - but don't load it.
523 static UPlugData* uplug_initPlugFromEntrypointAndLibrary(UPlugEntrypoint *entrypoint, cons argument
538 uplug_loadPlugFromEntrypoint(UPlugEntrypoint *entrypoint, const char *config, UErrorCode *status) argument
585 UPlugEntrypoint *entrypoint = NULL; local
[all...]
/external/mesa3d/src/gallium/include/pipe/
H A Dp_video_decoder.h51 enum pipe_video_entrypoint entrypoint; member in struct:pipe_video_decoder
H A Dp_context.h428 enum pipe_video_entrypoint entrypoint,
/external/icu/icu4c/source/common/unicode/
H A Dicuplug.h48 * entrypoint, as above.</li>
128 * from the entrypoint.
141 * Return value from a plugin entrypoint.
149 * Reason code for the entrypoint's call
337 * @param entrypoint entrypoint to install
344 uplug_loadPlugFromEntrypoint(UPlugEntrypoint *entrypoint, const char *config, UErrorCode *status);
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_video.c458 if (dec->base.entrypoint <= PIPE_VIDEO_ENTRYPOINT_IDCT)
510 enum pipe_video_entrypoint entrypoint,
522 debug_printf("Acceleration level: %s\n", entrypoint <= PIPE_VIDEO_ENTRYPOINT_BITSTREAM ? "bit":
523 entrypoint == PIPE_VIDEO_ENTRYPOINT_IDCT ? "IDCT" : "MC");
569 dec->base.entrypoint = entrypoint;
623 switch (entrypoint) {
652 return vl_create_decoder(context, profile, entrypoint,
882 enum pipe_video_entrypoint entrypoint,
888 return nouveau_create_decoder(context, screen, profile, entrypoint,
507 nouveau_create_decoder(struct pipe_context *context, struct nouveau_screen *screen, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint, enum pipe_video_chroma_format chroma_format, unsigned width, unsigned height, unsigned max_references, bool expect_chunked_decode) argument
880 nouveau_context_create_decoder(struct pipe_context *context, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint, enum pipe_video_chroma_format chroma_format, unsigned width, unsigned height, unsigned max_references, bool expect_chunked_decode) argument
[all...]
/external/selinux/libsepol/tests/policies/test-deps/
H A Dbase-metreq.conf173 entrypoint
458 allow sysadm_t file_exec_t: file { execute read write ioctl lock entrypoint };
H A Dbase-notmetreq.conf172 entrypoint
445 allow sysadm_t file_exec_t: file { execute read write ioctl lock entrypoint };
H A Dsmall-base.conf173 entrypoint
446 allow sysadm_t file_exec_t: file { execute read write ioctl lock entrypoint };
/external/sepolicy/
H A Daccess_vectors164 entrypoint
182 entrypoint
778 entrypoint
/external/selinux/libsepol/tests/policies/test-hooks/
H A Dcmp_policy.conf173 entrypoint
H A Dsmall-base.conf173 entrypoint

Completed in 650 milliseconds

12