HomeSort by relevance Sort by last modified time
    Searched refs:pso (Results 1 - 8 of 8) sorted by null

  /art/runtime/jit/
profile_saver_options.h 107 friend std::ostream & operator<<(std::ostream &os, const ProfileSaverOptions& pso) {
108 os << "enabled_" << pso.enabled_
109 << ", min_save_period_ms_" << pso.min_save_period_ms_
110 << ", save_resolved_classes_delay_ms_" << pso.save_resolved_classes_delay_ms_
111 << ", hot_startup_method_samples_" << pso.hot_startup_method_samples_
112 << ", min_methods_to_save_" << pso.min_methods_to_save_
113 << ", min_classes_to_save_" << pso.min_classes_to_save_
114 << ", min_notification_before_wake_" << pso.min_notification_before_wake_
115 << ", max_notification_before_wake_" << pso.max_notification_before_wake_
116 << ", profile_boot_class_path_" << pso.profile_boot_class_path_
    [all...]
  /external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/tests/store_buffering/
Makefile 1 CBMC_FLAGS = -I../.. -I../../src -I../../include -I../../empty_includes -32 -pointer-check -mm pso
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_program.c 266 const struct pipe_stream_output_info *pso)
279 for (i = 0; i < pso->num_outputs; ++i) {
280 unsigned end = pso->output[i].dst_offset + pso->output[i].num_components;
281 b = pso->output[i].output_buffer;
288 so->stride[0] = pso->stride[0] * 4;
291 assert(!so->num_attribs[b] || so->num_attribs[b] == pso->stride[b]);
304 for (i = 0; i < pso->num_outputs; ++i) {
305 const unsigned s = pso->output[i].start_component;
306 const unsigned p = pso->output[i].dst_offset
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winddi.h     [all...]
ntgdi.h 365 W32KAPI WINBOOL WINAPI NtGdiEngEraseSurface(SURFOBJ *pso,RECTL *prcl,ULONG iColor);
379 W32KAPI WINBOOL WINAPI NtGdiEngStrokePath(SURFOBJ *pso,PATHOBJ *ppo,CLIPOBJ *pco,XFORMOBJ *pxo,BRUSHOBJ *pbo,POINTL *pptlBrushOrg,LINEATTRS *plineattrs,MIX mix);
380 W32KAPI WINBOOL WINAPI NtGdiEngFillPath(SURFOBJ *pso,PATHOBJ *ppo,CLIPOBJ *pco,BRUSHOBJ *pbo,POINTL *pptlBrushOrg,MIX mix,FLONG flOptions);
381 W32KAPI WINBOOL WINAPI NtGdiEngStrokeAndFillPath(SURFOBJ *pso,PATHOBJ *ppo,CLIPOBJ *pco,XFORMOBJ *pxo,BRUSHOBJ *pboStroke,LINEATTRS *plineattrs,BRUSHOBJ *pboFill,POINTL *pptlBrushOrg,MIX mix,FLONG flOptions);
382 W32KAPI WINBOOL WINAPI NtGdiEngPaint(SURFOBJ *pso,CLIPOBJ *pco,BRUSHOBJ *pbo,POINTL *pptlBrushOrg,MIX mix);
383 W32KAPI WINBOOL WINAPI NtGdiEngLineTo(SURFOBJ *pso,CLIPOBJ *pco,BRUSHOBJ *pbo,LONG x1,LONG y1,LONG x2,LONG y2,RECTL *prclBounds,MIX mix);
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_program.c 500 const struct pipe_stream_output_info *pso)
509 tfb->stride[b] = pso->stride[b] * 4;
514 for (i = 0; i < pso->num_outputs; ++i) {
515 unsigned s = pso->output[i].start_component;
516 unsigned p = pso->output[i].dst_offset;
517 const unsigned r = pso->output[i].register_index;
518 b = pso->output[i].output_buffer;
523 for (c = 0; c < pso->output[i].num_components; ++c)
527 tfb->stream[b] = pso->output[i].stream;
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUISelLowering.cpp 557 int pso = prefslotOffset(InVT); local
588 int64_t rotamt = int64_t((offset & 0xf) - pso);
608 int64_t rotamt = -pso;
615 int64_t rotamt = -pso;
655 DAG.getConstant(-pso, PtrVT));
    [all...]
  /external/pcre/dist2/src/
pcre2_compile.c 642 typedef struct pso { struct
647 } pso; typedef in typeref:struct:pso
651 static pso pso_list[] = {
    [all...]

Completed in 324 milliseconds