Home
last modified time | relevance | path

Searched refs:slice_elements (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
Dr600_texture.c938 unsigned slice_elements = (width * height) / (8*8); in si_texture_get_cmask_info() local
941 unsigned slice_bytes = slice_elements / 2; in si_texture_get_cmask_info()
967 unsigned slice_elements, slice_bytes, pipe_interleave_bytes, base_align; in r600_texture_get_htile_size() local
1019 slice_elements = (width * height) / (8 * 8); in r600_texture_get_htile_size()
1020 slice_bytes = slice_elements * 4; in r600_texture_get_htile_size()
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.cc2795 int64 slice_elements = ShapeUtil::ElementsIn(slice->shape()); in TryToReorderSliceAndReshape() local
2797 if (slice_elements >= new_slice_limits[i]) { in TryToReorderSliceAndReshape()
2798 if (slice_elements % new_slice_limits[i] != 0) { in TryToReorderSliceAndReshape()
2801 slice_elements /= new_slice_limits[i]; in TryToReorderSliceAndReshape()
2803 new_slice_limits[i] = slice_elements; in TryToReorderSliceAndReshape()
2804 slice_elements = 1; in TryToReorderSliceAndReshape()
/external/mesa3d/src/amd/vulkan/
Dradv_image.c763 unsigned slice_elements = (width * height) / (8*8); in radv_image_get_cmask_info() local
766 unsigned slice_bytes = slice_elements / 2; in radv_image_get_cmask_info()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c736 unsigned slice_elements, slice_bytes, pipe_interleave_bytes, base_align; in r600_texture_get_htile_size() local
780 slice_elements = (width * height) / (8 * 8); in r600_texture_get_htile_size()
781 slice_bytes = slice_elements * 4; in r600_texture_get_htile_size()