Searched defs:output_index (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
H A Dnine_shader.h94 int output_index; member in struct:nine_vs_output_info
H A Dnine_shader.c546 int mask, int output_index)
551 tx->output_info[tx->num_outputs].output_index = output_index;
545 nine_record_outputs(struct shader_translator *tx, BYTE Usage, BYTE UsageIndex, int mask, int output_index) argument
/external/protobuf/src/google/protobuf/compiler/
H A Dparser_unittest.cc2007 // *output_field to NULL, and *output_index to -1.
2010 // of the field, and *output_index to the index of the element.
2013 // *output_field to the descriptor of the field, and *output_index to -1.
2020 int* output_index) {
2025 *output_index = -1;
2047 *output_index = -1;
2065 output_message, output_field, output_index);
2070 *output_index = index;
2081 output_message, output_field, output_index);
2086 *output_index
2016 FollowPath(const Message& root, const int* path_begin, const int* path_end, const Message** output_message, const FieldDescriptor** output_field, int* output_index) argument
[all...]
/external/valgrind/coregrind/m_gdbserver/
H A Dremote-utils.c701 int input_index, output_index; local
703 output_index = 0;
709 if (output_index + 2 > out_maxlen)
711 out_buf[output_index++] = '}';
712 out_buf[output_index++] = b ^ 0x20;
714 if (output_index + 1 > out_maxlen)
716 out_buf[output_index++] = b;
721 return output_index;
737 int input_index, output_index; local
740 output_index
[all...]
/external/vixl/test/aarch64/
H A Dtest-simulator-aarch64.cc1439 unsigned output_index = (n * vd_lane_count) + lane; local
1441 if (results[output_index] != expected[output_index]) {
1460 unsigned output_index = (n * vd_lane_count) + lane; local
1466 results[output_index] != expected[output_index] ? '*' : ' ',
1470 static_cast<uint64_t>(results[output_index]),
1472 static_cast<uint64_t>(expected[output_index]));
1894 unsigned output_index = (n * inputs_m_length * vd_lane_count) + local
1897 if (results[output_index] !
1916 unsigned output_index = (n * inputs_m_length * vd_lane_count) + local
2147 unsigned output_index = local
2171 unsigned output_index = local
2369 unsigned output_index = (n * inputs_m_length * vd_lane_count) + local
2393 unsigned output_index = (n * inputs_m_length * vd_lane_count) + local
2599 unsigned output_index = local
2625 unsigned output_index = local
[all...]

Completed in 267 milliseconds