Home
last modified time | relevance | path

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

1234567891011

/aosp_15_r20/external/mesa3d/src/broadcom/common/
H A 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 …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/vc4/
H A 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()
H A 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()
H A 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()
/aosp_15_r20/frameworks/av/media/audioaidlconversion/
H A DAidlConversionNdkCpp.cpp61 ConversionResult<NdkType> cpp2ndk(const CppType& cpp) { in cpp2ndk()
89 CppType cpp; in ndk2cpp() local
110 ConversionResult<NdkEnum> cpp2ndk_Enum(CppEnum cpp) { in cpp2ndk_Enum()
168 cpp2ndk_AudioHalEngineConfig(const ::android::media::audio::common::AudioHalEngineConfig& cpp) { in cpp2ndk_AudioHalEngineConfig()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/vc4/kernel/
H A 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
H A Dvc4_render_cl.c438 int cpp; in vc4_rcl_surface_setup() local
532 int cpp; in vc4_rcl_render_config_surface_setup() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_blt.c35 color_depth_for_cpp(int cpp) in color_depth_for_cpp()
52 unsigned cpp = fmtl->bpb / 8; in blt_set_alpha_to_one() local
146 unsigned cpp, in emit_copy_blt()
/aosp_15_r20/external/e2fsprogs/misc/
H A Dmke2fs.c1262 char **cpp; in print_str_list() local
1438 char **cpp; in get_int_from_profile() local
1450 char **cpp; in get_uint_from_profile() local
1462 char **cpp; in get_double_from_profile() local
1473 char **cpp; in get_bool_from_profile() local
1544 char *tmp, **cpp; in PRS() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/i915/
H A Di915_blit.c34 i915_fill_blit(struct i915_context *i915, unsigned cpp, unsigned rgba_mask, in i915_fill_blit()
83 i915_copy_blit(struct i915_context *i915, unsigned cpp, in i915_copy_blit()
/aosp_15_r20/external/pytorch/test/profiler/
H A Dtest_cpp_thread.py29 import caffe2.test.profiler_test_cpp_thread_lib as cpp namespace
36 cpp = torch.utils.cpp_extension.load( variable
/aosp_15_r20/bionic/libc/dns/nameser/
H A Dns_name.c529 const u_char **cpp, **lpp, *eob, *msg; in ns_name_pack() local
938 const u_char * const *cpp; in dn_find() local
995 decode_bitstring(const unsigned char **cpp, char *dn, const char *eom) in decode_bitstring()
/aosp_15_r20/frameworks/av/media/libaudiohal/impl/
H A DDevicesFactoryHalAidl.cpp53 media::SurroundSoundConfig::SurroundFormatFamily cpp; in ndk2cpp_SurroundSoundConfigFormatFamily() local
63 media::SurroundSoundConfig cpp; in ndk2cpp_SurroundSoundConfig() local
/aosp_15_r20/external/deqp/scripts/
H A Dcheck_build_sanity.py73 def makeBuildArgs (target, cc, cpp, cflags): argument
81 def __init__ (self, target, buildType, cc, cpp, cflags): argument
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_transfer.c65 const int cpp = dst->cpp; in nv50_2d_transfer_rect() local
171 const int cpp = dst->cpp; in nv50_m2mf_transfer_rect() local
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/xsdc/linux_glibc_common/javac/
Dxsdc.jar ... FileSystem fs int generators com.android.xsdc.cpp.CppCodeGenerator cppCodeGenerator String[] args org.apache ...
/aosp_15_r20/external/fbjni/cxx/fbjni/detail/
H A DExceptions.cpp265 const lyra::StackTraceElement& cpp) { in createJStackTraceElement()
275 std::exception_ptr cpp) { in addCppStacktraceToJavaException()
/aosp_15_r20/external/swiftshader/src/System/
H A DBuild.cpp34 class cpp class
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/ops/gen/cpp/views/
H A Darg_type_view.cc21 namespace cpp { namespace
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/ops/gen/cpp/renderers/
H A Dcpp_config.cc21 namespace cpp { namespace
H A Dop_comment_renderer.cc21 namespace cpp { namespace
H A Dnamespace_renderer.cc21 namespace cpp { namespace
H A Dguard_renderer.cc22 namespace cpp { namespace
/aosp_15_r20/external/harfbuzz_ng/subprojects/packagefiles/ragel/
H A Dmeson.build8 cpp = meson.get_compiler('cpp') variable
/aosp_15_r20/external/skia/third_party/icu/
H A Dmake_data_cpp.py45 cpp = ('#include <cstdint>\nextern "C" uint32_t {0}[] __attribute__((aligned(16))) = {{\n', variable

1234567891011