/external/mesa3d/src/gallium/drivers/r300/ |
r300_cs.h | 55 debug_printf("r300: Warning: cs_count off by %d at (%s, %s:%i)\n", \
|
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/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>
|
relnotes-7.10.1.html | 358 <li>r300/compiler: Disable register rename pass on r500</li> 359 <li>r300/compiler: Don't erase sources when converting RGB->Alpha</li>
|
relnotes-9.0.2.html | 257 <li>r300: Don't disable destination read if the src blend factor needs it</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
|
r300_fragprog.c | 61 struct r300_fragment_program_code *code = &compiler->code->code.r300;
|
radeon_pair_regalloc.c | 290 * r300 and r400 can't swizzle the result of a TEX lookup. */ 297 /* Check if it is possible to do swizzle packing for r300/r400
|
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/gallium/winsys/radeon/drm/ |
radeon_drm_winsys.c | 228 ws->gen = R300; 262 if (ws->gen == R300) {
|
radeon_winsys.h | 29 /* R300 features in DRM.
|
/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/mesa3d/configs/ |
default | 103 GALLIUM_DRIVERS_DIRS = softpipe trace rbug noop identity galahad i915 svga r300 nvfx nv50
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_common_context.h | 420 /* Derived state - for r300 only */
|
/external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/pinetrail/ |
graphics_PiglitBVT_5.sh | 124 run_test "spec/!OpenGL 1.1/r300-readcache" 0.0 "bin/r300-readcache -auto"
|
/external/kernel-headers/original/uapi/drm/ |
radeon_drm.h | 217 /* Commands understood by cmd_buffer ioctl for R300. [all...] |
/external/libdrm/include/drm/ |
radeon_drm.h | 217 /* Commands understood by cmd_buffer ioctl for R300. [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/ |
radeon_drm.h | 217 /* Commands understood by cmd_buffer ioctl for R300. 913 #define RADEON_INFO_WANT_CMASK 0x08 /* get access to CMASK on r300 */ [all...] |