HomeSort by relevance Sort by last modified time
    Searched defs:entrypoint (Results 1 - 25 of 27) sorted by null

1 2

  /hardware/intel/common/libva/test/basic/
test_06.c 88 VAEntrypoint entrypoint = -1; local
94 va_status = vaQueryConfigAttributes(va_dpy, configs[config_count], &profile, &entrypoint, attrib_list, &num_attribs);
98 ASSERT( entrypoint == entrypoints[j] );
  /hardware/intel/common/libva/test/vainfo/
vainfo.c 68 static char * entrypoint_string(VAEntrypoint entrypoint)
70 switch (entrypoint) {
82 return "<unknown entrypoint>";
94 VAEntrypoint entrypoint, entrypoints[10]; local
144 for (entrypoint = 0; entrypoint < num_entrypoint; entrypoint++)
145 printf(" %-32s: %s\n", profile_str, entrypoint_string(entrypoints[entrypoint]));
  /external/mesa3d/src/compiler/nir/
nir_lower_io_to_temporaries.c 37 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,
158 state.entrypoint = entrypoint;
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
dta.py 43 "entrypoint",
252 Creates a list of entrypoint, execute, and
253 type_transition rules for each entrypoint.
260 type The entrypoint type.
261 entry The list of entrypoint rules.
265 return [entrypoint_output(e, edge.entrypoint[e], edge.execute[e], edge.type_transition[e])
266 for e in edge.entrypoint]
282 entrypoints Generator which yields entrypoint-related rules.
317 # allow b b_exec:file entrypoint;
334 # 4. if file exec, entrypoint, or type_transition:process
586 entrypoint = EdgeAttrDict('entrypoint') variable in class:Edge
    [all...]
  /build/soong/cmd/merge_zips/
merge_zips.go 66 entrypoint = flag.String("e", "", "par entrypoint file to insert in par")
78 fmt.Fprintln(os.Stderr, "usage: merge_zips [-jpsD] [-m manifest] [-e entrypoint] output [inputs...]")
124 if *entrypoint != "" && !*emulatePar {
125 log.Fatal(errors.New("must specify -p when specifying a entrypoint via -e"))
129 err = mergeZips(readers, writer, *manifest, *entrypoint, *sortEntries, *emulateJar, *emulatePar,
221 func mergeZips(readers []namedZipReader, writer *zip.Writer, manifest, entrypoint string,
255 if entrypoint != "" {
256 buf, err := ioutil.ReadFile(entrypoint)
65 entrypoint = flag.String("e", "", "par entrypoint file to insert in par") var
  /external/mesa3d/src/gallium/include/pipe/
p_video_codec.h 52 enum pipe_video_entrypoint entrypoint; member in struct:pipe_video_codec
  /external/python/cpython2/Launcher/
launcher_internal.cpp 118 PyErr_Format(PyExc_ValueError, "Invalid entrypoint in %s: %s",
125 int RunModuleNameFromEntryPoint(const char *launcher_path, std::string entrypoint) {
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/mapi/glapi/
glapi_getproc.c 56 * 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 */
  /hardware/intel/common/libva/va/
va_fool.c 78 VAEntrypoint entrypoint; /* current entrypoint */ member in struct:fool_context
173 VAEntrypoint entrypoint,
181 fool_ctx->entrypoint = entrypoint;
189 if (((fool_codec & VA_FOOL_FLAG_DECODE) && (entrypoint == VAEntrypointVLD)) ||
190 ((fool_codec & VA_FOOL_FLAG_JPEG) && (entrypoint == VAEntrypointEncPicture)))
192 else if ((fool_codec & VA_FOOL_FLAG_ENCODE) && (entrypoint == VAEntrypointEncSlice)) {
335 if (fool_ctx->entrypoint == VAEntrypointEncSlice)
337 else if (fool_ctx->entrypoint == VAEntrypointEncPicture
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
disassemble.cpp 491 unsigned entrypoint = stream[word - 1]; local
493 if (entrypoint < GLSLstd450Count) {
494 out << "(" << GlslStd450DebugNames[entrypoint] << ")";
498 out << "(" << GLSLextAMDGetDebugNames(name, entrypoint) << ")";
503 out << "(" << GLSLextNVGetDebugNames(name, entrypoint) << ")";
613 static const char* GLSLextAMDGetDebugNames(const char* name, unsigned entrypoint)
616 switch (entrypoint) {
624 switch (entrypoint) {
637 switch (entrypoint) {
643 switch (entrypoint) {
    [all...]
  /external/mesa3d/src/gallium/state_trackers/va/
va_private.h 269 enum pipe_video_entrypoint entrypoint; member in struct:__anon30237
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/icu/icu4c/source/common/
icuplug.cpp 52 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,
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, const char *config, void *lib, const char *sym
593 UPlugEntrypoint *entrypoint = NULL; local
    [all...]
  /art/compiler/optimizing/
code_generator.cc 518 QuickEntrypointEnum entrypoint = kQuickInvokeStaticTrampolineWithAccessCheck; local
521 entrypoint = kQuickInvokeStaticTrampolineWithAccessCheck;
524 entrypoint = kQuickInvokeDirectTrampolineWithAccessCheck;
527 entrypoint = kQuickInvokeSuperTrampolineWithAccessCheck;
536 InvokeRuntime(entrypoint, invoke, invoke->GetDexPc(), slow_path);
542 QuickEntrypointEnum entrypoint = kQuickInvokeStaticTrampolineWithAccessCheck; local
545 entrypoint = kQuickInvokeStaticTrampolineWithAccessCheck;
548 entrypoint = kQuickInvokeDirectTrampolineWithAccessCheck;
551 entrypoint = kQuickInvokeVirtualTrampolineWithAccessCheck;
554 entrypoint = kQuickInvokeSuperTrampolineWithAccessCheck
568 QuickEntrypointEnum entrypoint = kQuickInvokePolymorphic; local
648 QuickEntrypointEnum entrypoint = kQuickSet8Static; \/\/ Initialize to anything to avoid warnings. local
    [all...]
code_generator_mips64.cc 139 QuickEntrypointEnum entrypoint = instruction_->AsBoundsCheck()->IsStringCharAt() variable
142 mips64_codegen->InvokeRuntime(entrypoint, instruction_, instruction_->GetDexPc(), this);
199 QuickEntrypointEnum entrypoint = do_clinit_ ? kQuickInitializeStaticStorage variable
201 mips64_codegen->InvokeRuntime(entrypoint, instruction_, dex_pc_, this);
472 // If `entrypoint` is a valid location it is assumed to already be
473 // holding the entrypoint. The case where the entrypoint is passed in
479 Location entrypoint = Location::NoLocation())
480 : SlowPathCodeMIPS64(instruction), ref_(ref), entrypoint_(entrypoint) {
506 // entrypoint. Also, there is no need to update the stack mask
    [all...]
instruction_builder.cc 1098 QuickEntrypointEnum entrypoint = kQuickAllocObjectInitialized; local
    [all...]
code_generator_arm64.cc 274 QuickEntrypointEnum entrypoint = instruction_->AsBoundsCheck()->IsStringCharAt() variable
277 arm64_codegen->InvokeRuntime(entrypoint, instruction_, instruction_->GetDexPc(), this);
333 QuickEntrypointEnum entrypoint = do_clinit_ ? kQuickInitializeStaticStorage variable
335 arm64_codegen->InvokeRuntime(entrypoint, instruction_, dex_pc_, this);
611 // Argument `entrypoint` must be a register location holding the read
617 ReadBarrierMarkSlowPathBaseARM64(HInstruction* instruction, Location ref, Location entrypoint)
618 : SlowPathCodeARM64(instruction), ref_(ref), entrypoint_(entrypoint) {
628 // entrypoint. Also, there is no need to update the stack mask,
648 // of a dedicated entrypoint:
656 // Entrypoint is not already loaded, load from the thread
    [all...]
code_generator_arm_vixl.cc 97 // The reserved entrypoint register for link-time generated thunks.
509 QuickEntrypointEnum entrypoint = instruction_->AsBoundsCheck()->IsStringCharAt() variable
512 arm_codegen->InvokeRuntime(entrypoint, instruction_, instruction_->GetDexPc(), this);
543 QuickEntrypointEnum entrypoint = do_clinit_ ? kQuickInitializeStaticStorage variable
545 arm_codegen->InvokeRuntime(entrypoint, instruction_, dex_pc_, this);
736 // Argument `entrypoint` must be a register location holding the read
742 ReadBarrierMarkSlowPathBaseARMVIXL(HInstruction* instruction, Location ref, Location entrypoint)
743 : SlowPathCodeARMVIXL(instruction), ref_(ref), entrypoint_(entrypoint) {
755 // entrypoint. Also, there is no need to update the stack mask,
775 // of a dedicated entrypoint
5160 QuickEntrypointEnum entrypoint = local
    [all...]
code_generator_mips.cc 187 QuickEntrypointEnum entrypoint = instruction_->AsBoundsCheck()->IsStringCharAt() variable
190 mips_codegen->InvokeRuntime(entrypoint, instruction_, instruction_->GetDexPc(), this);
246 QuickEntrypointEnum entrypoint = do_clinit_ ? kQuickInitializeStaticStorage variable
248 mips_codegen->InvokeRuntime(entrypoint, instruction_, dex_pc_, this);
515 // If `entrypoint` is a valid location it is assumed to already be
516 // holding the entrypoint. The case where the entrypoint is passed in
522 Location entrypoint = Location::NoLocation())
523 : SlowPathCodeMIPS(instruction), ref_(ref), entrypoint_(entrypoint) {
549 // entrypoint. Also, there is no need to update the stack mask
8518 QuickEntrypointEnum entrypoint = local
9099 QuickEntrypointEnum entrypoint = local
9153 QuickEntrypointEnum entrypoint = local
    [all...]
code_generator_x86.cc 169 QuickEntrypointEnum entrypoint = instruction_->AsBoundsCheck()->IsStringCharAt() variable
172 x86_codegen->InvokeRuntime(entrypoint, instruction_, instruction_->GetDexPc(), this);
487 // entrypoint. Also, there is no need to update the stack mask,
502 // of a dedicated entrypoint:
572 // entrypoint. Also, there is no need to update the stack mask,
587 // of a dedicated entrypoint:
4224 QuickEntrypointEnum entrypoint = local
    [all...]
code_generator_x86_64.cc 223 QuickEntrypointEnum entrypoint = instruction_->AsBoundsCheck()->IsStringCharAt() variable
226 x86_64_codegen->InvokeRuntime(entrypoint, instruction_, instruction_->GetDexPc(), this);
503 // entrypoint. Also, there is no need to update the stack mask,
518 // of a dedicated entrypoint:
594 // entrypoint. Also, there is no need to update the stack mask,
609 // of a dedicated entrypoint:
4070 QuickEntrypointEnum entrypoint = local
    [all...]
  /art/runtime/jit/
jit_code_cache.cc 1720 const void* entrypoint = method_header->GetEntryPoint(); local
    [all...]
  /external/vulkan-validation-layers/layers/
shader_validation.cpp 523 static std::map<location_t, interface_var> collect_interface_by_location(shader_module const *src, spirv_inst_iter entrypoint,
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);
1531 spirv_inst_iter entrypoint; local
    [all...]
  /hardware/intel/common/libva/test/encode/
mpeg2enc.c 823 int max_entrypoints, num_entrypoints, entrypoint; local
839 for (entrypoint = 0; entrypoint < num_entrypoints; entrypoint++) {
840 if (entrypoint_list[entrypoint] == VAEntrypointEncSlice)
846 if (entrypoint == num_entrypoints) {
    [all...]
mpeg2vaenc.c 823 int max_entrypoints, num_entrypoints, entrypoint; local
839 for (entrypoint = 0; entrypoint < num_entrypoints; entrypoint++) {
840 if (entrypoint_list[entrypoint] == VAEntrypointEncSlice)
846 if (entrypoint == num_entrypoints) {
    [all...]
  /hardware/intel/img/psb_video/src/
psb_drv_video.h 372 VAEntrypoint entrypoint; member in struct:object_config_s
438 * bytes[0]: entrypoint
662 VAEntrypoint entrypoint,

Completed in 797 milliseconds

1 2