| /xsrc/external/mit/xf86-video-s3/dist/src/ |
| H A D | s3_pcirename.h | 61 #define PCI_REGION_BASE(_pcidev, _b, _type) \ 62 (((_type) == REGION_MEM) ? (_pcidev)->memBase[(_b)] \ 63 : (_pcidev)->ioBase[(_b)]) 67 #define PCI_REGION_SIZE(_pcidev, _b) \ 68 (((_pcidev)->size[(_b)] > 0) ? (1 << (_pcidev)->size[(_b)]) : 0) 108 #define PCI_REGION_BASE(_pcidev, _b, _type) ((_pcidev)->regions[(_b)].base_addr) 109 #define PCI_REGION_SIZE(_pcidev, _b) ((_pcidev)->regions[(_b)] [all...] |
| /xsrc/external/mit/xf86-video-s3virge/dist/src/ |
| H A D | s3v_pcirename.h | 61 #define PCI_REGION_BASE(_pcidev, _b, _type) \ 62 (((_type) == REGION_MEM) ? (_pcidev)->memBase[(_b)] \ 63 : (_pcidev)->ioBase[(_b)]) 67 #define PCI_REGION_SIZE(_pcidev, _b) \ 68 (((_pcidev)->size[(_b)] > 0) ? (1 << (_pcidev)->size[(_b)]) : 0) 108 #define PCI_REGION_BASE(_pcidev, _b, _type) ((_pcidev)->regions[(_b)].base_addr) 109 #define PCI_REGION_SIZE(_pcidev, _b) ((_pcidev)->regions[(_b)] [all...] |
| /xsrc/external/mit/xf86-video-siliconmotion/dist/src/ |
| H A D | smi_pcirename.h | 61 #define PCI_REGION_BASE(_pcidev, _b, _type) \ 62 (((_type) == REGION_MEM) ? (_pcidev)->memBase[(_b)] \ 63 : (_pcidev)->ioBase[(_b)]) 67 #define PCI_REGION_SIZE(_pcidev, _b) \ 68 (((_pcidev)->size[(_b)] > 0) ? (1 << (_pcidev)->size[(_b)]) : 0) 108 #define PCI_REGION_BASE(_pcidev, _b, _type) ((_pcidev)->regions[(_b)].base_addr) 109 #define PCI_REGION_SIZE(_pcidev, _b) ((_pcidev)->regions[(_b)] [all...] |
| /xsrc/external/mit/xf86-video-tga/dist/src/ |
| H A D | tga_pcirename.h | 61 #define PCI_REGION_BASE(_pcidev, _b, _type) \ 62 (((_type) == REGION_MEM) ? (_pcidev)->memBase[(_b)] \ 63 : (_pcidev)->ioBase[(_b)]) 67 #define PCI_REGION_SIZE(_pcidev, _b) \ 68 (((_pcidev)->size[(_b)] > 0) ? (1 << (_pcidev)->size[(_b)]) : 0) 108 #define PCI_REGION_BASE(_pcidev, _b, _type) ((_pcidev)->regions[(_b)].base_addr) 109 #define PCI_REGION_SIZE(_pcidev, _b) ((_pcidev)->regions[(_b)] [all...] |
| /xsrc/external/mit/xf86-video-trident/dist/src/ |
| H A D | pci_rename.h | 61 #define PCI_REGION_BASE(_pcidev, _b, _type) \ 62 (((_type) == REGION_MEM) ? (_pcidev)->memBase[(_b)] \ 63 : (_pcidev)->ioBase[(_b)]) 67 #define PCI_REGION_SIZE(_pcidev, _b) \ 68 (((_pcidev)->size[(_b)] > 0) ? (1 << (_pcidev)->size[(_b)]) : 0) 108 #define PCI_REGION_BASE(_pcidev, _b, _type) ((_pcidev)->regions[(_b)].base_addr) 109 #define PCI_REGION_SIZE(_pcidev, _b) ((_pcidev)->regions[(_b)] [all...] |
| /xsrc/external/mit/xf86-video-tseng/dist/src/ |
| H A D | tseng_pcirename.h | 61 #define PCI_REGION_BASE(_pcidev, _b, _type) \ 62 (((_type) == REGION_MEM) ? (_pcidev)->memBase[(_b)] \ 63 : (_pcidev)->ioBase[(_b)]) 67 #define PCI_REGION_SIZE(_pcidev, _b) \ 68 (((_pcidev)->size[(_b)] > 0) ? (1 << (_pcidev)->size[(_b)]) : 0) 108 #define PCI_REGION_BASE(_pcidev, _b, _type) ((_pcidev)->regions[(_b)].base_addr) 109 #define PCI_REGION_SIZE(_pcidev, _b) ((_pcidev)->regions[(_b)] [all...] |
| /xsrc/external/mit/xf86-video-i128/dist/src/ |
| H A D | i128pcirename.h | 61 #define PCI_REGION_BASE(_pcidev, _b, _type) \ 62 (((_type) == REGION_MEM) ? (_pcidev)->memBase[(_b)] \ 63 : (_pcidev)->ioBase[(_b)]) 67 #define PCI_REGION_SIZE(_pcidev, _b) \ 68 (((_pcidev)->size[(_b)] > 0) ? (1 << (_pcidev)->size[(_b)]) : 0) 108 #define PCI_REGION_BASE(_pcidev, _b, _type) ((_pcidev)->regions[(_b)].base_addr) 109 #define PCI_REGION_SIZE(_pcidev, _b) ((_pcidev)->regions[(_b)] [all...] |
| /xsrc/external/mit/xf86-video-i740/dist/src/ |
| H A D | i740_pcirename.h | 61 #define PCI_REGION_BASE(_pcidev, _b, _type) \ 62 (((_type) == REGION_MEM) ? (_pcidev)->memBase[(_b)] \ 63 : (_pcidev)->ioBase[(_b)]) 67 #define PCI_REGION_SIZE(_pcidev, _b) \ 68 (((_pcidev)->size[(_b)] > 0) ? (1 << (_pcidev)->size[(_b)]) : 0) 108 #define PCI_REGION_BASE(_pcidev, _b, _type) ((_pcidev)->regions[(_b)].base_addr) 109 #define PCI_REGION_SIZE(_pcidev, _b) ((_pcidev)->regions[(_b)] [all...] |
| /xsrc/external/mit/xf86-video-apm/dist/src/ |
| H A D | apm_pcirename.h | 61 #define PCI_REGION_BASE(_pcidev, _b, _type) \ 62 (((_type) == REGION_MEM) ? (_pcidev)->memBase[(_b)] \ 63 : (_pcidev)->ioBase[(_b)]) 67 #define PCI_REGION_SIZE(_pcidev, _b) \ 68 (((_pcidev)->size[(_b)] > 0) ? (1 << (_pcidev)->size[(_b)]) : 0) 108 #define PCI_REGION_BASE(_pcidev, _b, _type) ((_pcidev)->regions[(_b)].base_addr) 109 #define PCI_REGION_SIZE(_pcidev, _b) ((_pcidev)->regions[(_b)] [all...] |
| /xsrc/external/mit/xf86-video-ast/dist/src/ |
| H A D | ast_pcirename.h | 61 #define PCI_REGION_BASE(_pcidev, _b, _type) \ 62 (((_type) == REGION_MEM) ? (_pcidev)->memBase[(_b)] \ 63 : (_pcidev)->ioBase[(_b)]) 67 #define PCI_REGION_SIZE(_pcidev, _b) \ 68 (((_pcidev)->size[(_b)] > 0) ? (1 << (_pcidev)->size[(_b)]) : 0) 108 #define PCI_REGION_BASE(_pcidev, _b, _type) ((_pcidev)->regions[(_b)].base_addr) 109 #define PCI_REGION_SIZE(_pcidev, _b) ((_pcidev)->regions[(_b)] [all...] |
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | atipcirename.h | 61 #define PCI_REGION_BASE(_pcidev, _b, _type) \ 62 (((_type) == REGION_MEM) ? (_pcidev)->memBase[(_b)] \ 63 : (_pcidev)->ioBase[(_b)]) 67 #define PCI_REGION_SIZE(_pcidev, _b) \ 68 (((_pcidev)->size[(_b)] > 0) ? (1 << (_pcidev)->size[(_b)]) : 0) 108 #define PCI_REGION_BASE(_pcidev, _b, _type) ((_pcidev)->regions[(_b)].base_addr) 109 #define PCI_REGION_SIZE(_pcidev, _b) ((_pcidev)->regions[(_b)] [all...] |
| /xsrc/external/mit/xf86-video-chips/dist/src/ |
| H A D | ct_pcirename.h | 61 #define PCI_REGION_BASE(_pcidev, _b, _type) \ 62 (((_type) == REGION_MEM) ? (_pcidev)->memBase[(_b)] \ 63 : (_pcidev)->ioBase[(_b)]) 67 #define PCI_REGION_SIZE(_pcidev, _b) \ 68 (((_pcidev)->size[(_b)] > 0) ? (1 << (_pcidev)->size[(_b)]) : 0) 108 #define PCI_REGION_BASE(_pcidev, _b, _type) ((_pcidev)->regions[(_b)].base_addr) 109 #define PCI_REGION_SIZE(_pcidev, _b) ((_pcidev)->regions[(_b)] [all...] |
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| H A D | geode_pcirename.h | 61 #define PCI_REGION_BASE(_pcidev, _b, _type) \ 62 (((_type) == REGION_MEM) ? (_pcidev)->memBase[(_b)] \ 63 : (_pcidev)->ioBase[(_b)]) 67 #define PCI_REGION_SIZE(_pcidev, _b) \ 68 (((_pcidev)->size[(_b)] > 0) ? (1 << (_pcidev)->size[(_b)]) : 0) 108 #define PCI_REGION_BASE(_pcidev, _b, _type) ((_pcidev)->regions[(_b)].base_addr) 109 #define PCI_REGION_SIZE(_pcidev, _b) ((_pcidev)->regions[(_b)] [all...] |
| /xsrc/external/mit/xf86-video-mach64/dist/src/ |
| H A D | atipcirename.h | 61 #define PCI_REGION_BASE(_pcidev, _b, _type) \ 62 (((_type) == REGION_MEM) ? (_pcidev)->memBase[(_b)] \ 63 : (_pcidev)->ioBase[(_b)]) 67 #define PCI_REGION_SIZE(_pcidev, _b) \ 68 (((_pcidev)->size[(_b)] > 0) ? (1 << (_pcidev)->size[(_b)]) : 0) 108 #define PCI_REGION_BASE(_pcidev, _b, _type) ((_pcidev)->regions[(_b)].base_addr) 109 #define PCI_REGION_SIZE(_pcidev, _b) ((_pcidev)->regions[(_b)] [all...] |
| /xsrc/external/mit/xf86-video-neomagic/dist/src/ |
| H A D | neo_pcirename.h | 61 #define PCI_REGION_BASE(_pcidev, _b, _type) \ 62 (((_type) == REGION_MEM) ? (_pcidev)->memBase[(_b)] \ 63 : (_pcidev)->ioBase[(_b)]) 67 #define PCI_REGION_SIZE(_pcidev, _b) \ 68 (((_pcidev)->size[(_b)] > 0) ? (1 << (_pcidev)->size[(_b)]) : 0) 108 #define PCI_REGION_BASE(_pcidev, _b, _type) ((_pcidev)->regions[(_b)].base_addr) 109 #define PCI_REGION_SIZE(_pcidev, _b) ((_pcidev)->regions[(_b)] [all...] |
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | atipcirename.h | 63 #define PCI_REGION_BASE(_pcidev, _b, _type) ((_pcidev)->regions[(_b)].base_addr) 64 #define PCI_REGION_SIZE(_pcidev, _b) ((_pcidev)->regions[(_b)].size)
|
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sispcirename.h | 90 #define PCI_REGION_BASE(_pcidev, _b, _type) \ 91 (((_type) == REGION_MEM) ? (_pcidev)->memBase[(_b)] \ 92 : (_pcidev)->ioBase[(_b)]) 96 #define PCI_REGION_SIZE(_pcidev, _b) \ 97 (((_pcidev)->size[(_b)] > 0) ? (1 << (_pcidev)->size[(_b)]) : 0) 137 #define PCI_REGION_BASE(_pcidev, _b, _type) ((_pcidev)->regions[(_b)].base_addr) 138 #define PCI_REGION_SIZE(_pcidev, _b) ((_pcidev)->regions[(_b)] [all...] |
| /xsrc/external/mit/xf86-video-glint/dist/src/ |
| H A D | glintpcirename.h | 61 #define PCI_REGION_BASE(_pcidev, _b, _type) \ 62 (((_type) == REGION_MEM) ? (_pcidev)->memBase[(_b)] \ 63 : (_pcidev)->ioBase[(_b)]) 67 #define PCI_REGION_SIZE(_pcidev, _b) \ 68 (((_pcidev)->size[(_b)] > 0) ? (1 << (_pcidev)->size[(_b)]) : 0) 111 #define PCI_REGION_BASE(_pcidev, _b, _type) ((_pcidev)->regions[(_b)].base_addr) 112 #define PCI_REGION_SIZE(_pcidev, _b) ((_pcidev)->regions[(_b)] [all...] |
| /xsrc/external/mit/xf86-video-r128/dist/src/ |
| H A D | atipcirename.h | 89 #define PCI_REGION_BASE(_pcidev, _b, _type) \ 90 (((_type) == REGION_MEM) ? (_pcidev)->memBase[(_b)] \ 91 : (_pcidev)->ioBase[(_b)]) 95 #define PCI_REGION_SIZE(_pcidev, _b) \ 96 (((_pcidev)->size[(_b)] > 0) ? (1 << (_pcidev)->size[(_b)]) : 0) 136 #define PCI_REGION_BASE(_pcidev, _b, _type) ((_pcidev)->regions[(_b)].base_addr) 137 #define PCI_REGION_SIZE(_pcidev, _b) ((_pcidev)->regions[(_b)] [all...] |
| /xsrc/external/mit/xf86-video-cirrus/dist/src/ |
| H A D | cir_pcirename.h | 88 #define PCI_REGION_BASE(_pcidev, _b, _type) \ 89 (((_type) == REGION_MEM) ? (_pcidev)->memBase[(_b)] \ 90 : (_pcidev)->ioBase[(_b)]) 94 #define PCI_REGION_SIZE(_pcidev, _b) \ 95 (((_pcidev)->size[(_b)] > 0) ? (1 << (_pcidev)->size[(_b)]) : 0) 135 #define PCI_REGION_BASE(_pcidev, _b, _type) ((_pcidev)->regions[(_b)].base_addr) 136 #define PCI_REGION_SIZE(_pcidev, _b) ((_pcidev)->regions[(_b)] [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/rnn/ |
| H A D | util.h | 73 typeof (b) _b = (b); \ 74 _a < _b ? _a : _b; \ 80 typeof (b) _b = (b); \ 81 _a > _b ? _a : _b; \
|
| /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/ |
| H A D | vmwgfx_saa.h | 130 #define _xa_surface_handle(_a, _b, _c) xa_surface_handle(_a, _b, _c) 136 #define _xa_surface_handle(_a, _b, _c) \ 137 xa_surface_handle(_a, xa_handle_type_shared, _b, _c)
|
| /xsrc/external/mit/MesaLib/dist/src/util/format/ |
| H A D | u_format_yuv.h | 63 const float _b = SATURATE(b); local in function:util_format_rgb_float_to_yuv 67 const int _y = scale * ( (0.257f * _r) + (0.504f * _g) + (0.098f * _b)); 68 const int _u = scale * (-(0.148f * _r) - (0.291f * _g) + (0.439f * _b)); 69 const int _v = scale * ( (0.439f * _r) - (0.368f * _g) - (0.071f * _b)); 115 const int _b = (298 * _y + 516 * _u + 128) >> 8; local in function:util_format_yuv_to_rgb_8unorm 119 *b = CLAMP(_b, 0, 255);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/ |
| H A D | builder_tests.cpp | 70 nir_builder *b, _b; member in class:__anonec79332a0110::nir_builder_test 78 _b = nir_builder_init_simple_shader(MESA_SHADER_COMPUTE, &options, "builder test"); 79 b = &_b;
|
| H A D | core_tests.cpp | 38 nir_builder *b, _b; member in class:__anonfc8dbe4c0110::nir_core_test 46 _b = nir_builder_init_simple_shader(MESA_SHADER_COMPUTE, &options, "builder test"); 47 b = &_b;
|