HomeSort by relevance Sort by last modified time
    Searched full:r500 (Results 1 - 25 of 38) sorted by null

1 2

  /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
247 struct r500_fragment_program_code r500; member in union:rX00_fragment_program_code::__anon29681
262 /* This is the max for all chipsets (r300-r500) */
294 } r500[R300_VS_MAX_FC_OPS]; member in union:r300_vertex_program_code::__anon29683
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 214 /** special instruction, used in R300-R500 fragment program pair instructions
219 /** 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
radeon_program.h 117 /**R500 Only. How to swizzle the result of a TEX lookup*/
r500_fragprog_emit.c 5 * Adaptation and modification for ATI/AMD Radeon R500 GPU chipsets.
49 struct r500_fragment_program_code *code = &c->code->code.r500
627 struct r500_fragment_program_code *code = &compiler->code->code.r500;
r500_fragprog.c 372 struct r500_fragment_program_code *code = &compiler->code->code.r500;
377 fprintf(stderr, "R500 Fragment Program:\n--------\n");
radeon_program_alu.c 657 * @note should be applicable to R300 and R500 fragment programs.
698 /* Note: r500 can take absolute values, but r300 cannot. */
901 * instructions of the r300 up to r500 vertex engine.
    [all...]
  /external/mesa3d/src/amd/common/
amd_family.h 102 R500,
  /external/mesa3d/docs/relnotes/
7.8.html 64 <li>Massive improvements to the Gallium driver for R300-R500 Radeons; this
7.1.html 56 <li>ATI R500 series support (Radeon X1300&#8211;X1950) in r300 DRI driver
7.6.1.html 61 <li>r300: Work around an issue with very large fragment programs on R500.
7.10.2.html 185 <li>r300/compiler: do not set TEX_IGNORE_UNCOVERED on r500</li>
7.9.html 79 <li>Massive improvements to the Gallium driver for R300-R500 Radeons; this
  /external/mesa3d/src/gallium/drivers/r300/
r300_chipset.h 62 /* Whether or not this is RV350 or newer, including all r400 and r500
r300_screen.c 132 /* We don't support color clamping on r500, so that we can use color
137 /* Supported on r500 only. */
308 return is_r500 ? 64 : 0; /* Actually unlimited on r500. */
314 * 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. */
r300_fs.c 251 struct r500_fragment_program_code *code = &generic_code->code.r500;
519 if (shader->code.code.r500.inst_end == -1) {
r300_texture_desc.c 432 /* FP16 AA needs R500 and a fairly new DRM. */
582 * This applies to all R300-R500 cards. */
  /external/mesa3d/docs/
helpwanted.html 76 <b>r300g</b></a> - Driver for ATI R300 - R500.</li>
sourcetree.html 104 <li><b>r300</b> - Driver for ATI R300 - R500.
  /external/mesa3d/src/gallium/docs/source/
distro.rst 44 Driver for the ATI/AMD r300, r400, and r500 families of GPUs.
  /external/mesa3d/src/gallium/state_trackers/nine/
adapter9.c 82 "is >= r500, >= nv50, >= i965\n");
85 /* for r500 */
    [all...]

Completed in 776 milliseconds

1 2