Searched refs:itype (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_memcpy.c191 #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 Dnir_gather_xfb_info.c244 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 Dnir_gather_xfb_info.c244 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 Dsis_memcpy.c292 #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 Dxgi_memcpy.c333 #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 Dread.c1431 int itype = *ptr; local in function:LispParseNumber
1440 *ptype = itype;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c494 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);

Completed in 13 milliseconds