| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/ |
| H A D | Makefile.sources | 2 api/context.cpp \ 3 api/device.cpp \ 4 api/dispatch.cpp \ 6 api/event.cpp \ 7 api/interop.cpp \ 8 api/kernel.cpp \ 9 api/memory.cpp \ 10 api/platform.cpp \ 11 api/program.cpp \ 12 api/queue.cpp \ [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/ |
| H A D | Makefile.sources | 5 glsl_types.cpp \ 7 nir_types.cpp \ 17 glsl/ast_array_index.cpp \ 18 glsl/ast_expr.cpp \ 19 glsl/ast_function.cpp \ 20 glsl/ast_to_hir.cpp \ 21 glsl/ast_type.cpp \ 22 glsl/builtin_functions.cpp \ 25 glsl/builtin_types.cpp \ 26 glsl/builtin_variables.cpp \ [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_tiling.h | 34 vc4_utile_width(int cpp) argument 36 switch (cpp) { 45 unreachable("unknown cpp"); 51 vc4_utile_height(int cpp) argument 53 switch (cpp) { 61 unreachable("unknown cpp"); 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) 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) argument [all...] |
| H A D | vc4_tiling_lt.c | 53 vc4_utile_stride(int cpp) argument 55 switch (cpp) { 63 unreachable("bad cpp"); 76 swizzle_lt_x(int x, int cpp) argument 78 switch (cpp) { 96 unreachable("bad cpp"); 107 swizzle_lt_y(int y, int cpp) argument 110 switch (cpp) { 124 unreachable("bad cpp"); 138 int cpp, cons 136 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) argument 176 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) argument 233 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) argument 252 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) argument [all...] |
| H A D | vc4_tiling.c | 37 * - 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) argument 62 return (width <= 4 * vc4_utile_width(cpp) || 63 height <= 4 * vc4_utile_height(cpp)); 124 int cpp, const struct pipe_box *box, 127 uint32_t utile_w = vc4_utile_width(cpp); 128 uint32_t utile_h = vc4_utile_height(cpp); 133 assert(stile_w * stile_h * cpp == 1024); 134 uint32_t utile_stride = gpu_stride / cpp / utile_w; 140 uint32_t gpu_lt_stride = stile_w * cpp; 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) 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) 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) 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) 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) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_tiling.h | 34 vc4_utile_width(int cpp) argument 36 switch (cpp) { 45 unreachable("unknown cpp"); 51 vc4_utile_height(int cpp) argument 53 switch (cpp) { 61 unreachable("unknown cpp"); 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) 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) argument [all...] |
| H A D | vc4_tiling_lt.c | 53 vc4_utile_stride(int cpp) argument 55 switch (cpp) { 63 unreachable("bad cpp"); 76 swizzle_lt_x(int x, int cpp) argument 78 switch (cpp) { 96 unreachable("bad cpp"); 107 swizzle_lt_y(int y, int cpp) argument 110 switch (cpp) { 124 unreachable("bad cpp"); 138 int cpp, cons 136 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) argument 176 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) argument 233 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) argument 252 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) argument [all...] |
| H A D | vc4_tiling.c | 37 * - 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) argument 62 return (width <= 4 * vc4_utile_width(cpp) || 63 height <= 4 * vc4_utile_height(cpp)); 124 int cpp, const struct pipe_box *box, 127 uint32_t utile_w = vc4_utile_width(cpp); 128 uint32_t utile_h = vc4_utile_height(cpp); 133 assert(stile_w * stile_h * cpp == 1024); 134 uint32_t utile_stride = gpu_stride / cpp / utile_w; 140 uint32_t gpu_lt_stride = stile_w * cpp; 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) 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) 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) 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) 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) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | Makefile.sources | 56 sb/sb_bc_builder.cpp \ 57 sb/sb_bc_decoder.cpp \ 58 sb/sb_bc_dump.cpp \ 59 sb/sb_bc_finalize.cpp \ 61 sb/sb_bc_parser.cpp \ 62 sb/sb_context.cpp \ 63 sb/sb_core.cpp \ 64 sb/sb_dce_cleanup.cpp \ 65 sb/sb_def_use.cpp \ 66 sb/sb_dump.cpp \ [all...] |
| /xsrc/external/mit/xfs/dist/config/ |
| H A D | Makefile.am | 27 EXTRA_DIST = config.cpp 35 config: $(srcdir)/config.cpp 36 $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $(srcdir)/config.cpp > $@
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/common/ |
| H A D | v3d_tiling.h | 66 uint32_t v3d_utile_width(int cpp) ATTRIBUTE_CONST; 67 uint32_t v3d_utile_height(int cpp) ATTRIBUTE_CONST; 68 bool v3d_size_is_lt(uint32_t width, uint32_t height, int cpp) ATTRIBUTE_CONST; 71 enum v3d_tiling_mode tiling_format, int cpp, 76 enum v3d_tiling_mode tiling_format, int cpp,
|
| H A D | v3d_tiling.c | 36 v3d_utile_width(int cpp) argument 38 switch (cpp) { 48 unreachable("unknown cpp"); 54 v3d_utile_height(int cpp) argument 56 switch (cpp) { 66 unreachable("unknown cpp"); 77 v3d_get_utile_pixel_offset(uint32_t cpp, uint32_t x, uint32_t y) argument 79 uint32_t utile_w = v3d_utile_width(cpp); 81 assert(x < utile_w && y < v3d_utile_height(cpp)); 83 return x * cpp 92 v3d_get_lt_pixel_offset(uint32_t cpp,uint32_t image_h,uint32_t x,uint32_t y) argument 114 v3d_get_ublinear_pixel_offset(uint32_t cpp,uint32_t x,uint32_t y,int ublinear_number) argument 134 v3d_get_ublinear_2_column_pixel_offset(uint32_t cpp,uint32_t image_h,uint32_t x,uint32_t y) argument 141 v3d_get_ublinear_1_column_pixel_offset(uint32_t cpp,uint32_t image_h,uint32_t x,uint32_t y) argument 155 v3d_get_uif_pixel_offset(uint32_t cpp,uint32_t image_h,uint32_t x,uint32_t y,bool do_xor) argument 199 v3d_get_uif_xor_pixel_offset(uint32_t cpp,uint32_t image_h,uint32_t x,uint32_t y) argument 206 v3d_get_uif_no_xor_pixel_offset(uint32_t cpp,uint32_t image_h,uint32_t x,uint32_t y) 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) 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) 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) 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) 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) 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) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/ |
| H A D | v3d_tiling.h | 27 uint32_t v3d_utile_width(int cpp) ATTRIBUTE_CONST; 28 uint32_t v3d_utile_height(int cpp) ATTRIBUTE_CONST; 29 bool v3d_size_is_lt(uint32_t width, uint32_t height, int cpp) ATTRIBUTE_CONST; 32 enum v3d_tiling_mode tiling_format, int cpp, 37 enum v3d_tiling_mode tiling_format, int cpp,
|
| H A D | v3d_tiling.c | 38 v3d_utile_width(int cpp) argument 40 switch (cpp) { 50 unreachable("unknown cpp"); 56 v3d_utile_height(int cpp) argument 58 switch (cpp) { 68 unreachable("unknown cpp"); 79 v3d_get_utile_pixel_offset(uint32_t cpp, uint32_t x, uint32_t y) argument 81 uint32_t utile_w = v3d_utile_width(cpp); 83 assert(x < utile_w && y < v3d_utile_height(cpp)); 85 return x * cpp 94 v3d_get_lt_pixel_offset(uint32_t cpp,uint32_t image_h,uint32_t x,uint32_t y) argument 116 v3d_get_ublinear_pixel_offset(uint32_t cpp,uint32_t x,uint32_t y,int ublinear_number) argument 136 v3d_get_ublinear_2_column_pixel_offset(uint32_t cpp,uint32_t image_h,uint32_t x,uint32_t y) argument 143 v3d_get_ublinear_1_column_pixel_offset(uint32_t cpp,uint32_t image_h,uint32_t x,uint32_t y) argument 157 v3d_get_uif_pixel_offset(uint32_t cpp,uint32_t image_h,uint32_t x,uint32_t y,bool do_xor) argument 201 v3d_get_uif_xor_pixel_offset(uint32_t cpp,uint32_t image_h,uint32_t x,uint32_t y) argument 208 v3d_get_uif_no_xor_pixel_offset(uint32_t cpp,uint32_t image_h,uint32_t x,uint32_t y) argument 219 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) argument 259 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) argument 357 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) argument 406 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) argument 461 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) argument 481 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) argument [all...] |
| /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/ |
| H A D | Makefile | 25 glutBlocker.cpp \ 26 glutInit.cpp \ 27 glutWindow.cpp \ 28 glutEvent.cpp \ 29 glutCallback.cpp \ 30 glutOverlay.cpp \ 31 glutGet.cpp \ 32 glutColor.cpp \ 33 glutCursor.cpp \ 34 glutMenu.cpp \ [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/ |
| H A D | Makefile.sources | 23 swr_loader.cpp 26 swr_clear.cpp \ 27 swr_context.cpp \ 29 swr_draw.cpp \ 32 swr_screen.cpp \ 34 swr_state.cpp \ 36 swr_tex_sample.cpp \ 39 swr_scratch.cpp \ 40 swr_shader.cpp \ 44 swr_fence.cpp \ [all...] |
| /xsrc/external/mit/makedepend/dist/tests/1/ |
| H A D | makedep.sh | 25 # - directory named "one" containing file one.cpp which includes def.h in the same directory 26 # - directory named "two" containing file two.cpp which includes def.h in the same directory 31 cp ${test_srcdir}/1/one.cpp one/ 32 cp ${test_srcdir}/1/two.cpp two/ 34 # two/two.cpp depends on two/def.h (not the one seen during exploration in previous directory) 35 $MAKEDEPEND -f- -I. one/one.cpp two/two.cpp | grep "two/two.o: one/def.h" && false
|
| /xsrc/external/mit/makedepend/dist/tests/28045/ |
| H A D | makedep.sh | 22 $MAKEDEPEND -f- -- -Itwo -Ione -I. -- ${test_srcdir}/28045/foo.cpp > /dev/null 25 $MAKEDEPEND -f- -- -I. -Ione -Itwo -- ${test_srcdir}/28045/foo.cpp > /dev/null
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/ |
| H A D | i915_blit.h | 34 unsigned cpp, 46 unsigned cpp,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/ |
| H A D | i915_blit.h | 33 extern void i915_copy_blit(struct i915_context *i915, unsigned cpp, 41 extern void i915_fill_blit(struct i915_context *i915, unsigned cpp,
|
| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| H A D | nv_shadow.c | 35 int x1, y1, x2, y2, width, height, cpp, FBPitch; local in function:NVRefreshArea 38 cpp = pScrn->bitsPerPixel >> 3; 39 FBPitch = pScrn->displayWidth * cpp; 47 width = (x2 - x1) * cpp; 51 src = pNv->ShadowPtr + (y1 * pNv->ShadowPitch) + (x1 * cpp); 52 dst = pNv->scanout->map + (y1 * FBPitch) + (x1 * cpp);
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/ |
| H A D | Makefile.sources | 10 addrlib/src/addrinterface.cpp \ 13 addrlib/src/core/addrelemlib.cpp \ 15 addrlib/src/core/addrlib.cpp \ 17 addrlib/src/core/addrlib1.cpp \ 19 addrlib/src/core/addrlib2.cpp \ 21 addrlib/src/core/addrobject.cpp \ 23 addrlib/src/core/coord.cpp \ 25 addrlib/src/gfx9/gfx9addrlib.cpp \ 29 addrlib/src/r800/ciaddrlib.cpp \ 31 addrlib/src/r800/egbaddrlib.cpp \ [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_surface.c | 40 int ret, cpp = _mesa_get_format_bytes(format); local in function:nouveau_surface_alloc 49 .cpp = cpp, 57 if (cpp == 4) 59 else if (cpp == 2) 85 dst->cpp = src->cpp;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_surface.c | 40 int ret, cpp = _mesa_get_format_bytes(format); local in function:nouveau_surface_alloc 49 .cpp = cpp, 57 if (cpp == 4) 59 else if (cpp == 2) 85 dst->cpp = src->cpp;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_regions.c | 109 GLuint cpp, 119 region->cpp = cpp; 134 GLuint cpp, GLuint width, GLuint height, 146 width, height, cpp, 151 region = intel_region_alloc_internal(screen, cpp, width, height, 176 GLuint cpp, 196 region = intel_region_alloc_internal(screen, cpp, 210 GLuint cpp, 231 region = intel_region_alloc_internal(screen, cpp, 108 intel_region_alloc_internal(struct intel_screen * screen,GLuint cpp,GLuint width,GLuint height,GLuint pitch,uint32_t tiling,drm_intel_bo * buffer) argument 132 intel_region_alloc(struct intel_screen * screen,uint32_t tiling,GLuint cpp,GLuint width,GLuint height,bool expect_accelerated_upload) argument 175 intel_region_alloc_for_handle(struct intel_screen * screen,GLuint cpp,GLuint width,GLuint height,GLuint pitch,GLuint handle,const char * name) argument 209 intel_region_alloc_for_fd(struct intel_screen * screen,GLuint cpp,GLuint width,GLuint height,GLuint pitch,GLuint size,int fd,const char * name) argument 289 int cpp = region->cpp; local in function:intel_region_get_tile_masks 318 int cpp = region->cpp; local in function:intel_region_get_aligned_offset [all...] |