HomeSort by relevance Sort by last modified time
    Searched refs:is_ref (Results 1 - 25 of 43) sorted by null

1 2

  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv98_video.h 37 unsigned *vp_caps, unsigned *is_ref,
43 unsigned caps, unsigned is_ref,
nv98_video_bsp.c 39 unsigned *vp_caps, unsigned *is_ref,
108 nouveau_vp3_vp_caps(dec, desc, target, comm_seq, vp_caps, is_ref, refs);
nv98_video_vp.c 70 unsigned caps, unsigned is_ref,
111 if (!is_ref && (dec->refs[target->valid_ref].decoded_top && dec->refs[target->valid_ref].decoded_bottom))
nv98_video.c 43 unsigned vp_caps, is_ref; local
53 &vp_caps, &is_ref, refs);
58 nv98_decoder_vp(dec, desc, target, comm_seq, vp_caps, is_ref, refs);
nv84_video_vp.c 85 bool is_ref = desc->is_reference; local
122 PUSH_SPACE(push, 5 + 16 + 3 + 2 + 6 + (is_ref ? 2 : 0) + 3 + 2 + 4 + 2);
194 if (is_ref) {
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_video.h 43 unsigned comm_seq, unsigned *vp_caps, unsigned *is_ref,
49 unsigned caps, unsigned is_ref,
nvc0_video_bsp.c 136 unsigned *vp_caps, unsigned *is_ref,
161 nouveau_vp3_vp_caps(dec, desc, target, comm_seq, vp_caps, is_ref, refs);
nvc0_video_vp.c 70 unsigned caps, unsigned is_ref,
111 if (!is_ref && (dec->refs[target->valid_ref].decoded_top && dec->refs[target->valid_ref].decoded_bottom))
nvc0_video.c 75 unsigned vp_caps, is_ref; local
81 ret = nvc0_decoder_bsp_end(dec, desc, target, comm_seq, &vp_caps, &is_ref, refs);
86 nvc0_decoder_vp(dec, desc, target, comm_seq, vp_caps, is_ref, refs);
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_vp3_video_vp.c 220 unsigned *is_ref,
226 *is_ref = desc->picture_coding_type <= 2;
269 unsigned *is_ref,
274 *is_ref = desc->vop_coding_type <= 1;
316 unsigned *is_ref,
322 *is_ref = d->is_reference;
428 unsigned *is_ref,
434 *is_ref = d->picture_type <= 1;
458 unsigned *caps, unsigned *is_ref,
467 *caps = nouveau_vp3_fill_picparm_mpeg12_vp(dec, desc.mpeg12, refs, is_ref, vp)
    [all...]
nouveau_vp3_video.h 229 unsigned *caps, unsigned *is_ref,
  /external/tensorflow/tensorflow/core/grappler/utils/
functions.h 60 bool is_ref; member in struct:tensorflow::grappler::InputArgExpansion
73 bool is_ref; member in struct:tensorflow::grappler::OutputArgExpansion
  /external/tensorflow/tensorflow/core/grappler/optimizers/
function_api_info.cc 98 if (arg1.is_ref() != arg2.is_ref()) return false;
  /external/tensorflow/tensorflow/core/kernels/
ops_testutil.h 211 bool is_ref = IsRefType(input_types_[inputs_.size()]); local
214 if (is_ref) {
resize_area_op_test.cc 41 bool is_ref = IsRefType(input_types_[inputs_.size()]); local
46 if (is_ref) {
resize_bicubic_op_test.cc 42 bool is_ref = IsRefType(input_types_[inputs_.size()]); local
47 if (is_ref) {
resize_bilinear_op_test.cc 50 bool is_ref = IsRefType(input_types_[inputs_.size()]); local
55 if (is_ref) {
  /external/tensorflow/tensorflow/python/framework/
op_def_library.py 464 if not input_arg.is_ref and dtype:
471 as_ref=input_arg.is_ref)
481 value, as_ref=input_arg.is_ref)
526 as_ref=input_arg.is_ref,
541 values, as_ref=input_arg.is_ref).dtype.name
654 if input_arg.is_ref:
783 if arg.is_ref]
python_op_gen_internal.cc 187 string SingleTensorName(DataType dtype, bool is_ref) {
188 const string type_str = TypeString(dtype, is_ref);
218 TypeString(arg.type(), arg.is_ref()), ".");
221 if (arg.is_ref()) {
247 const string mutable_str = arg.is_ref() ? "mutable " : "";
275 return SingleTensorName(arg.type(), arg.is_ref());
  /external/tensorflow/tensorflow/core/kernels/data/
dataset_test_base.cc 237 bool is_ref = IsRefType(input_types[inputs->size()]); local
241 if (is_ref) {
  /external/tensorflow/tensorflow/python/framework/testdata/
metrics_export_meta_graph.pb 8 is_ref: true
17 is_ref: true
44 is_ref: true
53 is_ref: true
382 is_ref: true
  /external/tensorflow/tensorflow/core/framework/
op_def_util.cc 243 // ArgDef.is_ref is set to true for reference arguments.
373 if (arg.is_ref()) strings::StrAppend(&ret, "Ref(");
382 if (arg.is_ref()) strings::StrAppend(&ret, ")");
537 ref->push_back(arg.is_ref());
550 ref->push_back(arg.is_ref());
596 ref->push_back(arg.is_ref());
fake_input.cc 144 return Status::OK(); // Ignore is_ref field of arg_.
164 if (arg_->is_ref()) {
node_def_builder.h 165 // If input_arg->is_ref() is true, generate an error if dt is not a ref.
170 return input_arg->is_ref() ? MakeRefType(dt) : dt;
  /external/tensorflow/tensorflow/core/debug/
debug_graph_utils.cc 192 const bool is_ref = IsRefType(src_node->output_type(src_output_slot)); local
197 if (!is_ref) {

Completed in 597 milliseconds

1 2