Home
last modified time | relevance | path

Searched refs:output_channel_size (Results 1 – 6 of 6) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl3cTextureSwizzleTests.hpp220 …ureAndVerify(const testCase& test_case, size_t output_format_index, glw::GLint output_channel_size,
244 …dTestProgram(const testCase& test_case, size_t output_format_index, glw::GLint output_channel_size,
261 glw::GLint output_channel_size, size_t index_of_swizzled_channel,
329 glw::GLint output_channel_size, size_t index_of_swizzled_channel,
Dgl3cTextureSwizzleTests.cpp2580 …ureAndVerify(const testCase& test_case, size_t output_format_index, glw::GLint output_channel_size, in captureAndVerify() argument
2603 …verifyOutputImage(test_case, output_format_index, output_channel_size, index_of_swizzled_channel, … in captureAndVerify()
3086 glw::GLint output_channel_size, size_t index_of_swizzled_channel, in prepareAndTestProgram() argument
3122 captureAndVerify(test_case, output_format_index, output_channel_size, index_of_swizzled_channel); in prepareAndTestProgram()
3125 captureAndVerify(test_case, output_format_index, output_channel_size, index_of_swizzled_channel); in prepareAndTestProgram()
4183 glw::GLint output_channel_size, size_t index_of_swizzled_channel, in iterate() argument
4193 test_case.m_texture_sizes[index_of_swizzled_channel], output_channel_size, in iterate()
/external/tensorflow/tensorflow/contrib/lite/kernels/
Dspace_to_batch_nd.cc82 const int output_channel_size = input_size->data[3]; in ResizeOutputTensor() local
85 output_size->data[3] = output_channel_size; in ResizeOutputTensor()
Dbatch_to_space_nd.cc84 const int output_channel_size = input_size->data[3]; in ResizeOutputTensor() local
90 output_size->data[3] = output_channel_size; in ResizeOutputTensor()
/external/webrtc/webrtc/modules/audio_processing/test/
Ddebug_dump_test.cc346 static_cast<size_t>(msg.output_channel_size())); in OnStreamEvent()
349 for (int i = 0; i < msg.output_channel_size(); ++i) { in OnStreamEvent()
Dunpack.cc170 } else if (msg.output_channel_size() > 0) { in do_main()