Searched defs:is_rv350 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_context.c144 boolean is_rv350 = r300->screen->caps.is_rv350; local
166 R300_INIT_ATOM(hyperz_state, is_r500 || (is_rv350 && drm_2_6_0) ? 10 : 8);
177 R300_INIT_ATOM(invariant_state, 16 + (is_rv350 ? 4 : 0) + (is_r500 ? 4 : 0));
319 if (r300->screen->caps.is_rv350) {
343 (r300->screen->caps.is_rv350 &&
H A Dr300_chipset.h66 boolean is_rv350; member in struct:r300_capabilities
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_context.c144 boolean is_rv350 = r300->screen->caps.is_rv350; local
166 R300_INIT_ATOM(hyperz_state, is_r500 || (is_rv350 && drm_2_6_0) ? 10 : 8);
177 R300_INIT_ATOM(invariant_state, 16 + (is_rv350 ? 4 : 0) + (is_r500 ? 4 : 0));
319 if (r300->screen->caps.is_rv350) {
343 (r300->screen->caps.is_rv350 &&
H A Dr300_chipset.h66 boolean is_rv350; member in struct:r300_capabilities

Completed in 536 milliseconds