Home
last modified time | relevance | path

Searched refs:cbuf_format_desc (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_alpha.c52 const struct util_format_description *cbuf_format_desc, in lp_build_alpha_test() argument
74 util_format_is_rgba8_variant(cbuf_format_desc)) { in lp_build_alpha_test()
Dlp_bld_alpha.h52 const struct util_format_description *cbuf_format_desc,
Dlp_state_fs.c489 const struct util_format_description *cbuf_format_desc; in generate_fs_loop() local
496 cbuf_format_desc = util_format_description(key->cbuf_format[0]); in generate_fs_loop()
498 lp_build_alpha_test(gallivm, key->alpha.func, type, cbuf_format_desc, in generate_fs_loop()