Searched refs:column_size (Results 1 – 3 of 3) sorted by relevance
/external/igt-gpu-tools/lib/ |
D | igt_vc4.c | 339 static size_t vc4_sand_tiled_offset(size_t column_width, size_t column_size, size_t x, in vc4_sand_tiled_offset() argument 348 offset += cols_x * column_size; in vc4_sand_tiled_offset() 363 uint32_t column_width_bytes, column_width, column_size; in vc4_fb_convert_plane_to_sand_tiled() local 385 column_size = column_width_bytes * column_height; in vc4_fb_convert_plane_to_sand_tiled() 394 column_size, j, i, in vc4_fb_convert_plane_to_sand_tiled() 419 uint32_t column_width_bytes, column_width, column_size; in vc4_fb_convert_plane_from_sand_tiled() local 441 column_size = column_width_bytes * column_height; in vc4_fb_convert_plane_from_sand_tiled() 449 column_size, j, i, in vc4_fb_convert_plane_from_sand_tiled()
|
/external/tensorflow/tensorflow/python/ops/ |
D | sparse_ops.py | 226 column_size = array_ops.shape(sp_input.indices)[0] 227 new_index = array_ops.zeros([column_size, 1], dtype=dtypes.int64)
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.cpp | 3661 const GLuint column_size = (GLuint)size * basic_type_size; in AttribPointer() local 3702 offset += column_size; in AttribPointer()
|