Searched refs:rgbx (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.0.7.rst90 - st/mesa: Add rgbx handling for fp formats
H A D19.1.1.rst97 - st/mesa: Add rgbx handling for fp formats
H A D21.2.0.rst4047 - zink: add a more direct check for rgbx formats in create_sampler_view hook
4049 - zink: also nope out of any dst alpha blends for rgbx formats
H A D21.3.0.rst3239 - zink: support 16bit rgbx formats
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_formats.c485 enum isl_format rgbx = isl_format_rgb_to_rgbx(plane_format.isl_format); local in function:anv_get_format_plane
486 if (rgbx != ISL_FORMAT_UNSUPPORTED &&
487 isl_format_supports_rendering(devinfo, rgbx)) {
488 plane_format.isl_format = rgbx;
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_formats.c513 enum isl_format rgbx = isl_format_rgb_to_rgbx(plane_format.isl_format); local in function:anv_get_format_plane
514 if (rgbx != ISL_FORMAT_UNSUPPORTED &&
515 isl_format_supports_rendering(devinfo, rgbx)) {
516 plane_format.isl_format = rgbx;
/xsrc/external/mit/MesaLib.old/dist/src/intel/isl/
H A Disl_format.c811 isl_format_rgbx_to_rgba(enum isl_format rgbx) argument
813 assert(isl_format_is_rgbx(rgbx));
815 switch (rgbx) {
838 return rgbx;
/xsrc/external/mit/MesaLib/dist/src/intel/isl/
H A Disl_format.c1114 isl_format_rgbx_to_rgba(enum isl_format rgbx) argument
1116 assert(isl_format_is_rgbx(rgbx));
1118 switch (rgbx) {
1141 return rgbx;

Completed in 22 milliseconds