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

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c164 bld->texel_type, TRUE,
189 struct lp_type border_type = bld->texel_type;
219 bld->texel_type,
2687 struct lp_type vec4_type = bld->texel_type;
3191 bld->texel_type, TRUE,
3230 lp_build_texel_type(struct lp_type texel_type, argument
3239 texel_type = lp_type_int_vec(texel_type.width, texel_type.width * texel_type
4681 struct lp_type texel_type = lp_build_texel_type(params->type, format_desc); local in function:lp_build_img_op_soa
[all...]
H A Dlp_bld_sample_aos.c402 fetch_type = lp_type_uint(bld->texel_type.width);
409 bld->texel_type.length,
660 fetch_type = lp_type_uint(bld->texel_type.width);
662 bld->texel_type.length,
1200 bld->texel_type,
H A Dlp_bld_sample.h419 struct lp_type texel_type; member in struct:lp_build_sample_context
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c162 bld->texel_type, TRUE,
187 struct lp_type border_type = bld->texel_type;
209 bld->texel_type,
2210 struct lp_type vec4_type = bld->texel_type;
2688 bld->texel_type, TRUE,
2847 bld.texel_type = type;
2855 bld.texel_type = lp_type_int_vec(type.width, type.width * type.length);
2858 bld.texel_type = lp_type_uint_vec(type.width, type.width * type.length);
2864 bld.texel_type = lp_type_int_vec(type.width, type.width * type.length);
3007 lp_build_context_init(&bld.texel_bld, gallivm, bld.texel_type);
[all...]
H A Dlp_bld_sample_aos.c402 fetch_type = lp_type_uint(bld->texel_type.width);
409 bld->texel_type.length,
660 fetch_type = lp_type_uint(bld->texel_type.width);
662 bld->texel_type.length,
1204 bld->texel_type,
H A Dlp_bld_sample.h366 struct lp_type texel_type; member in struct:lp_build_sample_context
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c541 struct lp_type texel_type = bld->type; local in function:fs_fb_fetch
545 texel_type = lp_type_int_vec(bld->type.width, bld->type.width * bld->type.length);
548 texel_type = lp_type_uint_vec(bld->type.width, bld->type.width * bld->type.length);
552 texel_type,

Completed in 28 milliseconds