Searched defs:entrypoint (Results 1 - 25 of 26) sorted by relevance

12

/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_decoder.c37 enum pipe_video_entrypoint entrypoint)
42 return entrypoint != PIPE_VIDEO_ENTRYPOINT_ENCODE;
78 templat->entrypoint,
36 vl_profile_supported(struct pipe_screen *screen, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint) argument
H A Dvl_stubs.c16 enum pipe_video_entrypoint entrypoint)
53 enum pipe_video_entrypoint entrypoint)
14 vl_profile_supported(struct pipe_screen *screen, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint) argument
50 vl_video_buffer_is_format_supported(struct pipe_screen *screen, enum pipe_format format, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint) argument
H A Dvl_video_buffer.c169 enum pipe_video_entrypoint entrypoint)
166 vl_video_buffer_is_format_supported(struct pipe_screen *screen, enum pipe_format format, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint) argument
/external/mesa3d/src/mapi/glapi/
H A Dglapi_entrypoint.c90 * Generate a dispatch function (entrypoint) which jumps through
120 fill_in_entrypoint_offset(_glapi_proc entrypoint, unsigned int offset) argument
122 GLubyte * const code = (GLubyte *) entrypoint;
301 fill_in_entrypoint_offset(_glapi_proc entrypoint, GLuint offset) argument
303 unsigned int *code = (unsigned int *) entrypoint;
328 fill_in_entrypoint_offset(_glapi_proc entrypoint, GLuint offset) argument
331 (void) entrypoint;
H A Dglapi_getproc.c56 * Search the table of static entrypoint functions for the named function
255 * Generate new entrypoint
271 _glapi_proc entrypoint = NULL; local
284 entrypoint = generate_entrypoint(~0);
286 if (entrypoint == NULL) {
297 entry->dispatch_stub = entrypoint;
483 * Return offset of entrypoint for named function within dispatch table.
503 * in the name of static functions, try generating a new API entrypoint on
532 /* generate entrypoint, dispatch offset must be filled in by the driver */
/external/mesa3d/src/gallium/state_trackers/va/
H A Dconfig.c108 vlVaGetConfigAttributes(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, argument
118 if (entrypoint == VAEntrypointVLD) {
127 } else if (entrypoint == VAEntrypointEncSlice) {
145 } else if (entrypoint == VAEntrypointVideoProc) {
165 vlVaCreateConfig(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, argument
185 if (profile == VAProfileNone && entrypoint == VAEntrypointVideoProc) {
186 config->entrypoint = VAEntrypointVideoProc;
217 switch (entrypoint) {
225 config->entrypoint = PIPE_VIDEO_ENTRYPOINT_BITSTREAM;
235 config->entrypoint
303 vlVaQueryConfigAttributes(VADriverContextP ctx, VAConfigID config_id, VAProfile *profile, VAEntrypoint *entrypoint, VAConfigAttrib *attrib_list, int *num_attribs) argument
[all...]
H A Dva_private.h269 enum pipe_video_entrypoint entrypoint; member in struct:__anon16892
292 VAStatus vlVaGetConfigAttributes(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint,
294 VAStatus vlVaCreateConfig(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint,
298 VAEntrypoint *entrypoint, VAConfigAttrib *attrib_list, int *num_attribs);
/external/mesa3d/src/compiler/nir/
H A Dnir_gather_info.c291 nir_shader_gather_info(nir_shader *shader, nir_function_impl *entrypoint) argument
320 nir_foreach_block(block, entrypoint) {
H A Dnir_lower_io_to_temporaries.c37 nir_function_impl *entrypoint; member in struct:lower_io_state
96 } else if (impl == state->entrypoint) {
117 if (impl == state->entrypoint) {
149 nir_lower_io_to_temporaries(nir_shader *shader, nir_function_impl *entrypoint, argument
158 state.entrypoint = entrypoint;
/external/mesa3d/src/gallium/include/pipe/
H A Dp_video_codec.h52 enum pipe_video_entrypoint entrypoint; member in struct:pipe_video_codec
/external/python/cpython2/Launcher/
H A Dlauncher_internal.cpp118 PyErr_Format(PyExc_ValueError, "Invalid entrypoint in %s: %s",
125 int RunModuleNameFromEntryPoint(const char *launcher_path, std::string entrypoint) { argument
126 if (entrypoint.empty()) {
130 char *arr = strdup(entrypoint.c_str());
204 std::string entrypoint = internal::GetEntryPointFilePath(launcher_path); local
205 if (entrypoint.empty()) {
212 return internal::RunModuleNameFromEntryPoint(launcher_path, entrypoint);
/external/mesa3d/src/gallium/drivers/ilo/
H A Dilo_screen.c154 enum pipe_video_entrypoint entrypoint,
159 return vl_profile_supported(screen, profile, entrypoint);
686 enum pipe_video_entrypoint entrypoint)
688 return vl_video_buffer_is_format_supported(screen, format, profile, entrypoint);
152 ilo_get_video_param(struct pipe_screen *screen, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint, enum pipe_video_cap param) argument
683 ilo_is_video_format_supported(struct pipe_screen *screen, enum pipe_format format, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint) argument
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_vp3_video.c437 enum pipe_video_entrypoint entrypoint,
447 return entrypoint == PIPE_VIDEO_ENTRYPOINT_BITSTREAM &&
499 enum pipe_video_entrypoint entrypoint)
504 return vl_video_buffer_is_format_supported(screen, format, profile, entrypoint);
435 nouveau_vp3_screen_get_video_param(struct pipe_screen *pscreen, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint, enum pipe_video_cap param) argument
496 nouveau_vp3_screen_video_supported(struct pipe_screen *screen, enum pipe_format format, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint) argument
H A Dnouveau_video.c450 if (dec->base.entrypoint <= PIPE_VIDEO_ENTRYPOINT_IDCT)
511 debug_printf("Acceleration level: %s\n", templ->entrypoint <= PIPE_VIDEO_ENTRYPOINT_BITSTREAM ? "bit":
512 templ->entrypoint == PIPE_VIDEO_ENTRYPOINT_IDCT ? "IDCT" : "MC");
611 switch (templ->entrypoint) {
834 enum pipe_video_entrypoint entrypoint,
839 return entrypoint >= PIPE_VIDEO_ENTRYPOINT_IDCT &&
832 nouveau_screen_get_video_param(struct pipe_screen *pscreen, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint, enum pipe_video_cap param) argument
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_screen.c460 enum pipe_video_entrypoint entrypoint,
465 return vl_profile_supported(screen, profile, entrypoint);
458 r300_get_video_param(struct pipe_screen *screen, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint, enum pipe_video_cap param) argument
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_video.c212 enum pipe_video_entrypoint entrypoint,
221 if (entrypoint == PIPE_VIDEO_ENTRYPOINT_ENCODE) {
332 enum pipe_video_entrypoint entrypoint)
338 return vl_video_buffer_is_format_supported(screen, format, profile, entrypoint);
210 rvid_get_video_param(struct pipe_screen *screen, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint, enum pipe_video_cap param) argument
329 rvid_is_format_supported(struct pipe_screen *screen, enum pipe_format format, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint) argument
H A Dr600_pipe_common.c818 enum pipe_video_entrypoint entrypoint,
823 return vl_profile_supported(screen, profile, entrypoint);
816 r600_get_video_param(struct pipe_screen *screen, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint, enum pipe_video_cap param) argument
/external/mesa3d/src/amd/vulkan/
H A Dradv_pipeline_cache.c88 const char *entrypoint,
99 _mesa_sha1_update(ctx, entrypoint, strlen(entrypoint));
87 radv_hash_shader(unsigned char *hash, struct radv_shader_module *module, const char *entrypoint, const VkSpecializationInfo *spec_info, const struct radv_pipeline_layout *layout, const union ac_shader_variant_key *key) argument
H A Dradv_pipeline.c216 /* Pick off the single entrypoint that we want */
453 const char *entrypoint,
471 radv_hash_shader(sha1, module, entrypoint, spec_info, layout, key);
482 module, entrypoint, stage,
450 radv_pipeline_compile(struct radv_pipeline *pipeline, struct radv_pipeline_cache *cache, struct radv_shader_module *module, const char *entrypoint, gl_shader_stage stage, const VkSpecializationInfo *spec_info, struct radv_pipeline_layout *layout, const union ac_shader_variant_key *key) argument
/external/mesa3d/src/intel/vulkan/
H A Danv_pipeline_cache.c204 const char *entrypoint,
213 _mesa_sha1_update(ctx, entrypoint, strlen(entrypoint));
202 anv_hash_shader(unsigned char *hash, const void *key, size_t key_size, struct anv_shader_module *module, const char *entrypoint, const struct anv_pipeline_layout *pipeline_layout, const VkSpecializationInfo *spec_info) argument
H A Danv_pipeline.c150 /* Pick off the single entrypoint that we want */
312 const char *entrypoint,
319 module, entrypoint, stage,
434 const char *entrypoint,
447 anv_hash_shader(sha1, &key, sizeof(key), module, entrypoint,
462 nir_shader *nir = anv_pipeline_compile(pipeline, module, entrypoint,
695 const char *entrypoint,
708 anv_hash_shader(sha1, &key, sizeof(key), module, entrypoint,
723 nir_shader *nir = anv_pipeline_compile(pipeline, module, entrypoint,
772 const char *entrypoint,
310 anv_pipeline_compile(struct anv_pipeline *pipeline, struct anv_shader_module *module, const char *entrypoint, gl_shader_stage stage, const VkSpecializationInfo *spec_info, struct brw_stage_prog_data *prog_data, struct anv_pipeline_bind_map *map) argument
430 anv_pipeline_compile_vs(struct anv_pipeline *pipeline, struct anv_pipeline_cache *cache, const VkGraphicsPipelineCreateInfo *info, struct anv_shader_module *module, const char *entrypoint, const VkSpecializationInfo *spec_info) argument
691 anv_pipeline_compile_gs(struct anv_pipeline *pipeline, struct anv_pipeline_cache *cache, const VkGraphicsPipelineCreateInfo *info, struct anv_shader_module *module, const char *entrypoint, const VkSpecializationInfo *spec_info) argument
768 anv_pipeline_compile_fs(struct anv_pipeline *pipeline, struct anv_pipeline_cache *cache, const VkGraphicsPipelineCreateInfo *info, struct anv_shader_module *module, const char *entrypoint, const VkSpecializationInfo *spec_info) argument
890 anv_pipeline_compile_cs(struct anv_pipeline *pipeline, struct anv_pipeline_cache *cache, const VkComputePipelineCreateInfo *info, struct anv_shader_module *module, const char *entrypoint, const VkSpecializationInfo *spec_info) argument
[all...]
/external/icu/icu4c/source/common/
H A Dicuplug.cpp52 UPlugEntrypoint *entrypoint; /**< plugin entrypoint */ member in struct:UPlugData
279 token = (*(plug->entrypoint))(plug, reason, status);
357 plug->entrypoint=NULL;
363 static UPlugData *uplug_allocatePlug(UPlugEntrypoint *entrypoint, const char *config, void *lib, const char *symName, argument
382 plug->entrypoint = entrypoint;
407 plug->entrypoint=0;
529 * Initialize a plugin fron an entrypoint and library - but don't load it.
531 static UPlugData* uplug_initPlugFromEntrypointAndLibrary(UPlugEntrypoint *entrypoint, cons argument
546 uplug_loadPlugFromEntrypoint(UPlugEntrypoint *entrypoint, const char *config, UErrorCode *status) argument
593 UPlugEntrypoint *entrypoint = NULL; local
[all...]
/external/mesa3d/src/compiler/spirv/
H A Dvtn_glsl450.c416 handle_glsl450_alu(struct vtn_builder *b, enum GLSLstd450 entrypoint, argument
432 switch (entrypoint) {
638 nir_build_alu(&b->nb, vtn_nir_alu_op_for_spirv_glsl_opcode(entrypoint),
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv84_video.c282 if ((is_h264 && templ->entrypoint != PIPE_VIDEO_ENTRYPOINT_BITSTREAM) ||
283 (is_mpeg12 && templ->entrypoint > PIPE_VIDEO_ENTRYPOINT_IDCT)) {
284 debug_printf("%x\n", templ->entrypoint);
316 if (templ->entrypoint == PIPE_VIDEO_ENTRYPOINT_BITSTREAM) {
804 enum pipe_video_entrypoint entrypoint,
852 enum pipe_video_entrypoint entrypoint)
857 return vl_video_buffer_is_format_supported(screen, format, profile, entrypoint);
802 nv84_screen_get_video_param(struct pipe_screen *pscreen, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint, enum pipe_video_cap param) argument
849 nv84_screen_video_supported(struct pipe_screen *screen, enum pipe_format format, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint) argument
/external/vulkan-validation-layers/layers/
H A Dshader_validation.cpp523 static std::map<location_t, interface_var> collect_interface_by_location(shader_module const *src, spirv_inst_iter entrypoint, argument
565 // Find the end of the entrypoint's name string. additional zero bytes follow the actual null terminator, to fill out the
568 while (entrypoint.word(word) & 0xff000000u) {
575 for (; word < entrypoint.len(); word++) {
576 auto insn = src->get_def(entrypoint.word(word));
707 shader_module const *vs, spirv_inst_iter entrypoint) {
710 auto inputs = collect_interface_by_location(vs, entrypoint, spv::StorageClassInput, false);
767 spirv_inst_iter entrypoint, PIPELINE_STATE const *pipeline,
785 auto outputs = collect_interface_by_location(fs, entrypoint, spv::StorageClassOutput, false);
831 // For some analyses, we need to know about all ids referenced by the static call tree of a particular entrypoint
706 validate_vi_against_vs_inputs(debug_report_data const *report_data, VkPipelineVertexInputStateCreateInfo const *vi, shader_module const *vs, spirv_inst_iter entrypoint) argument
766 validate_fs_outputs_against_render_pass(debug_report_data const *report_data, shader_module const *fs, spirv_inst_iter entrypoint, PIPELINE_STATE const *pipeline, uint32_t subpass_index) argument
838 mark_accessible_ids(shader_module const *src, spirv_inst_iter entrypoint) argument
1531 spirv_inst_iter entrypoint; local
[all...]

Completed in 2288 milliseconds

12