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

  /external/virglrenderer/src/gallium/auxiliary/tgsi/
tgsi_info.h 80 enum tgsi_output_mode output_mode:3; member in struct:tgsi_opcode_info
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_info.h 81 enum tgsi_output_mode output_mode:4; member in struct:tgsi_opcode_info
tgsi_info.c 40 .output_mode = _output_mode, .num_dst = _num_dst, .num_src = _num_src, \
59 ASSERT_BITFIELD_SIZE(struct tgsi_opcode_info, output_mode,
tgsi_util.c 410 if (tgsi_get_opcode_info(inst->Instruction.Opcode)->output_mode ==
  /external/u-boot/scripts/
kernel-doc 249 my $output_mode = "man";
330 $output_mode = "html";
334 $output_mode = "html5";
338 $output_mode = "man";
342 $output_mode = "text";
346 $output_mode = "xml";
350 $output_mode = "list";
354 $output_mode = "gnome";
479 if ($output_mode eq "html" || $output_mode eq "html5" |
    [all...]
  /art/runtime/
trace.h 131 TraceOutputMode output_mode,
139 TraceOutputMode output_mode,
147 TraceOutputMode output_mode,
246 TraceOutputMode output_mode,
trace.cc 311 TraceOutputMode output_mode,
322 Start(std::move(file), buffer_size, flags, output_mode, trace_mode, interval_us); local
328 TraceOutputMode output_mode,
340 Start(std::move(file), buffer_size, flags, output_mode, trace_mode, interval_us); local
358 TraceOutputMode output_mode,
416 the_trace_ = new Trace(trace_file.release(), buffer_size, flags, output_mode, trace_mode);
552 TraceOutputMode output_mode,
556 flags_(flags), trace_output_mode_(output_mode), trace_mode_(trace_mode),
562 CHECK(trace_file != nullptr || output_mode == TraceOutputMode::kDDMS);
565 if (output_mode == TraceOutputMode::kStreaming)
    [all...]
  /external/v4l2_codec2/vda/
video_decode_accelerator.h 141 OutputMode output_mode = OutputMode::ALLOCATE; member in struct:media::VideoDecodeAccelerator::Config
252 // config.output_mode = IMPORT, and should be preceded by a call to
v4l2_video_decode_accelerator.cc 166 << ", output_mode=" << static_cast<int>(config.output_mode);
170 if (config.output_mode != Config::OutputMode::IMPORT) {
220 output_mode_ = config.output_mode;
    [all...]
  /art/runtime/native/
dalvik_system_ZygoteHooks.cc 333 Trace::TraceOutputMode output_mode = Trace::GetOutputMode(); local
342 if (output_mode == Trace::TraceOutputMode::kStreaming) {
363 output_mode,
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.c 284 if (info->output_mode == TGSI_OUTPUT_COMPONENTWISE && bld_base->soa) {
306 if (info->output_mode != TGSI_OUTPUT_CHAN_DEPENDENT) {
312 if (info->output_mode == TGSI_OUTPUT_REPLICATE && bld_base->soa) {
  /external/v8/src/base/platform/
platform-win32.cc 530 static OutputMode output_mode = UNKNOWN; // Current output mode. member in namespace:v8::base
537 if (output_mode == UNKNOWN) {
544 output_mode = CONSOLE;
546 output_mode = ODS;
548 return output_mode == CONSOLE;
    [all...]
  /external/u-boot/drivers/video/
atmel_hlcdfb.c 256 unsigned int output_mode; member in struct:atmel_hlcdc_priv
362 switch (priv->output_mode) {
529 priv->output_mode = fdtdec_get_int(blob, node, "atmel,output-mode", 24);
  /external/v4l2_codec2/
C2VDAAdaptor.cpp 39 config.output_mode = media::VideoDecodeAccelerator::Config::OutputMode::IMPORT;
  /external/libcups/cups/
ppd-cache.c 1357 *output_mode, \/* com.apple.print.preset.output-mode value *\/ local
    [all...]

Completed in 3968 milliseconds