| /xsrc/external/mit/xfs/dist/config/ |
| 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/gallium/drivers/vc4/ |
| vc4_tiling.h | 34 vc4_utile_width(int cpp) 36 switch (cpp) { 45 unreachable("unknown cpp"); 51 vc4_utile_height(int cpp) 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, const struct pipe_box *box) [all...] |
| vc4_tiling_lt.c | 53 vc4_utile_stride(int cpp) 55 switch (cpp) { 63 unreachable("bad cpp"); 76 swizzle_lt_x(int x, int cpp) 78 switch (cpp) { 96 unreachable("bad cpp"); 107 swizzle_lt_y(int y, int cpp) 110 switch (cpp) { 124 unreachable("bad cpp"); 138 int cpp, const struct pipe_box *box, bool to_cpu [all...] |
| 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) 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; [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| vc4_tiling.h | 34 vc4_utile_width(int cpp) 36 switch (cpp) { 45 unreachable("unknown cpp"); 51 vc4_utile_height(int cpp) 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, const struct pipe_box *box) [all...] |
| vc4_tiling_lt.c | 53 vc4_utile_stride(int cpp) 55 switch (cpp) { 63 unreachable("bad cpp"); 76 swizzle_lt_x(int x, int cpp) 78 switch (cpp) { 96 unreachable("bad cpp"); 107 swizzle_lt_y(int y, int cpp) 110 switch (cpp) { 124 unreachable("bad cpp"); 138 int cpp, const struct pipe_box *box, bool to_cpu [all...] |
| 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) 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; [all...] |
| /xsrc/external/mit/MesaLib/dist/src/broadcom/common/ |
| 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,
|
| v3d_tiling.c | 36 v3d_utile_width(int cpp) 38 switch (cpp) { 48 unreachable("unknown cpp"); 54 v3d_utile_height(int cpp) 56 switch (cpp) { 66 unreachable("unknown cpp"); 77 v3d_get_utile_pixel_offset(uint32_t cpp, uint32_t x, uint32_t y) 79 uint32_t utile_w = v3d_utile_width(cpp); 81 assert(x < utile_w && y < v3d_utile_height(cpp)); 83 return x * cpp + y * utile_w * cpp [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/ |
| 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,
|
| v3d_tiling.c | 38 v3d_utile_width(int cpp) 40 switch (cpp) { 50 unreachable("unknown cpp"); 56 v3d_utile_height(int cpp) 58 switch (cpp) { 68 unreachable("unknown cpp"); 79 v3d_get_utile_pixel_offset(uint32_t cpp, uint32_t x, uint32_t y) 81 uint32_t utile_w = v3d_utile_width(cpp); 83 assert(x < utile_w && y < v3d_utile_height(cpp)); 85 return x * cpp + y * utile_w * cpp [all...] |
| /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/ |
| 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/makedepend/dist/tests/1/ |
| 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/ |
| 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/dist/src/gallium/drivers/i915/ |
| 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/MesaLib.old/dist/src/gallium/drivers/i915/ |
| i915_blit.h | 34 unsigned cpp, 46 unsigned cpp,
|
| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| nv_shadow.c | 35 int x1, y1, x2, y2, width, height, cpp, FBPitch; local 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/dist/src/mesa/drivers/dri/nouveau/ |
| nouveau_surface.c | 40 int ret, cpp = _mesa_get_format_bytes(format); local 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/nouveau/ |
| nouveau_surface.c | 40 int ret, cpp = _mesa_get_format_bytes(format); local 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/i915/ |
| intel_regions.c | 57 GLuint cpp, 67 region->cpp = cpp; 82 GLuint cpp, GLuint width, GLuint height, 94 width, height, cpp, 99 region = intel_region_alloc_internal(screen, cpp, width, height, 124 GLuint cpp, 144 region = intel_region_alloc_internal(screen, cpp, 158 GLuint cpp, 179 region = intel_region_alloc_internal(screen, cpp, 237 int cpp = region->cpp; local 266 int cpp = region->cpp; local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| 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, 289 int cpp = region->cpp; local 318 int cpp = region->cpp; local [all...] |
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/ |
| create-android-cross-file.sh | 20 cpp = ['ccache', '$ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/${arch2}29-clang++', '-fno-exceptions', '-fno-unwind-tables', '-fno-asynchronous-unwind-tables']
|
| /xsrc/external/mit/imake/dist/ |
| Makefile.am | 78 xmkmf: xmkmf.cpp 79 $(AM_V_GEN)$(RAWCPP) $(RAWCPPFLAGS) -DCONFIGDIRSPEC='"-I$(XCONFDIR)"' $(srcdir)/xmkmf.cpp | $(SED) -e /^\#/d | $(SED) -e s/XCOMM/\#/ > $@ 81 ccmakedep: mdepend.cpp 82 $(AM_V_GEN)$(RAWCPP) $(RAWCPPFLAGS) -DPREPROC='"$(PREPROCESSCMD_MKDEPEND)"' $(srcdir)/mdepend.cpp | $(SED) -e /^\#/d | $(SED) -e s/XCOMM/\#/ > $@ 84 mergelib: mergelib.cpp 85 $(AM_V_GEN)$(RAWCPP) $(RAWCPPFLAGS) -DARCMD="$(ARCMD)" -DRANLIB="$(RANLIB)" $(srcdir)/mergelib.cpp | $(SED) -e /^\#/d | $(SED) -e s/XCOMM/\#/ > $@ 106 xmkmf.cpp \ 107 mdepend.cpp \ 108 mergelib.cpp \
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| radeon_legacy_memory.c | 65 int cpp = info->CurrentLayout.bitsPerPixel / 8; local 70 size = (size + cpp - 1) / cpp; 71 align = (align + cpp - 1) / cpp; 75 return linear->offset * cpp; 78 return linear->offset * cpp; 103 offset = linear->offset * cpp;
|
| /xsrc/external/mit/xf86-video-nouveau/dist/src/shader/ |
| Makefile | 40 cpp -DENVYAS $< | sed -e '/^#/d' | $(ENVYAS) -w -m gf100 -V gf100 -o $@ 42 cpp -DENVYAS $< | sed -e '/^#/d' | $(ENVYAS) -w -m gf100 -V gf100 -o $@ 45 cpp -DENVYAS $< | sed -e '/^#/d' | $(ENVYAS) -w -m gf100 -V gk104 -o $@ 47 cpp -DENVYAS $< | sed -e '/^#/d' | $(ENVYAS) -w -m gf100 -V gk104 -o $@ 50 cpp -DENVYAS $< | sed -e '/^#/d' | $(ENVYAS) -w -m gk110 -o $@ 52 cpp -DENVYAS $< | sed -e '/^#/d' | $(ENVYAS) -w -m gk110 -o $@ 55 cpp -DENVYAS $< | sed -e '/^#/d' | $(ENVYAS) -w -m gm107 -o $@ 57 cpp -DENVYAS $< | sed -e '/^#/d' | $(ENVYAS) -w -m gm107 -o $@
|