/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/glmark2/files/ |
H A D | 0003-GLVisualConfig-By-default-don-t-care-about-the-stenc.patch | 4 Subject: [PATCH] GLVisualConfig: By default don't care about the stencil 7 Our benchmarks don't use a stencil buffer, but its presence doesn't hurt 26 \'id=ID:red=R:green=G:blue=B:alpha=A:buffer=BUF:stencil=STENCIL:samples=SAMPLES'. 28 -default value of '0' (id, stencil, samples) or '1' (red, green, blue, alpha, buffer). 29 +default value of '0' (id, samples), -1 (stencil) or '1' (red, green, blue, alpha, buffer). 41 - id(0), red(1), green(1), blue(1), alpha(1), depth(1), stencil(0), buffer(1), samples(0) 50 - score += score_component(stencil, target.stencil, 0); 51 + score += score_component(stencil, target.stencil, 1); 79 - id(0), red(1), green(1), blue(1), alpha(1), depth(1), stencil(0), buffer(1), samples(0) {} 80 + id(0), red(1), green(1), blue(1), alpha(1), depth(1), stencil(-1), buffer(1), samples(0) {} [all …]
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/ |
H A D | gp102.c | 25 gp102_ltc_zbc_clear_stencil(struct nvkm_ltc *ltc, int i, const u32 stencil) in gp102_ltc_zbc_clear_stencil() argument 29 nvkm_wr32(device, 0x17e204, stencil); in gp102_ltc_zbc_clear_stencil()
|
H A D | base.c | 59 nvkm_ltc_zbc_stencil_get(struct nvkm_ltc *ltc, int index, const u32 stencil) in nvkm_ltc_zbc_stencil_get() argument 61 ltc->zbc_stencil[index] = stencil; in nvkm_ltc_zbc_stencil_get() 62 ltc->func->zbc_clear_stencil(ltc, index, stencil); in nvkm_ltc_zbc_stencil_get()
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/device_include/ |
H A D | svga3d_surfacedefs.h | 292 uint8 stencil; member
|
H A D | svga3d_cmd.h | 396 uint32 stencil; member
|
H A D | svga3d_dx.h | 575 uint16 stencil; member
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | ffb.c | 301 u32 stencil; member
|
/openbmc/openbmc/poky/meta/recipes-gnome/gtk+/gtk+3/ |
H A D | opengl.patch | 387 as we care about glx details such as alpha/depth/stencil depth,
|
/openbmc/openbmc-tools/rootfs_size/ |
H A D | results.txt | 1122 0: /usr/share/mime/application/vnd.ms-visio.stencil.macroenabled.main+xml.xml 1142 0: /usr/share/mime/application/vnd.ms-visio.stencil.main+xml.xml
|
/openbmc/openbmc/poky/meta/lib/oeqa/files/ |
H A D | buildhistory_filelist2.txt | 8407 -rw-r--r-- root root 1163 ./usr/share/mime/application/vnd.ms-visio.stencil.macro… 8408 -rw-r--r-- root root 1150 ./usr/share/mime/application/vnd.ms-visio.stencil.main+…
|
H A D | buildhistory_filelist1.txt | 8404 -rw-r--r-- root root 1163 ./usr/share/mime/application/vnd.ms-visio.stencil.macro… 8405 -rw-r--r-- root root 1150 ./usr/share/mime/application/vnd.ms-visio.stencil.main+…
|