/external/mesa3d/src/mapi/glapi/gen/ |
D | glX_XML.py | 181 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:
|
D | marshal_XML.py | 79 if p.is_output:
|
D | glX_proto_common.py | 58 if outputs_also or not param.is_output:
|
D | glX_proto_send.py | 692 if p.is_output: 765 if img.is_output:
|
D | glX_proto_recv.py | 230 …if param.is_counter or param.is_image() or param.is_output or param.name in f.count_parameter_list…
|
D | gl_XML.py | 450 self.is_output = is_attr_true( element, 'output' )
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_interfaces.cpp | 215 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/ |
D | validate_interfaces.cpp | 215 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/ |
D | validate_interfaces.cpp | 215 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/ |
D | tpu-dynamic-layout-pass.mlir | 17 …// 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/ |
D | neteq_quality_test.cc | 108 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/ |
D | op_def_builder.cc | 273 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/ |
D | iio-private.h | 177 bool is_output; member 222 bool is_output, dev_is_high_speed; member
|
D | local.c | 1364 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()
|
D | channel.c | 261 sprintf(ptr, " type=\"%s\" >", chn->is_output ? "output" : "input"); in iio_channel_get_xml() 307 return chn->is_output; in iio_channel_is_output()
|
D | xml.c | 193 chn->is_output = true; in create_channel()
|
/external/tensorflow/tensorflow/python/framework/ |
D | python_op_gen_internal.cc | 200 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/ |
D | libiio_if_daq2.m | 234 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)
|
D | libiio_if.m | 234 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/ |
D | iio.py | 629 def find_channel(self, name_or_id, is_output = False): argument 645 x.output == is_output), None)
|
/external/mesa3d/src/intel/compiler/ |
D | brw_nir.c | 95 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/ |
D | nir_lower_io.c | 2605 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/ |
D | ac_nir_to_llvm.c | 3154 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/ |
D | AddLLVM.cmake | 1814 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/ |
D | tccgen.c.ppout | 3279 static void asm_gen_code(ASMOperand *operands, int nb_operands, int nb_outputs, int is_output, uint…
|