Searched refs:UI32 (Results 1 - 1 of 1) sorted by relevance
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTexture.cpp | 1131 #define UI32(OFFS, COUNT) ((*((const deUint32*)pixelPtr) >> (OFFS)) & ((1<<(COUNT))-1)) in getPixel() macro 1132 #define SI32(OFFS, COUNT) signExtend(UI32(OFFS, COUNT), (COUNT)) in getPixel() 1135 #define UN32(OFFS, COUNT) channelToUnormFloat(UI32(OFFS, COUNT), (COUNT)) in getPixel() 1136 #define SN32(OFFS, COUNT) channelToSnormFloat(UI32(OFFS, COUNT), (COUNT)) in getPixel() 1155 case TextureFormat::UNSIGNED_INT_1010102_REV: return swizzleGe( UVec4(UI32(0, 10), UI32(10, 10), UI32(20, 10), UI32(30, 2)), m_format.order, TextureFormat::RGBA).cast<float>(); in getPixel() 1161 return Vec4(Float11(UI32(0, 11)).asFloat(), Float11(UI32(1 in getPixel() 1174 #undef UI32 getPixel() macro [all...] |
Completed in 5 milliseconds