Searched refs:output_channel_size (Results 1 – 6 of 6) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl3cTextureSwizzleTests.hpp | 220 …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,
|
D | gl3cTextureSwizzleTests.cpp | 2580 …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/ |
D | space_to_batch_nd.cc | 82 const int output_channel_size = input_size->data[3]; in ResizeOutputTensor() local 85 output_size->data[3] = output_channel_size; in ResizeOutputTensor()
|
D | batch_to_space_nd.cc | 84 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/ |
D | debug_dump_test.cc | 346 static_cast<size_t>(msg.output_channel_size())); in OnStreamEvent() 349 for (int i = 0; i < msg.output_channel_size(); ++i) { in OnStreamEvent()
|
D | unpack.cc | 170 } else if (msg.output_channel_size() > 0) { in do_main()
|