HomeSort by relevance Sort by last modified time
    Searched full:r300 (Results 151 - 175 of 205) sorted by null

1 2 3 4 5 67 8 9

  /external/mesa3d/src/gallium/drivers/r300/
r300_screen.c 47 return "X.Org R300 Project";
51 "ATI R300",
116 /* r300 cannot do swizzling of compressed textures. Supported otherwise. */
316 debug_printf("r300: Warning: Unknown CAP %d in get_paramf.\n",
r300_vs_draw.c 28 * to overcome the limitations of the r300 rasterizer.
311 void r300_draw_init_vertex_shader(struct r300_context *r300,
314 struct draw_context *draw = r300->draw;
372 r300_init_vs_outputs(r300, vs);
r300_tgsi_to_rc.c 143 fprintf(stderr, "r300: Unknown TGSI/RC opcode: %s\n", tgsi_get_opcode_name(opcode));
195 fprintf(stderr, "r300: Relative addressing of destination operands "
r300_texture_desc.c 228 "r300: Making miptree for texture, format %s\n",
266 SCREEN_DBG(screen, DBG_TEXALLOC, "r300: Texture miptree: Level %d "
466 "r300: %s: Macro: %s, Micro: %s, Pitch: %i, Dim: %ix%ix%i, "
519 "r300: I got a pre-allocated buffer to use it as a texture "
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_vertprog.h 75 /* opcodes - they all are the same as on r300 it seems, however
  /external/chromium_org/third_party/mesa/src/docs/
sourcetree.html 96 <li><b>r300</b> - Driver for ATI R300 - R500.
relnotes-7.10.3.html 274 <li>r300/compiler: align memory allocations to 8-bytes</li>
279 <li>r300/compiler: Fix incorrect presubtract conversion</li>
280 <li>r300/compiler: Fix dataflow analysis bug with ELSE blocks</li>
281 <li>r300/compiler: Limit instructions to 3 source selects</li>
relnotes-7.11.1.html 288 <li>r300/compiler: fix a warning that a variable may be uninitialized</li>
289 <li>r300/compiler: remove an unused-but-set variable and simplify the code</li>
344 <li>r300/compiler: simplify code in peephole_add_presub_add</li>
354 <li>r300/compiler: Fix regalloc for values with multiple writers</li>
relnotes-8.0.3.html 296 <li>r300/compiler: Clear loop registers in vertex shaders w/o loops</li>
297 <li>r300/compiler: Copy all instruction attributes during local transfoms</li>
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_opcodes.h 210 /** special instruction, used in R300-R500 fragment program pair instructions
215 /** special instruction, used in R300-R500 fragment programs
r300_fragprog.c 61 struct r300_fragment_program_code *code = &compiler->code->code.r300;
  /external/mesa3d/docs/
sourcetree.html 96 <li><b>r300</b> - Driver for ATI R300 - R500.
relnotes-7.10.3.html 274 <li>r300/compiler: align memory allocations to 8-bytes</li>
279 <li>r300/compiler: Fix incorrect presubtract conversion</li>
280 <li>r300/compiler: Fix dataflow analysis bug with ELSE blocks</li>
281 <li>r300/compiler: Limit instructions to 3 source selects</li>
relnotes-7.11.1.html 288 <li>r300/compiler: fix a warning that a variable may be uninitialized</li>
289 <li>r300/compiler: remove an unused-but-set variable and simplify the code</li>
344 <li>r300/compiler: simplify code in peephole_add_presub_add</li>
354 <li>r300/compiler: Fix regalloc for values with multiple writers</li>
relnotes-8.0.3.html 296 <li>r300/compiler: Clear loop registers in vertex shaders w/o loops</li>
297 <li>r300/compiler: Copy all instruction attributes during local transfoms</li>
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_opcodes.h 210 /** special instruction, used in R300-R500 fragment program pair instructions
215 /** special instruction, used in R300-R500 fragment programs
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_tgsi_to_rc.c 143 fprintf(stderr, "r300: Unknown TGSI/RC opcode: %s\n", tgsi_get_opcode_name(opcode));
195 fprintf(stderr, "r300: Relative addressing of destination operands "
r300_texture_desc.c 228 "r300: Making miptree for texture, format %s\n",
266 SCREEN_DBG(screen, DBG_TEXALLOC, "r300: Texture miptree: Level %d "
466 "r300: %s: Macro: %s, Micro: %s, Pitch: %i, Dim: %ix%ix%i, "
519 "r300: I got a pre-allocated buffer to use it as a texture "
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/
radeon_drm_winsys.c 228 ws->gen = R300;
262 if (ws->gen == R300) {
  /external/mesa3d/src/gallium/winsys/radeon/drm/
radeon_drm_winsys.c 228 ws->gen = R300;
262 if (ws->gen == R300) {
  /external/chromium_org/third_party/mesa/src/
configure.ac 644 GALLIUM_DRIVERS_DEFAULT="r300,r600,svga,swrast"
649 "i915,nouveau,r300,r600,radeonsi,svga,swrast"
650 @<:@default=r300,r600,swrast@:>@])],
    [all...]
  /external/mesa3d/
configure.ac 644 GALLIUM_DRIVERS_DEFAULT="r300,r600,svga,swrast"
649 "i915,nouveau,r300,r600,radeonsi,svga,swrast"
650 @<:@default=r300,r600,swrast@:>@])],
    [all...]
  /external/chromium_org/third_party/mesa/src/configs/
default 103 GALLIUM_DRIVERS_DIRS = softpipe trace rbug noop identity galahad i915 svga r300 nvfx nv50
  /external/chromium_org/third_party/sqlite/src/test/
triggerD.test 153 CREATE TRIGGER main.r300 AFTER INSERT ON t300 BEGIN
  /external/mesa3d/configs/
default 103 GALLIUM_DRIVERS_DIRS = softpipe trace rbug noop identity galahad i915 svga r300 nvfx nv50

Completed in 1466 milliseconds

1 2 3 4 5 67 8 9