/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_ioctl.h | 94 if ( rmesa->radeon.dma.flush ) \ 95 rmesa->radeon.dma.flush( rmesa->radeon.glCtx ); \ 106 rmesa->radeon.hw.is_dirty = GL_TRUE; \ 120 rmesa->radeon.hw.is_dirty = GL_TRUE;
|
radeon_tex.c | 287 /* The Radeon's LOD bias is a signed 2's complement value with a 292 min = driQueryOptionb (&rmesa->radeon.optionCache, "no_neg_lod_bias") ? 366 radeon_firevertices(&rmesa->radeon); 367 for ( i = 0 ; i < rmesa->radeon.glCtx->Const.MaxTextureUnits ; i++ ) { 415 t->base.Sampler.MaxAnisotropy = rmesa->radeon.initialMaxAnisotropy; 437 samp->MaxAnisotropy = rmesa->radeon.initialMaxAnisotropy; 442 void radeonInitTextureFuncs( radeonContextPtr radeon, struct dd_function_table *functions ) 444 radeon_init_common_texture_funcs(radeon, functions);
|
radeon_texture.h | 6 * initial release of the Radeon 8500 driver under the XFree86 license. 88 radeon_init_common_texture_funcs(radeonContextPtr radeon,
|
radeon_buffer_objects.h | 36 * Radeon vertex/pixel buffer object, derived from Mesa's gl_buffer_object.
|
radeon_dma.c | 7 initial release of the Radeon 8500 driver under the XFree86 license. 496 radeonContextPtr radeon = RADEON_CONTEXT( ctx ); local 501 if (radeon->dma.flush) { 502 radeon->dma.flush(radeon->glCtx); 504 for (i = 0; i < radeon->tcl.aos_count; i++) { 505 if (radeon->tcl.aos[i].bo) { 506 radeon_bo_unref(radeon->tcl.aos[i].bo); 507 radeon->tcl.aos[i].bo = NULL;
|
radeon_span.h | 8 initial release of the Radeon 8500 driver under the XFree86 license.
|
radeon_tex.h | 52 extern void radeonInitTextureFuncs( radeonContextPtr radeon, struct dd_function_table *functions );
|
radeon_texstate.c | 613 radeonContextPtr radeon; local 619 radeon = pDRICtx->driverPrivate; 622 texUnit = _mesa_get_current_tex_unit(radeon->glCtx); 623 texObj = _mesa_select_tex_object(radeon->glCtx, texUnit, target); 624 texImage = _mesa_get_tex_image(radeon->glCtx, texObj, target, 0); 639 _mesa_lock_texture(radeon->glCtx, texObj); 684 _mesa_init_teximage_fields(radeon->glCtx, texImage, 709 _mesa_unlock_texture(radeon->glCtx, texObj); 749 if (rmesa->radeon.TclFallback & (RADEON_TCL_FALLBACK_TEXGEN_0<<unit)) { 750 TCL_FALLBACK( rmesa->radeon.glCtx, (RADEON_TCL_FALLBACK_TEXGEN_0<<unit), GL_FALSE) [all...] |
radeon_state.c | 499 rrb = radeon_get_colorbuffer(&rmesa->radeon); 542 if (rmesa->radeon.TclFallback) { 633 if (rmesa->radeon.TclFallback) { 1064 if (rmesa->radeon.TclFallback) { [all...] |
/external/mesa3d/docs/ |
relnotes-7.6.html | 57 <li>Rewritten radeon/r200/r300 driver using a buffer manager 58 <li>radeon/r200/r300 GL_EXT_framebuffer_object support when used with 60 <li>radeon/r200/r300 support for GL_ARB_occlusion_query</li>
|
relnotes-7.8.3.html | 46 <li>The radeon driver should use less memory when searching for a valid mip 74 <li>A radeon-specific issue with <TT>glCopyTex(Sub)Image</TT> was 76 <li>radeon/wine: flush command stream in more cases, fixing wine d3d9 81 <li>radeon: avoid flushing when the context is not current.</li>
|
/external/mesa3d/src/gallium/targets/egl-static/ |
Makefile | 112 ifneq ($(findstring radeon/drm,$(GALLIUM_WINSYS_DIRS)),) 116 $(TOP)/src/gallium/winsys/radeon/drm/libradeonwinsys.a \ 123 ifneq ($(findstring radeon/drm,$(GALLIUM_WINSYS_DIRS)),) 127 $(TOP)/src/gallium/winsys/radeon/drm/libradeonwinsys.a \ 134 ifneq ($(findstring radeon/drm,$(GALLIUM_WINSYS_DIRS)),) 138 $(TOP)/src/gallium/winsys/radeon/drm/libradeonwinsys.a \
|
egl.c | 117 /* for radeon */ 155 else if (util_strcmp(version->name, "radeon") == 0) { 166 _eglLog(_EGL_WARNING, "failed to get info for radeon");
|
/external/mesa3d/src/gallium/ |
SConscript | 115 'winsys/radeon/drm/SConscript', 169 #'targets/xorg-radeon/SConscript',
|
/external/mesa3d/include/pci_ids/ |
pci_id_driver_map.h | 69 { 0x1002, "radeon", r100_chip_ids, ARRAY_SIZE(r100_chip_ids) },
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_maos.h | 5 initial release of the Radeon 8500 driver under the XFree86 license.
|
r200_tex.c | 5 initial release of the Radeon 8500 driver under the XFree86 license. 336 min = driQueryOptionb (&rmesa->radeon.optionCache, "no_neg_lod_bias") ? 424 radeon_firevertices(&rmesa->radeon); 425 for ( i = 0 ; i < rmesa->radeon.glCtx->Const.MaxTextureUnits ; i++ ) { 481 t->base.Sampler.MaxAnisotropy = rmesa->radeon.initialMaxAnisotropy; 498 samp->MaxAnisotropy = rmesa->radeon.initialMaxAnisotropy; 504 void r200InitTextureFuncs( radeonContextPtr radeon, struct dd_function_table *functions ) 510 radeon_init_common_texture_funcs(radeon, functions);
|
/external/mesa3d/src/gallium/winsys/radeon/drm/ |
radeon_drm_winsys.c | 137 fprintf(stderr, "radeon: Acquired Hyper-Z.\n"); 143 fprintf(stderr, "radeon: Released Hyper-Z.\n"); 164 fprintf(stderr, "radeon: Failed to get %s, error number %d\n", 188 * non-Radeon card. 244 fprintf(stderr, "radeon: Invalid PCI ID.\n"); 252 fprintf(stderr, "radeon: Failed to get MM info, error number %d\n",
|
radeon_drm_bo.c | 483 fprintf(stderr, "radeon: gem_mmap failed: %p 0x%08X\n", 492 fprintf(stderr, "radeon: mmap failed, errno: %i\n", errno); 559 fprintf(stderr, "radeon: Failed to allocate a buffer:\n"); 560 fprintf(stderr, "radeon: size : %d bytes\n", size); 561 fprintf(stderr, "radeon: alignment : %d bytes\n", desc->alignment); 562 fprintf(stderr, "radeon: domains : %d\n", args.initial_domain); 596 fprintf(stderr, "radeon: Failed to allocate a buffer:\n"); 597 fprintf(stderr, "radeon: size : %d bytes\n", size); 598 fprintf(stderr, "radeon: alignment : %d bytes\n", desc->alignment); 599 fprintf(stderr, "radeon: domains : %d\n", args.initial_domain) [all...] |
/external/libdrm/ |
Makefile.am | 29 --enable-radeon \ 59 RADEON_SUBDIR = radeon
|
/external/llvm/lib/Target/AMDGPU/ |
AMDGPUCallingConv.td | 1 //===---- AMDCallingConv.td - Calling Conventions for Radeon GPUs ---------===// 10 // This describes the calling conventions for the AMD Radeon GPUs.
|
/external/mesa3d/src/mesa/drivers/dri/radeon/server/ |
radeon_dri.h | 3 * \brief Radeon server-side structures. 59 * \brief Radeon DRI driver private data.
|
/external/drm_gralloc/pci_ids/ |
pci_id_driver_map.h | 74 { 0x1002, "radeon", r100_chip_ids, ARRAY_SIZE(r100_chip_ids) },
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
radeonsi_resource.h | 30 #include "../../winsys/radeon/drm/radeon_winsys.h"
|
/external/drm_gralloc/ |
gralloc_drm_radeon.c | 30 #define LOG_TAG "GRALLOC-RADEON" 43 #include "radeon/radeon.h" 44 #include "radeon/radeon_chipinfo_gen.h"
|