Home
last modified time | relevance | path

Searched refs:zmask_ram (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/
Dr300_chipset.c58 caps->zmask_ram = 0; in r300_apply_hyperz_blacklist()
86 caps->zmask_ram = 0; in r300_parse_chipset()
97 caps->zmask_ram = PIPE_ZMASK_SIZE; in r300_parse_chipset()
104 caps->zmask_ram = RV3xx_ZMASK_SIZE; in r300_parse_chipset()
112 caps->zmask_ram = RV3xx_ZMASK_SIZE; in r300_parse_chipset()
123 caps->zmask_ram = RV3xx_ZMASK_SIZE; in r300_parse_chipset()
135 caps->zmask_ram = PIPE_ZMASK_SIZE; in r300_parse_chipset()
142 caps->zmask_ram = PIPE_ZMASK_SIZE; in r300_parse_chipset()
149 caps->zmask_ram = PIPE_ZMASK_SIZE; in r300_parse_chipset()
156 caps->zmask_ram = PIPE_ZMASK_SIZE; in r300_parse_chipset()
[all …]
Dr300_chipset.h57 int zmask_ram; member
Dr300_context.c212 R300_INIT_ATOM(zmask_clear, r300->screen->caps.zmask_ram > 0 ? 4 : 0); in r300_setup_atoms()
510 r300->screen->caps.zmask_ram ? "YES" : "NO",
Dr300_screen.c759 r300screen->caps.zmask_ram = 0; in r300_screen_create()
Dr300_texture_desc.c383 zcomp_numdw <= screen->caps.zmask_ram * pipes) { in r300_setup_hyperz_properties()