Searched refs:isl_format_supports_alpha_blending (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_formats.c | 172 supported &= isl_format_supports_alpha_blending(devinfo, rt_format);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_surface_formats.c | 303 (isl_format_supports_alpha_blending(devinfo, render) || is_integer)) {
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_surface_formats.c | 307 (isl_format_supports_alpha_blending(devinfo, render) || is_integer)) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_formats.c | 453 supported &= isl_format_supports_alpha_blending(devinfo, rt_format);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_formats.c | 505 supported &= isl_format_supports_alpha_blending(devinfo, rt_format);
|
| /xsrc/external/mit/MesaLib/dist/docs/isl/ |
| H A D | formats.rst | 206 .. doxygenfunction:: isl_format_supports_alpha_blending
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/isl/ |
| H A D | isl.h | 1455 bool isl_format_supports_alpha_blending(const struct gen_device_info *devinfo,
|
| H A D | isl_format.c | 400 isl_format_supports_alpha_blending(const struct gen_device_info *devinfo, function in typeref:typename:bool
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_formats.c | 589 if (isl_format_supports_alpha_blending(devinfo, plane_format.isl_format))
|
| /xsrc/external/mit/MesaLib/dist/src/intel/isl/ |
| H A D | isl.h | 1800 bool isl_format_supports_alpha_blending(const struct intel_device_info *devinfo,
|
| H A D | isl_format.c | 700 isl_format_supports_alpha_blending(const struct intel_device_info *devinfo, function in typeref:typename:bool
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_formats.c | 628 if (isl_format_supports_alpha_blending(devinfo, plane_format.isl_format))
|
Completed in 21 milliseconds