Searched refs:R300_GA_POINT_SIZE (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_render.c1167 OUT_CS_REG(R300_GA_POINT_SIZE, (height * 6) | ((width * 6) << 16));
H A Dr300_reg.h889 #define R300_GA_POINT_SIZE 0x421C macro
H A Dr300_state.c1127 uint32_t point_size; /* R300_GA_POINT_SIZE: 0x421c */
1289 OUT_CB_REG(R300_GA_POINT_SIZE, point_size);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_render.c1194 OUT_CS_REG(R300_GA_POINT_SIZE, (height * 6) | ((width * 6) << 16));
H A Dr300_reg.h889 #define R300_GA_POINT_SIZE 0x421C macro
H A Dr300_state.c1121 uint32_t point_size; /* R300_GA_POINT_SIZE: 0x421c */
1283 OUT_CB_REG(R300_GA_POINT_SIZE, point_size);

Completed in 30 milliseconds