Lines Matching defs:ImageCopyShaderParams
382 struct ImageCopyShaderParams struct
387 int32_t srcOffset[2] = {};
388 int32_t dstOffset[2] = {};
389 int32_t srcMip = 0;
390 int32_t srcLayer = 0;
391 uint32_t flipX = 0;
392 uint32_t flipY = 0;
393 uint32_t premultiplyAlpha = 0;
394 uint32_t unmultiplyAlpha = 0;
395 uint32_t dstHasLuminance = 0;
396 uint32_t dstIsAlpha = 0;
397 uint32_t srcIsSRGB = 0;
398 uint32_t dstIsSRGB = 0;
399 uint32_t dstDefaultChannelsMask = 0;
400 uint32_t rotateXY = 0;