HomeSort by relevance Sort by last modified time
    Searched defs:entrypoint (Results 1 - 25 of 26) 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...]
  /external/mesa3d/src/gallium/include/pipe/
p_video_codec.h 52 enum pipe_video_entrypoint entrypoint; member in struct:pipe_video_codec
  /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/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
disassemble.cpp 452 unsigned entrypoint = stream[word - 1]; local
454 if (entrypoint < GLSLstd450Count) {
455 out << "(" << GlslStd450DebugNames[entrypoint] << ")";
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
disassemble.cpp 452 unsigned entrypoint = stream[word - 1]; local
454 if (entrypoint < GLSLstd450Count) {
455 out << "(" << GlslStd450DebugNames[entrypoint] << ")";
  /external/mesa3d/src/gallium/state_trackers/va/
va_private.h 269 enum pipe_video_entrypoint entrypoint; member in struct:__anon28381
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 363 QuickEntrypointEnum entrypoint = kQuickInvokeStaticTrampolineWithAccessCheck; local
366 entrypoint = kQuickInvokeStaticTrampolineWithAccessCheck;
369 entrypoint = kQuickInvokeDirectTrampolineWithAccessCheck;
372 entrypoint = kQuickInvokeSuperTrampolineWithAccessCheck;
380 InvokeRuntime(entrypoint, invoke, invoke->GetDexPc(), slow_path);
386 QuickEntrypointEnum entrypoint = kQuickInvokeStaticTrampolineWithAccessCheck; local
389 entrypoint = kQuickInvokeStaticTrampolineWithAccessCheck;
392 entrypoint = kQuickInvokeDirectTrampolineWithAccessCheck;
395 entrypoint = kQuickInvokeVirtualTrampolineWithAccessCheck;
398 entrypoint = kQuickInvokeSuperTrampolineWithAccessCheck
409 QuickEntrypointEnum entrypoint = kQuickInvokePolymorphic; local
488 QuickEntrypointEnum entrypoint = kQuickSet8Static; \/\/ Initialize to anything to avoid warnings. local
    [all...]
code_generator_mips64.cc 126 QuickEntrypointEnum entrypoint = instruction_->AsBoundsCheck()->IsStringCharAt() variable
129 mips64_codegen->InvokeRuntime(entrypoint, instruction_, instruction_->GetDexPc(), this);
205 QuickEntrypointEnum entrypoint = do_clinit_ ? kQuickInitializeStaticStorage variable
207 mips64_codegen->InvokeRuntime(entrypoint, instruction_, dex_pc_, this);
548 // If `entrypoint` is a valid location it is assumed to already be
549 // holding the entrypoint. The case where the entrypoint is passed in
555 Location entrypoint = Location::NoLocation())
556 : SlowPathCodeMIPS64(instruction), ref_(ref), entrypoint_(entrypoint) {
582 // entrypoint. Also, there is no need to update the stack mask
    [all...]
instruction_builder.cc 975 QuickEntrypointEnum entrypoint = kQuickAllocObjectInitialized; local
    [all...]
code_generator_arm64.cc 268 QuickEntrypointEnum entrypoint = instruction_->AsBoundsCheck()->IsStringCharAt() variable
271 arm64_codegen->InvokeRuntime(entrypoint, instruction_, instruction_->GetDexPc(), this);
344 QuickEntrypointEnum entrypoint = do_clinit_ ? kQuickInitializeStaticStorage variable
346 arm64_codegen->InvokeRuntime(entrypoint, instruction_, dex_pc_, this);
674 // Argument `entrypoint` must be a register location holding the read
680 ReadBarrierMarkSlowPathBaseARM64(HInstruction* instruction, Location ref, Location entrypoint)
681 : SlowPathCodeARM64(instruction), ref_(ref), entrypoint_(entrypoint) {
691 // entrypoint. Also, there is no need to update the stack mask,
711 // of a dedicated entrypoint:
719 // Entrypoint is not already loaded, load from the thread
    [all...]
code_generator_x86_64.cc 219 QuickEntrypointEnum entrypoint = instruction_->AsBoundsCheck()->IsStringCharAt() variable
222 x86_64_codegen->InvokeRuntime(entrypoint, instruction_, instruction_->GetDexPc(), this);
507 // entrypoint. Also, there is no need to update the stack mask,
522 // of a dedicated entrypoint:
598 // entrypoint. Also, there is no need to update the stack mask,
613 // of a dedicated entrypoint:
4106 QuickEntrypointEnum entrypoint = local
    [all...]
code_generator_arm_vixl.cc 94 // The reserved entrypoint register for link-time generated thunks.
451 QuickEntrypointEnum entrypoint = instruction_->AsBoundsCheck()->IsStringCharAt() variable
454 arm_codegen->InvokeRuntime(entrypoint, instruction_, instruction_->GetDexPc(), this);
502 QuickEntrypointEnum entrypoint = do_clinit_ ? kQuickInitializeStaticStorage variable
504 arm_codegen->InvokeRuntime(entrypoint, instruction_, dex_pc_, this);
742 // Argument `entrypoint` must be a register location holding the read
748 ReadBarrierMarkSlowPathBaseARMVIXL(HInstruction* instruction, Location ref, Location entrypoint)
749 : SlowPathCodeARMVIXL(instruction), ref_(ref), entrypoint_(entrypoint) {
761 // entrypoint. Also, there is no need to update the stack mask,
781 // of a dedicated entrypoint
5346 QuickEntrypointEnum entrypoint = local
    [all...]
code_generator_mips.cc 171 QuickEntrypointEnum entrypoint = instruction_->AsBoundsCheck()->IsStringCharAt() variable
174 mips_codegen->InvokeRuntime(entrypoint, instruction_, instruction_->GetDexPc(), this);
249 QuickEntrypointEnum entrypoint = do_clinit_ ? kQuickInitializeStaticStorage variable
251 mips_codegen->InvokeRuntime(entrypoint, instruction_, dex_pc_, this);
598 // If `entrypoint` is a valid location it is assumed to already be
599 // holding the entrypoint. The case where the entrypoint is passed in
605 Location entrypoint = Location::NoLocation())
606 : SlowPathCodeMIPS(instruction), ref_(ref), entrypoint_(entrypoint) {
632 // entrypoint. Also, there is no need to update the stack mask
7862 QuickEntrypointEnum entrypoint = local
8403 QuickEntrypointEnum entrypoint = (result_type == Primitive::kPrimFloat) ? kQuickL2f local
8457 QuickEntrypointEnum entrypoint = (input_type == Primitive::kPrimFloat) ? kQuickF2l local
    [all...]
code_generator_x86.cc 165 QuickEntrypointEnum entrypoint = instruction_->AsBoundsCheck()->IsStringCharAt() variable
168 x86_codegen->InvokeRuntime(entrypoint, instruction_, instruction_->GetDexPc(), this);
493 // entrypoint. Also, there is no need to update the stack mask,
508 // of a dedicated entrypoint:
578 // entrypoint. Also, there is no need to update the stack mask,
593 // of a dedicated entrypoint:
4243 QuickEntrypointEnum 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,
  /external/vulkan-validation-layers/layers/
core_validation.cpp 2743 auto entrypoint = *out_entrypoint = find_entrypoint(module, pStage->pName, pStage->stage); local
2924 spirv_inst_iter entrypoint; local
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
core_validation.cpp 2477 auto entrypoint = *out_entrypoint = find_entrypoint(module, pStage->pName, pStage->stage); local
2621 spirv_inst_iter entrypoint; local
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
core_validation.cpp 2477 auto entrypoint = *out_entrypoint = find_entrypoint(module, pStage->pName, pStage->stage); local
2621 spirv_inst_iter entrypoint; local
    [all...]

Completed in 1198 milliseconds

1 2