Home
last modified time | relevance | path

Searched refs:is_output (Results 1 – 25 of 28) sorted by relevance

12

/external/mesa3d/src/mapi/glapi/gen/
DglX_XML.py181 if param.is_output and self.glx_rop != 0:
214 if not param.is_output:
223 if not param.is_output:
239 if len(self.images) and not self.images[0].is_output:
286 if param.is_output: continue
313 if p.is_output:
340 if param.img_null_flag or param.is_output:
352 if (not p.is_output) and (p.is_variable_length() or p.is_image()):
479 if param.is_output:
Dmarshal_XML.py79 if p.is_output:
DglX_proto_common.py58 if outputs_also or not param.is_output:
DglX_proto_send.py692 if p.is_output:
765 if img.is_output:
DglX_proto_recv.py230 …if param.is_counter or param.is_image() or param.is_output or param.name in f.count_parameter_list…
Dgl_XML.py450 self.is_output = is_attr_true( element, 'output' )
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_interfaces.cpp215 const bool is_output = in GetLocationsForVariable() local
250 if (!is_output || !is_fragment) { in GetLocationsForVariable()
283 if (!is_output && !has_patch) { in GetLocationsForVariable()
288 if (!is_output) { in GetLocationsForVariable()
293 if (!is_output && has_per_vertex_nv) { in GetLocationsForVariable()
298 if (is_output && !has_per_task_nv) { in GetLocationsForVariable()
325 const std::string storage_class = is_output ? "output" : "input"; in GetLocationsForVariable()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_interfaces.cpp215 const bool is_output = in GetLocationsForVariable() local
250 if (!is_output || !is_fragment) { in GetLocationsForVariable()
283 if (!is_output && !has_patch) { in GetLocationsForVariable()
288 if (!is_output) { in GetLocationsForVariable()
293 if (!is_output && has_per_vertex_nv) { in GetLocationsForVariable()
298 if (is_output && !has_per_task_nv) { in GetLocationsForVariable()
325 const std::string storage_class = is_output ? "output" : "input"; in GetLocationsForVariable()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_interfaces.cpp215 const bool is_output = in GetLocationsForVariable() local
250 if (!is_output || !is_fragment) { in GetLocationsForVariable()
283 if (!is_output && !has_patch) { in GetLocationsForVariable()
288 if (!is_output) { in GetLocationsForVariable()
293 if (!is_output && has_per_vertex_nv) { in GetLocationsForVariable()
298 if (is_output && !has_per_task_nv) { in GetLocationsForVariable()
325 const std::string storage_class = is_output ? "output" : "input"; in GetLocationsForVariable()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dtpu-dynamic-layout-pass.mlir17 …// CHECK-DAG: %[[LAYOUT0:.*]] = "tf.TPUGetLayoutOp"(%[[COMPILE]]#1) {index = 0 : i64, is_output = …
18 …// CHECK-DAG: %[[LAYOUT1:.*]] = "tf.TPUGetLayoutOp"(%[[COMPILE]]#1) {index = 1 : i64, is_output = …
252 …// CHECK-DAG: %[[LAYOUT0:.*]] = "tf.TPUGetLayoutOp"(%[[COMPILE]]#1) {index = 0 : i64, is_output = …
253 …// CHECK-DAG: %[[LAYOUT1:.*]] = "tf.TPUGetLayoutOp"(%[[COMPILE]]#1) {index = 1 : i64, is_output = …
297 …// CHECK-DAG: %[[LAYOUT0:.*]] = "tf.TPUGetLayoutOp"(%[[COMPILE]]#1) {index = 0 : i64, is_output = …
298 …// CHECK-DAG: %[[LAYOUT1:.*]] = "tf.TPUGetLayoutOp"(%[[COMPILE]]#1) {index = 1 : i64, is_output = …
335 …// CHECK-DAG: %[[LAYOUT0:.*]] = "tf.TPUGetLayoutOp"(%[[COMPILE]]#1) {index = 0 : i64, is_output = …
336 …// CHECK-DAG: %[[LAYOUT1:.*]] = "tf.TPUGetLayoutOp"(%[[COMPILE]]#1) {index = 1 : i64, is_output = …
418 …// CHECK-DAG: %[[LAYOUT0:.*]] = "tf.TPUGetLayoutOp"(%[[COMPILE]]#1) {index = 0 : i64, is_output = …
419 …// CHECK-DAG: %[[LAYOUT1:.*]] = "tf.TPUGetLayoutOp"(%[[COMPILE]]#2) {index = 0 : i64, is_output = …
[all …]
/external/webrtc/modules/audio_coding/neteq/tools/
Dneteq_quality_test.cc108 static bool ValidateFilename(const std::string& value, bool is_output) { in ValidateFilename() argument
109 if (!is_output) { in ValidateFilename()
114 is_output ? fopen(value.c_str(), "wb") : fopen(value.c_str(), "rb"); in ValidateFilename()
/external/tensorflow/tensorflow/core/framework/
Dop_def_builder.cc273 string InOutError(bool is_output, StringPiece orig, const string& op_name) { in InOutError() argument
274 return strings::StrCat(" from ", is_output ? "Output" : "Input", "(\"", orig, in InOutError()
335 __VA_ARGS__, InOutError(is_output, orig, op_def->name()))); \
340 void FinalizeInputOrOutput(StringPiece spec, bool is_output, OpDef* op_def, in FinalizeInputOrOutput() argument
343 is_output ? op_def->add_output_arg() : op_def->add_input_arg(); in FinalizeInputOrOutput()
/external/libiio/src/
Diio-private.h177 bool is_output; member
222 bool is_output, dev_is_high_speed; member
Dlocal.c1364 chn->is_output ? "output" : "input", chn->id, dev->id); in add_channel_to_device()
1396 chn->is_output = true; in create_channel()
1431 && chn->is_output == (name[0] == 'o')) { in add_channel()
1468 if (!chn->is_output && !strncmp(attr, "in_", 3)) in is_global_attr()
1470 else if (chn->is_output && !strncmp(attr, "out_", 4)) in is_global_attr()
Dchannel.c261 sprintf(ptr, " type=\"%s\" >", chn->is_output ? "output" : "input"); in iio_channel_get_xml()
307 return chn->is_output; in iio_channel_is_output()
Dxml.c193 chn->is_output = true; in create_channel()
/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen_internal.cc200 bool is_output) { in ArgTypeName() argument
265 prefix, is_output ? ". Has one of the following types: " in ArgTypeName()
274 is_output ? ". Has the same type as `" in ArgTypeName()
/external/libiio/src/bindings/matlab/
Dlibiio_if_daq2.m234 is_output = calllib(obj.libname, 'iio_channel_is_output', obj.iio_channel{1}); variable
235 if(is_output == 0)
311 is_output = calllib(obj.libname, 'iio_channel_is_output', obj.iio_channel{1}); variable
312 if(is_output == 1)
Dlibiio_if.m234 is_output = calllib(obj.libname, 'iio_channel_is_output', obj.iio_channel{1}); variable
235 if(is_output == 0)
307 is_output = calllib(obj.libname, 'iio_channel_is_output', obj.iio_channel{1}); variable
308 if(is_output == 1)
/external/libiio/src/bindings/python/
Diio.py629 def find_channel(self, name_or_id, is_output = False): argument
645 x.output == is_output), None)
/external/mesa3d/src/intel/compiler/
Dbrw_nir.c95 is_output(nir_intrinsic_instr *intrin) in is_output() function
120 if ((stage == MESA_SHADER_TESS_CTRL && is_output(intrin)) || in remap_patch_urb_offsets()
/external/mesa3d/src/compiler/nir/
Dnir_lower_io.c2605 is_output(nir_intrinsic_instr *intrin) in is_output() function
2646 ((modes & nir_var_shader_out) && is_output(intrin))) { in add_const_offset_to_base_block()
/external/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c3154 bool is_output) in visit_load() argument
3190 (ctx->stage == MESA_SHADER_TESS_EVAL && !is_output)) { in visit_load()
3194 count, !is_output); in visit_load()
3212 if (ctx->stage == MESA_SHADER_FRAGMENT && is_output && in visit_load()
3219 if (is_output) { in visit_load()
/external/llvm-project/llvm/cmake/modules/
DAddLLVM.cmake1814 string(FIND ${lit_suite} Output is_output)
1815 if (NOT (is_inputs EQUAL -1 AND is_output EQUAL -1))
/external/python/pycparser/utils/benchmark/inputs/
Dtccgen.c.ppout3279 static void asm_gen_code(ASMOperand *operands, int nb_operands, int nb_outputs, int is_output, uint…

12