Home
last modified time | relevance | path

Searched refs:cpp (Results 1 - 25 of 292) sorted by relevance

12345678910>>...12

/third_party/vk-gl-cts/
H A DAndroidGen.mk5 execserver/xsDefs.cpp \
6 execserver/xsExecutionServer.cpp \
7 execserver/xsPosixFileReader.cpp \
8 execserver/xsPosixTestProcess.cpp \
9 execserver/xsProtocol.cpp \
10 execserver/xsTcpServer.cpp \
11 execserver/xsTestDriver.cpp \
12 execserver/xsTestProcess.cpp \
13 executor/xeBatchExecutor.cpp \
14 executor/xeBatchResult.cpp \
[all...]
/third_party/spirv-tools/
H A DAndroid.mk9 source/assembly_grammar.cpp \
10 source/binary.cpp \
11 source/diagnostic.cpp \
12 source/disassemble.cpp \
13 source/ext_inst.cpp \
14 source/enum_string_mapping.cpp \
15 source/extensions.cpp \
16 source/libspirv.cpp \
17 source/name_mapper.cpp \
18 source/opcode.cpp \
[all...]
/third_party/skia/third_party/externals/spirv-tools/
H A DAndroid.mk9 source/assembly_grammar.cpp \
10 source/binary.cpp \
11 source/diagnostic.cpp \
12 source/disassemble.cpp \
13 source/ext_inst.cpp \
14 source/enum_string_mapping.cpp \
15 source/extensions.cpp \
16 source/libspirv.cpp \
17 source/name_mapper.cpp \
18 source/opcode.cpp \
[all...]
/third_party/glslang/glslang/MachineIndependent/
H A Dglslang_tab.cpp96 #line 97 "MachineIndependent/glslang_tab.cpp"
119 #include "glslang_tab.cpp.h"
735 #line 736 "MachineIndependent/glslang_tab.cpp"
5209 #line 5211 "MachineIndependent/glslang_tab.cpp"
5217 #line 5219 "MachineIndependent/glslang_tab.cpp"
5227 #line 5229 "MachineIndependent/glslang_tab.cpp"
5235 #line 5237 "MachineIndependent/glslang_tab.cpp"
5243 #line 5245 "MachineIndependent/glslang_tab.cpp"
5252 #line 5254 "MachineIndependent/glslang_tab.cpp"
5260 #line 5262 "MachineIndependent/glslang_tab.cpp"
[all...]
/third_party/lzma/CPP/7zip/
H A D7zip_gcc.mak243 $O/LzmaAlone.o: LzmaAlone.cpp
247 $O/CommandLineParser.o: ../../../Common/CommandLineParser.cpp
249 $O/CRC.o: ../../../Common/CRC.cpp
252 $O/CrcReg.o: ../../../Common/CrcReg.cpp
255 $O/DynLimBuf.o: ../../../Common/DynLimBuf.cpp
257 $O/IntToString.o: ../../../Common/IntToString.cpp
259 $O/Lang.o: ../../../Common/Lang.cpp
261 $O/ListFileUtils.o: ../../../Common/ListFileUtils.cpp
263 $O/LzFindPrepare.o: ../../../Common/LzFindPrepare.cpp
265 $O/MyMap.o: ../../../Common/MyMap.cpp
[all...]
H A D7zip.mak40 $(CURRENT_OBJS): ./$(*B).cpp
46 $(COMMON_OBJS): ../../../Common/$(*B).cpp
51 $(WIN_OBJS): ../../../Windows/$(*B).cpp
56 $(WIN_CTRL_OBJS): ../../../Windows/Control/$(*B).cpp
61 $(7ZIP_COMMON_OBJS): ../../Common/$(*B).cpp
66 $(AR_OBJS): ../../Archive/$(*B).cpp
71 $(AR_COMMON_OBJS): ../../Archive/Common/$(*B).cpp
76 $(7Z_OBJS): ../../Archive/7z/$(*B).cpp
81 $(CAB_OBJS): ../../Archive/Cab/$(*B).cpp
86 $(CHM_OBJS): ../../Archive/Chm/$(*B).cpp
[all...]
/third_party/glslang/
H A DAndroid.mk62 LOCAL_SRC_FILES:=glslang/OSDependent/Unix/ossource.cpp
70 # ShaderLang.cpp depends on the generated build_info.h
71 $(LOCAL_PATH)/glslang/MachineIndependent/ShaderLang.cpp: \
78 glslang/CInterface/glslang_c_interface.cpp \
79 glslang/GenericCodeGen/CodeGen.cpp \
80 glslang/GenericCodeGen/Link.cpp \
81 glslang/HLSL/hlslAttributes.cpp \
82 glslang/HLSL/hlslGrammar.cpp \
83 glslang/HLSL/hlslOpMap.cpp \
84 glslang/HLSL/hlslParseables.cpp \
[all...]
/third_party/elfutils/tests/
H A Drun-addr2line-i-demangle-test.sh31 /tmp/x.cpp:5
33 /tmp/x.cpp:6
35 /tmp/x.cpp:10
37 /tmp/x.cpp:11
38 foobar inlined at /tmp/x.cpp:15 in bar()
39 /tmp/x.cpp:5
41 /tmp/x.cpp:15
42 fubar inlined at /tmp/x.cpp:20 in baz()
43 /tmp/x.cpp:10
45 /tmp/x.cpp
[all...]
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_tiling_lt.c47 vc4_utile_stride(int cpp) in vc4_utile_stride() argument
49 switch (cpp) { in vc4_utile_stride()
57 unreachable("bad cpp"); in vc4_utile_stride()
70 swizzle_lt_x(int x, int cpp) in swizzle_lt_x() argument
72 switch (cpp) { in swizzle_lt_x()
90 unreachable("bad cpp"); in swizzle_lt_x()
101 swizzle_lt_y(int y, int cpp) in swizzle_lt_y() argument
104 switch (cpp) { in swizzle_lt_y()
118 unreachable("bad cpp"); in swizzle_lt_y()
132 int cpp, cons in vc4_lt_image_aligned()
130 vc4_lt_image_aligned(void *gpu, uint32_t gpu_stride, void *cpu, uint32_t cpu_stride, int cpp, const struct pipe_box *box, bool to_cpu) vc4_lt_image_aligned() argument
170 vc4_lt_image_unaligned(void *gpu, uint32_t gpu_stride, void *cpu, uint32_t cpu_stride, int cpp, const struct pipe_box *box, bool to_cpu) vc4_lt_image_unaligned() argument
227 vc4_lt_image_helper(void *gpu, uint32_t gpu_stride, void *cpu, uint32_t cpu_stride, int cpp, const struct pipe_box *box, bool to_cpu) vc4_lt_image_helper() argument
246 vc4_lt_image_cpp_helper(void *gpu, uint32_t gpu_stride, void *cpu, uint32_t cpu_stride, int cpp, const struct pipe_box *box, bool to_cpu) vc4_lt_image_cpp_helper() argument
273 vc4_load_lt_image(void *dst, uint32_t dst_stride, void *src, uint32_t src_stride, int cpp, const struct pipe_box *box) vc4_load_lt_image() argument
282 vc4_store_lt_image(void *dst, uint32_t dst_stride, void *src, uint32_t src_stride, int cpp, const struct pipe_box *box) vc4_store_lt_image() argument
[all...]
H A Dvc4_tiling.h34 vc4_utile_width(int cpp) in vc4_utile_width() argument
36 switch (cpp) { in vc4_utile_width()
45 unreachable("unknown cpp"); in vc4_utile_width()
51 vc4_utile_height(int cpp) in vc4_utile_height() argument
53 switch (cpp) { in vc4_utile_height()
61 unreachable("unknown cpp"); in vc4_utile_height()
65 bool vc4_size_is_lt(uint32_t width, uint32_t height, int cpp) ATTRIBUTE_CONST;
68 int cpp, const struct pipe_box *box);
71 int cpp, const struct pipe_box *box);
74 int cpp, cons
88 vc4_load_lt_image(void *dst, uint32_t dst_stride, void *src, uint32_t src_stride, int cpp, const struct pipe_box *box) vc4_load_lt_image() argument
104 vc4_store_lt_image(void *dst, uint32_t dst_stride, void *src, uint32_t src_stride, int cpp, const struct pipe_box *box) vc4_store_lt_image() argument
[all...]
H A Dvc4_tiling.c37 * - 64b utiles of pixels in a raster-order grid according to cpp. It's 4x4
60 vc4_size_is_lt(uint32_t width, uint32_t height, int cpp) in vc4_size_is_lt() argument
62 return (width <= 4 * vc4_utile_width(cpp) || in vc4_size_is_lt()
63 height <= 4 * vc4_utile_height(cpp)); in vc4_size_is_lt()
124 int cpp, const struct pipe_box *box, in vc4_t_image_helper()
127 uint32_t utile_w = vc4_utile_width(cpp); in vc4_t_image_helper()
128 uint32_t utile_h = vc4_utile_height(cpp); in vc4_t_image_helper()
133 assert(stile_w * stile_h * cpp == 1024); in vc4_t_image_helper()
134 uint32_t utile_stride = gpu_stride / cpp / utile_w; in vc4_t_image_helper()
140 uint32_t gpu_lt_stride = stile_w * cpp; in vc4_t_image_helper()
122 vc4_t_image_helper(void *gpu, uint32_t gpu_stride, void *cpu, uint32_t cpu_stride, int cpp, const struct pipe_box *box, bool to_cpu) vc4_t_image_helper() argument
181 vc4_store_t_image(void *dst, uint32_t dst_stride, void *src, uint32_t src_stride, int cpp, const struct pipe_box *box) vc4_store_t_image() argument
191 vc4_load_t_image(void *dst, uint32_t dst_stride, void *src, uint32_t src_stride, int cpp, const struct pipe_box *box) vc4_load_t_image() argument
205 vc4_load_tiled_image(void *dst, uint32_t dst_stride, void *src, uint32_t src_stride, uint8_t tiling_format, int cpp, const struct pipe_box *box) vc4_load_tiled_image() argument
227 vc4_store_tiled_image(void *dst, uint32_t dst_stride, void *src, uint32_t src_stride, uint8_t tiling_format, int cpp, const struct pipe_box *box) vc4_store_tiled_image() argument
[all...]
/third_party/mesa3d/src/broadcom/common/
H A Dv3d_tiling.c36 v3d_utile_width(int cpp) in v3d_utile_width() argument
38 switch (cpp) { in v3d_utile_width()
48 unreachable("unknown cpp"); in v3d_utile_width()
54 v3d_utile_height(int cpp) in v3d_utile_height() argument
56 switch (cpp) { in v3d_utile_height()
66 unreachable("unknown cpp"); in v3d_utile_height()
77 v3d_get_utile_pixel_offset(uint32_t cpp, uint32_t x, uint32_t y) in v3d_get_utile_pixel_offset() argument
79 uint32_t utile_w = v3d_utile_width(cpp); in v3d_get_utile_pixel_offset()
81 assert(x < utile_w && y < v3d_utile_height(cpp)); in v3d_get_utile_pixel_offset()
83 return x * cpp in v3d_get_utile_pixel_offset()
92 v3d_get_lt_pixel_offset(uint32_t cpp, uint32_t image_h, uint32_t x, uint32_t y) v3d_get_lt_pixel_offset() argument
114 v3d_get_ublinear_pixel_offset(uint32_t cpp, uint32_t x, uint32_t y, int ublinear_number) v3d_get_ublinear_pixel_offset() argument
134 v3d_get_ublinear_2_column_pixel_offset(uint32_t cpp, uint32_t image_h, uint32_t x, uint32_t y) v3d_get_ublinear_2_column_pixel_offset() argument
141 v3d_get_ublinear_1_column_pixel_offset(uint32_t cpp, uint32_t image_h, uint32_t x, uint32_t y) v3d_get_ublinear_1_column_pixel_offset() argument
155 v3d_get_uif_pixel_offset(uint32_t cpp, uint32_t image_h, uint32_t x, uint32_t y, bool do_xor) v3d_get_uif_pixel_offset() argument
199 v3d_get_uif_xor_pixel_offset(uint32_t cpp, uint32_t image_h, uint32_t x, uint32_t y) v3d_get_uif_xor_pixel_offset() argument
206 v3d_get_uif_no_xor_pixel_offset(uint32_t cpp, uint32_t image_h, uint32_t x, uint32_t y) v3d_get_uif_no_xor_pixel_offset() argument
217 v3d_move_pixels_unaligned(void *gpu, uint32_t gpu_stride, void *cpu, uint32_t cpu_stride, int cpp, uint32_t image_h, const struct pipe_box *box, uint32_t (*get_pixel_offset)(uint32_t cpp, uint32_t image_h, uint32_t x, uint32_t y), bool is_load) v3d_move_pixels_unaligned() argument
257 v3d_move_pixels_general_percpp(void *gpu, uint32_t gpu_stride, void *cpu, uint32_t cpu_stride, int cpp, uint32_t image_h, const struct pipe_box *box, uint32_t (*get_pixel_offset)(uint32_t cpp, uint32_t image_h, uint32_t x, uint32_t y), bool is_load) v3d_move_pixels_general_percpp() argument
355 v3d_move_pixels_general(void *gpu, uint32_t gpu_stride, void *cpu, uint32_t cpu_stride, int cpp, uint32_t image_h, const struct pipe_box *box, uint32_t (*get_pixel_offset)(uint32_t cpp, uint32_t image_h, uint32_t x, uint32_t y), bool is_load) v3d_move_pixels_general() argument
404 v3d_move_tiled_image(void *gpu, uint32_t gpu_stride, void *cpu, uint32_t cpu_stride, enum v3d_tiling_mode tiling_format, int cpp, uint32_t image_h, const struct pipe_box *box, bool is_load) v3d_move_tiled_image() argument
459 v3d_load_tiled_image(void *dst, uint32_t dst_stride, void *src, uint32_t src_stride, enum v3d_tiling_mode tiling_format, int cpp, uint32_t image_h, const struct pipe_box *box) v3d_load_tiled_image() argument
479 v3d_store_tiled_image(void *dst, uint32_t dst_stride, void *src, uint32_t src_stride, enum v3d_tiling_mode tiling_format, int cpp, uint32_t image_h, const struct pipe_box *box) v3d_store_tiled_image() argument
[all...]
/third_party/json/docs/
H A DMakefile9 # where are the example cpp files
10 EXAMPLES = $(wildcard examples/*.cpp)
15 %.output: %.cpp
16 @echo "standard $(call cxx_standard $(<:.cpp=))"
17 $(MAKE) $(<:.cpp=) \
19 CXXFLAGS="-std=$(call cxx_standard,$(<:.cpp=)) -Wno-deprecated-declarations"
20 ./$(<:.cpp=) > $@
21 rm $(<:.cpp=)
24 %.test: %.cpp
25 $(MAKE) $(<:.cpp
[all...]
/third_party/skia/third_party/externals/imgui/examples/example_emscripten_opengl3/
H A DMakefile21 SOURCES = main.cpp
22 SOURCES += $(IMGUI_DIR)/imgui.cpp $(IMGUI_DIR)/imgui_demo.cpp $(IMGUI_DIR)/imgui_draw.cpp $(IMGUI_DIR)/imgui_tables.cpp $(IMGUI_DIR)/imgui_widgets.cpp
23 SOURCES += $(IMGUI_DIR)/backends/imgui_impl_sdl.cpp $(IMGUI_DIR)/backends/imgui_impl_opengl3.cpp
69 %.o:%.cpp
72 %.o:$(IMGUI_DIR)/%.cpp
[all...]
/third_party/skia/third_party/externals/imgui/examples/example_emscripten_wgpu/
H A DMakefile21 SOURCES = main.cpp
22 SOURCES += $(IMGUI_DIR)/imgui.cpp $(IMGUI_DIR)/imgui_demo.cpp $(IMGUI_DIR)/imgui_draw.cpp $(IMGUI_DIR)/imgui_tables.cpp $(IMGUI_DIR)/imgui_widgets.cpp
23 SOURCES += $(IMGUI_DIR)/backends/imgui_impl_glfw.cpp $(IMGUI_DIR)/backends/imgui_impl_wgpu.cpp
66 %.o:%.cpp
69 %.o:$(IMGUI_DIR)/%.cpp
[all...]
/third_party/skia/third_party/externals/imgui/examples/example_glut_opengl2/
H A DMakefile14 SOURCES = main.cpp
15 SOURCES += $(IMGUI_DIR)/imgui.cpp $(IMGUI_DIR)/imgui_demo.cpp $(IMGUI_DIR)/imgui_draw.cpp $(IMGUI_DIR)/imgui_tables.cpp $(IMGUI_DIR)/imgui_widgets.cpp
16 SOURCES += $(IMGUI_DIR)/backends/imgui_impl_glut.cpp $(IMGUI_DIR)/backends/imgui_impl_opengl2.cpp
59 %.o:%.cpp
62 %.o:$(IMGUI_DIR)/%.cpp
[all...]
/third_party/skia/third_party/externals/imgui/examples/example_glfw_opengl2/
H A DMakefile19 SOURCES = main.cpp
20 SOURCES += $(IMGUI_DIR)/imgui.cpp $(IMGUI_DIR)/imgui_demo.cpp $(IMGUI_DIR)/imgui_draw.cpp $(IMGUI_DIR)/imgui_tables.cpp $(IMGUI_DIR)/imgui_widgets.cpp
21 SOURCES += $(IMGUI_DIR)/backends/imgui_impl_glfw.cpp $(IMGUI_DIR)/backends/imgui_impl_opengl2.cpp
64 %.o:%.cpp
67 %.o:$(IMGUI_DIR)/%.cpp
[all...]
/third_party/skia/third_party/externals/imgui/examples/example_glfw_opengl3/
H A DMakefile19 SOURCES = main.cpp
20 SOURCES += $(IMGUI_DIR)/imgui.cpp $(IMGUI_DIR)/imgui_demo.cpp $(IMGUI_DIR)/imgui_draw.cpp $(IMGUI_DIR)/imgui_tables.cpp $(IMGUI_DIR)/imgui_widgets.cpp
21 SOURCES += $(IMGUI_DIR)/backends/imgui_impl_glfw.cpp $(IMGUI_DIR)/backends/imgui_impl_opengl3.cpp
73 %.o:%.cpp
76 %.o:$(IMGUI_DIR)/%.cpp
[all...]
/third_party/skia/third_party/externals/imgui/examples/example_null/
H A DMakefile15 SOURCES = main.cpp
16 SOURCES += $(IMGUI_DIR)/imgui.cpp $(IMGUI_DIR)/imgui_demo.cpp $(IMGUI_DIR)/imgui_draw.cpp $(IMGUI_DIR)/imgui_tables.cpp $(IMGUI_DIR)/imgui_widgets.cpp
29 # We use the WITH_FREETYPE flag on our CI setup to test compiling misc/freetype/imgui_freetype.cpp
32 SOURCES += $(IMGUI_DIR)/misc/freetype/imgui_freetype.cpp
73 %.o:%.cpp
76 %.o:$(IMGUI_DIR)/%.cpp
[all...]
/third_party/skia/third_party/externals/imgui/examples/example_sdl_opengl2/
H A DMakefile19 SOURCES = main.cpp
20 SOURCES += $(IMGUI_DIR)/imgui.cpp $(IMGUI_DIR)/imgui_demo.cpp $(IMGUI_DIR)/imgui_draw.cpp $(IMGUI_DIR)/imgui_tables.cpp $(IMGUI_DIR)/imgui_widgets.cpp
21 SOURCES += $(IMGUI_DIR)/backends/imgui_impl_sdl.cpp $(IMGUI_DIR)/backends/imgui_impl_opengl2.cpp
63 %.o:%.cpp
66 %.o:$(IMGUI_DIR)/%.cpp
[all...]
/third_party/skia/third_party/externals/imgui/examples/example_sdl_opengl3/
H A DMakefile19 SOURCES = main.cpp
20 SOURCES += $(IMGUI_DIR)/imgui.cpp $(IMGUI_DIR)/imgui_demo.cpp $(IMGUI_DIR)/imgui_draw.cpp $(IMGUI_DIR)/imgui_tables.cpp $(IMGUI_DIR)/imgui_widgets.cpp
21 SOURCES += $(IMGUI_DIR)/backends/imgui_impl_sdl.cpp $(IMGUI_DIR)/backends/imgui_impl_opengl3.cpp
75 %.o:%.cpp
78 %.o:$(IMGUI_DIR)/%.cpp
[all...]
/third_party/skia/third_party/externals/imgui/examples/example_sdl_sdlrenderer/
H A DMakefile19 SOURCES = main.cpp
20 SOURCES += $(IMGUI_DIR)/imgui.cpp $(IMGUI_DIR)/imgui_demo.cpp $(IMGUI_DIR)/imgui_draw.cpp $(IMGUI_DIR)/imgui_tables.cpp $(IMGUI_DIR)/imgui_widgets.cpp
21 SOURCES += $(IMGUI_DIR)/backends/imgui_impl_sdl.cpp $(IMGUI_DIR)/backends/imgui_impl_sdlrenderer.cpp
63 %.o:%.cpp
66 %.o:$(IMGUI_DIR)/%.cpp
[all...]
/third_party/skia/third_party/externals/imgui/examples/example_glfw_metal/
H A DMakefile12 SOURCES += $(IMGUI_DIR)/imgui.cpp $(IMGUI_DIR)/imgui_demo.cpp $(IMGUI_DIR)/imgui_draw.cpp $(IMGUI_DIR)/imgui_tables.cpp $(IMGUI_DIR)/imgui_widgets.cpp
13 SOURCES += $(IMGUI_DIR)/backends/imgui_impl_glfw.cpp $(IMGUI_DIR)/backends/imgui_impl_metal.mm
24 %.o:%.cpp
27 %.o:$(IMGUI_DIR)/%.cpp
30 %.o:$(IMGUI_DIR)/backends/%.cpp
/third_party/skia/third_party/externals/imgui/examples/example_sdl_metal/
H A DMakefile12 SOURCES += $(IMGUI_DIR)/imgui.cpp $(IMGUI_DIR)/imgui_demo.cpp $(IMGUI_DIR)/imgui_draw.cpp $(IMGUI_DIR)/imgui_tables.cpp $(IMGUI_DIR)/imgui_widgets.cpp
13 SOURCES += $(IMGUI_DIR)/backends/imgui_impl_sdl.cpp $(IMGUI_DIR)/backends/imgui_impl_metal.mm
25 %.o:%.cpp
28 %.o:$(IMGUI_DIR)/%.cpp
31 %.o:$(IMGUI_DIR)/backends/%.cpp
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_blt.c35 color_depth_for_cpp(int cpp) in color_depth_for_cpp() argument
37 switch (cpp) { in color_depth_for_cpp()
52 unsigned cpp = fmtl->bpb / 8; in blt_set_alpha_to_one() local
74 cpp * 8, dst->surf.samples, in blt_set_alpha_to_one()
85 xyblt.ColorDepth = color_depth_for_cpp(cpp); in blt_set_alpha_to_one()
146 unsigned cpp, in emit_copy_blt()
166 isl_get_tile_dims(src->surf.tiling, cpp, &src_tile_w, &src_tile_h); in emit_copy_blt()
167 isl_get_tile_dims(dst->surf.tiling, cpp, &dst_tile_w, &dst_tile_h); in emit_copy_blt()
179 if (cpp > 4) { in emit_copy_blt()
180 if (cpp in emit_copy_blt()
143 emit_copy_blt(struct crocus_batch *batch, struct crocus_resource *src, struct crocus_resource *dst, unsigned cpp, int32_t src_pitch, unsigned src_offset, int32_t dst_pitch, unsigned dst_offset, uint16_t src_x, uint16_t src_y, uint16_t dst_x, uint16_t dst_y, uint16_t w, uint16_t h) emit_copy_blt() argument
[all...]

Completed in 24 milliseconds

12345678910>>...12