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

/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp57 MIRROR_MODE_Y = (1<<1), enumerator in enum:vkt::api::__anon3719::MirrorMode
58 MIRROR_MODE_XY = MIRROR_MODE_X | MIRROR_MODE_Y,
2010 rotMatrix(1,1) = (mirrorMode & MIRROR_MODE_Y) ? -1.0f : 1.0f;
2013 const int yOffset = (mirrorMode & MIRROR_MODE_Y) ? dst.getHeight() - 1 : 0;
2073 return MIRROR_MODE_Y;
2092 (source == MIRROR_MODE_Y && destination == MIRROR_MODE_NONE) || (destination == MIRROR_MODE_Y && source == MIRROR_MODE_NONE))
2094 return MIRROR_MODE_Y;
2096 else if ((source == MIRROR_MODE_XY && destination == MIRROR_MODE_Y) || (destination == MIRROR_MODE_XY && source == MIRROR_MODE_Y) ||
[all...]

Completed in 230 milliseconds