| /xsrc/external/mit/xf86-video-openchrome/dist/src/ |
| H A D | via_memcpy.c | 191 #define PREFETCH_FUNC(prefix, itype, ptype, begin, fence) \ 235 itype##_CPY(ptype##_PREFETCH, from, to, dummy, lcnt); \ 250 itype##_CPY(ptype##_PREFETCH, from, to, dummy, lcnt); \ 254 itype##_CPY("#", from, to, dummy, lcnt); \ 260 #define NOPREFETCH_FUNC(prefix, itype, begin, fence) \ 300 itype##_CPY("#", from, to, dummy, lcnt); \
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_gather_xfb_info.c | 244 const struct glsl_type *itype = var->interface_type; local in function:nir_gather_xfb_info_with_varyings 245 unsigned nfields = glsl_get_length(itype); 248 int foffset = glsl_get_struct_field_offset(itype, f); 249 const struct glsl_type *ftype = glsl_get_struct_field(itype, f);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_gather_xfb_info.c | 244 const struct glsl_type *itype = var->interface_type; local in function:nir_gather_xfb_info_with_varyings 245 unsigned nfields = glsl_get_length(itype); 248 int foffset = glsl_get_struct_field_offset(itype, f); 249 const struct glsl_type *ftype = glsl_get_struct_field(itype, f);
|
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sis_memcpy.c | 292 #define PREFETCH_FUNC(prefix,itype,ptype,begin,fence,small) \ 306 itype##_CPY(ptype##_PREFETCH,from,to,dummy,lcnt); \ 316 #define NOPREFETCH_FUNC(prefix,itype,begin,fence,small) \ 328 itype##_CPY("#",from,to,dummy,lcnt); \
|
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | xgi_memcpy.c | 333 #define PREFETCH_FUNC(prefix,itype,ptype,begin,fence,small) \ 349 itype##_CPY(ptype##_PREFETCH,from,to,dummy,lcnt); \ 363 PDEBUG(ErrorF("Jong-PREFETCH_FUNC(prefix,itype,ptype,begin,fence,small)-end...\n")); \ 366 #define NOPREFETCH_FUNC(prefix,itype,begin,fence,small) \ 378 itype##_CPY("#",from,to,dummy,lcnt); \ 384 PDEBUG(ErrorF("Jong-NOPREFETCH_FUNC(prefix,itype,ptype,begin,fence,small)...\n")); \
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| H A D | read.c | 1431 int itype = *ptr; local in function:LispParseNumber 1440 *ptype = itype;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/ |
| H A D | nir_to_tgsi.c | 494 const struct glsl_type *itype = glsl_without_array(var->type); local in function:ntt_setup_uniforms 496 tgsi_texture_type_from_sampler_dim(glsl_get_sampler_dim(itype), 497 glsl_sampler_type_is_array(itype), false);
|