Searched refs:cbuf_format_desc (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_alpha.c | 52 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()
|
D | lp_bld_alpha.h | 52 const struct util_format_description *cbuf_format_desc,
|
D | lp_state_fs.c | 353 const struct util_format_description *cbuf_format_desc; in generate_fs() local 360 cbuf_format_desc = util_format_description(key->cbuf_format[0]); in generate_fs() 362 lp_build_alpha_test(gallivm, key->alpha.func, type, cbuf_format_desc, in generate_fs() 592 const struct util_format_description *cbuf_format_desc; in generate_fs_loop() local 599 cbuf_format_desc = util_format_description(key->cbuf_format[0]); in generate_fs_loop() 601 lp_build_alpha_test(gallivm, key->alpha.func, type, cbuf_format_desc, in generate_fs_loop()
|