P4 to Git Change 1706391 by gandryey@gera-w8 on 2018/11/13 15:31:20
SWDEV-79445 - OCL generic changes and code clean-up - Remove mapping of some internal CL formats in PAL backend, since it shouldn't need them anymore. Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palblit.cpp#27 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldefs.hpp#43 edit
Αυτή η υποβολή περιλαμβάνεται σε:
@@ -747,7 +747,7 @@ static const FormatConvertion RejectedData[] = {
|
||||
static const FormatConvertion RejectedOrder[] = {
|
||||
{CL_A, CL_R}, {CL_RA, CL_RG}, {CL_LUMINANCE, CL_R}, {CL_INTENSITY, CL_R},
|
||||
{CL_RGB, CL_RGBA}, {CL_BGRA, CL_RGBA}, {CL_ARGB, CL_RGBA}, {CL_sRGB, CL_RGBA},
|
||||
{CL_sRGBx, CL_RGBA}, {CL_sRGBA, CL_RGBA}, {CL_sBGRA, CL_RGBA}};
|
||||
{CL_sRGBx, CL_RGBA}, {CL_sRGBA, CL_RGBA}, {CL_sBGRA, CL_RGBA}, {CL_DEPTH, CL_R}};
|
||||
|
||||
const uint RejectedFormatDataTotal = sizeof(RejectedData) / sizeof(FormatConvertion);
|
||||
const uint RejectedFormatChannelTotal = sizeof(RejectedOrder) / sizeof(FormatConvertion);
|
||||
|
||||
Αναφορά σε νέο ζήτημα
Block a user