/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
r3xx_vertprog_dump.c | 46 /* R500 vector ops */ 86 /* R500 math ops */ 203 vs->fc_op_addrs.r500[i].uw, 204 vs->fc_op_addrs.r500[i].lw, 208 vs->fc_op_addrs.r500[i].lw & 0xffff, 209 (vs->fc_op_addrs.r500[i].uw >> 16) & 0xffff, 210 vs->fc_op_addrs.r500[i].uw & 0xffff);
|
radeon_code.h | 43 /* The r500 maximum depth is not just for loops, but any combination of loops 251 struct r500_fragment_program_code r500; member in union:rX00_fragment_program_code::__anon12708 266 /* This is the max for all chipsets (r300-r500) */ 298 } r500[R300_VS_MAX_FC_OPS]; member in union:r300_vertex_program_code::__anon12710
|
radeon_program_constants.h | 97 /** R500 fragment program ALU result "register" */
|
radeon_program_pair.h | 40 * Represents a paired ALU instruction, as found in R300 and R500
|
radeon_opcodes.h | 210 /** special instruction, used in R300-R500 fragment program pair instructions 215 /** special instruction, used in R300-R500 fragment programs
|
radeon_pair_translate.c | 62 * we get incorrect behaviour on R500 when r0 == 0.0. 63 * It appears that the R500 KIL hardware treats -0.0 as less
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
r3xx_vertprog_dump.c | 46 /* R500 vector ops */ 86 /* R500 math ops */ 203 vs->fc_op_addrs.r500[i].uw, 204 vs->fc_op_addrs.r500[i].lw, 208 vs->fc_op_addrs.r500[i].lw & 0xffff, 209 (vs->fc_op_addrs.r500[i].uw >> 16) & 0xffff, 210 vs->fc_op_addrs.r500[i].uw & 0xffff);
|
radeon_code.h | 43 /* The r500 maximum depth is not just for loops, but any combination of loops 251 struct r500_fragment_program_code r500; member in union:rX00_fragment_program_code::__anon23175 266 /* This is the max for all chipsets (r300-r500) */ 298 } r500[R300_VS_MAX_FC_OPS]; member in union:r300_vertex_program_code::__anon23177
|
radeon_program_constants.h | 97 /** R500 fragment program ALU result "register" */
|
radeon_program_pair.h | 40 * Represents a paired ALU instruction, as found in R300 and R500
|
radeon_opcodes.h | 210 /** special instruction, used in R300-R500 fragment program pair instructions 215 /** special instruction, used in R300-R500 fragment programs
|
radeon_pair_translate.c | 62 * we get incorrect behaviour on R500 when r0 == 0.0. 63 * It appears that the R500 KIL hardware treats -0.0 as less
|
/external/chromium_org/third_party/mesa/src/docs/ |
relnotes-7.8.html | 57 <li>Massive improvements to the Gallium driver for R300-R500 Radeons; this
|
relnotes-7.1.html | 49 <li>ATI R500 series support (Radeon X1300–X1950) in r300 DRI driver
|
relnotes-7.6.1.html | 54 <li>r300: Work around an issue with very large fragment programs on R500.
|
/external/mesa3d/docs/ |
relnotes-7.8.html | 57 <li>Massive improvements to the Gallium driver for R300-R500 Radeons; this
|
relnotes-7.1.html | 49 <li>ATI R500 series support (Radeon X1300–X1950) in r300 DRI driver
|
relnotes-7.6.1.html | 54 <li>r300: Work around an issue with very large fragment programs on R500.
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/ |
radeon_winsys.h | 34 * - R500 FG_ALPHA_VALUE 37 * - R500 US_FORMAT regs 38 * - R500 ARGB2101010 colorbuffer
|
/external/mesa3d/src/gallium/winsys/radeon/drm/ |
radeon_winsys.h | 34 * - R500 FG_ALPHA_VALUE 37 * - R500 US_FORMAT regs 38 * - R500 ARGB2101010 colorbuffer
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_chipset.h | 60 /* Whether or not this is RV350 or newer, including all r400 and r500
|
r300_screen.c | 120 /* Supported on r500 only. */ 200 return is_r500 ? 64 : 0; /* Actually unlimited on r500. */ 206 * R500 has the ability to turn 3rd and 4th color into
|
r300_hyperz.c | 120 /* if depth func is EQUAL pre-r500 */ 159 /* R500-specific features and optimizations. */
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_chipset.h | 60 /* Whether or not this is RV350 or newer, including all r400 and r500
|
r300_screen.c | 120 /* Supported on r500 only. */ 200 return is_r500 ? 64 : 0; /* Actually unlimited on r500. */ 206 * R500 has the ability to turn 3rd and 4th color into
|