Home
last modified time | relevance | path

Searched defs:cpp (Results 1 – 25 of 218) sorted by relevance

123456789

/external/mesa3d/src/broadcom/common/
Dv3d_tiling.c37 v3d_utile_width(int cpp) in v3d_utile_width()
55 v3d_utile_height(int cpp) in v3d_utile_height()
78 v3d_get_utile_pixel_offset(uint32_t cpp, uint32_t x, uint32_t y) in v3d_get_utile_pixel_offset()
93 v3d_get_lt_pixel_offset(uint32_t cpp, uint32_t image_h, uint32_t x, uint32_t y) in v3d_get_lt_pixel_offset()
115 v3d_get_ublinear_pixel_offset(uint32_t cpp, uint32_t x, uint32_t y, in v3d_get_ublinear_pixel_offset()
135 v3d_get_ublinear_2_column_pixel_offset(uint32_t cpp, uint32_t image_h, in v3d_get_ublinear_2_column_pixel_offset()
142 v3d_get_ublinear_1_column_pixel_offset(uint32_t cpp, uint32_t image_h, in v3d_get_ublinear_1_column_pixel_offset()
156 v3d_get_uif_pixel_offset(uint32_t cpp, uint32_t image_h, uint32_t x, uint32_t y, in v3d_get_uif_pixel_offset()
200 v3d_get_uif_xor_pixel_offset(uint32_t cpp, uint32_t image_h, in v3d_get_uif_xor_pixel_offset()
207 v3d_get_uif_no_xor_pixel_offset(uint32_t cpp, uint32_t image_h, in v3d_get_uif_no_xor_pixel_offset()
[all …]
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_tiling.h34 vc4_utile_width(int cpp) in vc4_utile_width()
51 vc4_utile_height(int cpp) in vc4_utile_height()
90 int cpp, const struct pipe_box *box) in vc4_load_lt_image()
106 int cpp, const struct pipe_box *box) in vc4_store_lt_image()
Dvc4_tiling_lt.c47 vc4_utile_stride(int cpp) in vc4_utile_stride()
70 swizzle_lt_x(int x, int cpp) in swizzle_lt_x()
101 swizzle_lt_y(int y, int cpp) in swizzle_lt_y()
132 int cpp, const struct pipe_box *box, bool to_cpu) in vc4_lt_image_aligned()
172 int cpp, const struct pipe_box *box, bool to_cpu) in vc4_lt_image_unaligned()
229 int cpp, const struct pipe_box *box, bool to_cpu) in vc4_lt_image_helper()
248 int cpp, const struct pipe_box *box, bool to_cpu) in vc4_lt_image_cpp_helper()
Dvc4_tiling.c60 vc4_size_is_lt(uint32_t width, uint32_t height, int cpp) in vc4_size_is_lt()
124 int cpp, const struct pipe_box *box, in vc4_t_image_helper()
183 int cpp, const struct pipe_box *box) in vc4_store_t_image()
193 int cpp, const struct pipe_box *box) in vc4_load_t_image()
207 uint8_t tiling_format, int cpp, in vc4_load_tiled_image()
229 uint8_t tiling_format, int cpp, in vc4_store_tiled_image()
/external/mesa3d/src/freedreno/fdl/
Dfd6_tiled_memcpy.cc158 block_x_xormask<FDL_MACROTILE_4_CHANNEL>(uint32_t x, uint32_t cpp) in block_x_xormask()
165 block_x_xormask<FDL_MACROTILE_8_CHANNEL>(uint32_t x, uint32_t cpp) in block_x_xormask()
176 block_y_xormask<FDL_MACROTILE_4_CHANNEL>(uint32_t y, uint32_t cpp, in block_y_xormask()
186 block_y_xormask<FDL_MACROTILE_8_CHANNEL>(uint32_t y, uint32_t cpp, in block_y_xormask()
200 get_bank_mask(uint32_t block_stride, uint32_t cpp, in get_bank_mask()
228 get_block_offset(uint32_t x, uint32_t y, unsigned block_stride, unsigned cpp, in get_block_offset()
250 get_block_size(unsigned cpp, uint32_t *block_width, in get_block_size()
856 uint32_t cpp = dst_layout->cpp; in fdl6_memcpy_linear_to_tiled() local
919 unsigned cpp = src_layout->cpp; in fdl6_memcpy_tiled_to_linear() local
/external/mesa3d/src/gallium/drivers/i915/
Di915_blit.c34 i915_fill_blit(struct i915_context *i915, unsigned cpp, unsigned rgba_mask, in i915_fill_blit()
86 i915_copy_blit(struct i915_context *i915, unsigned cpp, in i915_copy_blit()
/external/mesa3d/src/gallium/drivers/vc4/kernel/
Dvc4_validate.c52 utile_width(int cpp) in utile_width()
70 utile_height(int cpp) in utile_height()
90 size_is_lt(uint32_t width, uint32_t height, int cpp) in size_is_lt()
152 uint32_t width, uint32_t height, uint8_t cpp) in vc4_check_tex_size()
571 uint32_t cpp, tiling_format, utile_w, utile_h; in reloc_tex() local
/external/swiftshader/src/System/
DBuild.cpp34 class cpp class
/external/tensorflow/tensorflow/c/experimental/ops/gen/cpp/renderers/
Dcpp_config.cc21 namespace cpp { namespace
Dop_comment_renderer.cc21 namespace cpp { namespace
Dnamespace_renderer.cc21 namespace cpp { namespace
Dguard_renderer.cc22 namespace cpp { namespace
Dcpp_file_renderer.cc23 namespace cpp { namespace
Dinclude_renderer.cc21 namespace cpp { namespace
/external/tensorflow/tensorflow/c/experimental/ops/gen/cpp/views/
Darg_type_view.cc21 namespace cpp { namespace
Darg_view.cc19 namespace cpp { namespace
/external/harfbuzz_ng/subprojects/packagefiles/ragel/
Dmeson.build8 cpp = meson.get_compiler('cpp') variable
/external/pytorch/test/profiler/
Dtest_cpp_thread.py29 import caffe2.test.profiler_test_cpp_thread_lib as cpp namespace
36 cpp = torch.utils.cpp_extension.load( variable
/external/skia/third_party/icu/
Dmake_data_cpp.py45 cpp = ('#include <cstdint>\nextern "C" uint32_t {0}[] __attribute__((aligned(16))) = {{\n', variable
/external/cronet/tot/third_party/icu/scripts/
Dmake_data_cpp.py62 cpp = ('#include <cstdint>\nextern "C" uint32_t {0}[] __attribute__((aligned(16))) = {{\n', variable
/external/tinyxml2/
Dmeson.build29 cpp = meson.get_compiler('cpp') variable
/external/cronet/stable/third_party/icu/scripts/
Dmake_data_cpp.py62 cpp = ('#include <cstdint>\nextern "C" uint32_t {0}[] __attribute__((aligned(16))) = {{\n', variable
/external/perfetto/
Dmeson.build30 cpp = meson.get_compiler('cpp') variable
/external/libkmsxx/
Dmeson.build8 cpp = meson.get_compiler('cpp') variable
/external/llvm-libc/test/src/__support/CPP/
Dcstddef_test.cpp14 namespace cpp { namespace

123456789