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

  /external/mesa3d/src/mapi/glapi/gen/
glX_XML.py 182 if param.is_output and self.glx_rop != 0:
215 if not param.is_output:
224 if not param.is_output:
240 if len(self.images) and not self.images[0].is_output:
287 if param.is_output: continue
314 if p.is_output:
341 if param.img_null_flag or param.is_output:
353 if (not p.is_output) and (p.is_variable_length() or p.is_image()):
480 if param.is_output:
glX_proto_common.py 58 if outputs_also or not param.is_output:
glX_proto_recv.py 231 if param.is_counter or param.is_image() or param.is_output or param.name in f.count_parameter_list or len(param.count_parameter_list):
glX_proto_send.py 694 if p.is_output:
767 if img.is_output:
    [all...]
gl_XML.py 447 self.is_output = is_attr_true( element, 'output' )
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_nir.c 38 is_output(nir_intrinsic_instr *intrin) function
69 (mode == nir_var_shader_out && is_output(intrin))) {
212 if ((stage == MESA_SHADER_TESS_CTRL && is_output(intrin)) ||
  /test/vts/compilation_tools/vtsc/code_gen/driver/
HalCodeGen.cpp 479 if (arg.is_output()) {
676 if (arg.is_output()) {
    [all...]
  /external/tensorflow/tensorflow/python/framework/
python_op_gen.cc 165 bool is_output) {
230 prefix, is_output ? ". Has one of the following types: "
239 is_output ? ". Has the same type as `"
    [all...]
  /external/tensorflow/tensorflow/contrib/grid_rnn/python/ops/
grid_rnn_cell.py 559 'idx', 'is_input', 'is_output', 'is_priority', 'non_recurrent_fn'
592 is_output=(i in output_dims),
  /external/valgrind/coregrind/m_syswrap/
syswrap-linux.c 8245 int is_output = data->type == VKI_V4L2_BUF_TYPE_VIDEO_OUTPUT || local
8352 int is_output = data->type == VKI_V4L2_BUF_TYPE_VIDEO_OUTPUT || local
8371 int is_output = data->type == VKI_V4L2_BUF_TYPE_VIDEO_OUTPUT || local
10598 int is_output = data->type == VKI_V4L2_BUF_TYPE_VIDEO_OUTPUT || local
    [all...]
  /external/valgrind/perf/
tinycc.c     [all...]

Completed in 987 milliseconds