Searched refs:right_data (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cCopyImageTests.hpp | 137 const glw::GLubyte* right_data, glw::GLuint right_x, glw::GLuint right_y, 221 …es(const testCase& test_case, const glw::GLubyte* left_data, const glw::GLubyte* right_data) const;
|
D | gl4cCopyImageTests.cpp | 2894 const glw::GLubyte* right_data, GLuint right_x, GLuint right_y, GLuint right_layer, in compareImages() argument 2935 const GLubyte* right_layer_data = right_data + right_layer_offset; in compareImages() 2973 << "] lvl: " << right_level << ", off: " << right_pixel_data - right_data in compareImages() 3717 …compareImages(const testCase& test_case, const GLubyte* left_data, const GLubyte* right_data) const in compareImages() 3739 const GLubyte* right_line_data = right_data + line_offset; in compareImages()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | sparse_matmul_op.cc | 1456 auto right_data = right.data(); in Compute() local 1491 right_data, (transpose_output ? 'T' : 'N'), &beta, output_data, in Compute()
|