Home
last modified time | relevance | path

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

/third_party/glfw/src/
H A Dlinux_joystick.c123 #define isBitSet(bit, arr) (arr[(bit) / 8] & (1 << ((bit) % 8))) macro
160 if (!isBitSet(EV_ABS, evBits)) in openJoystickDevice()
195 if (!isBitSet(code, keyBits)) in openJoystickDevice()
205 if (!isBitSet(code, absBits)) in openJoystickDevice()
242 #undef isBitSet macro
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalDrawAndClearTests.cpp273 inline bool isBitSet(deUint32 src, int ndx) in isBitSet() function
1124 if (isBitSet(m_testParams.m_beginSequenceBits, drawNdx)) in iterate()
1129 if (isBitSet(m_testParams.m_endSequenceBits, drawNdx)) in iterate()
1213 if (h < step && isBitSet(resultBits, 0)) reference.setPixel(tcu::Vec4(0, 1, 0, 1), w, h); in prepareReferenceImage()
1214 if (h >= step && h < (step * 2) && isBitSet(resultBits, 1)) reference.setPixel(tcu::Vec4(0, 1, 0, 1), w, h); in prepareReferenceImage()
1215 if (h >= (step * 2) && h < (step * 3) && isBitSet(resultBits, 2)) reference.setPixel(tcu::Vec4(0, 1, 0, 1), w, h); in prepareReferenceImage()
1216 if (h >= (step * 3) && isBitSet(resultBits, 3)) reference.setPixel(tcu::Vec4(0, 1, 0, 1), w, h); in prepareReferenceImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/
H A DvktConditionalDrawAndClearTests.cpp272 inline bool isBitSet(deUint32 src, int ndx) in isBitSet() function
1104 if (isBitSet(m_testParams.m_beginSequenceBits, drawNdx)) in iterate()
1109 if (isBitSet(m_testParams.m_endSequenceBits, drawNdx)) in iterate()
1193 if (h < step && isBitSet(resultBits, 0)) reference.setPixel(tcu::Vec4(0, 1, 0, 1), w, h); in prepareReferenceImage()
1194 if (h >= step && h < (step * 2) && isBitSet(resultBits, 1)) reference.setPixel(tcu::Vec4(0, 1, 0, 1), w, h); in prepareReferenceImage()
1195 if (h >= (step * 2) && h < (step * 3) && isBitSet(resultBits, 2)) reference.setPixel(tcu::Vec4(0, 1, 0, 1), w, h); in prepareReferenceImage()
1196 if (h >= (step * 3) && isBitSet(resultBits, 3)) reference.setPixel(tcu::Vec4(0, 1, 0, 1), w, h); in prepareReferenceImage()
/third_party/vk-gl-cts/framework/common/
H A DtcuAstcUtil.cpp67 inline bool isBitSet (deUint32 src, int ndx) in isBitSet() function
246 bool isBitSet (int ndx) const
366 const bool i5 = isBitSet(blockModeData, 5);
395 const bool i8 = isBitSet(blockModeData, 8);
414 const bool h = zeroDH ? 0 : isBitSet(blockModeData, 9);
415 blockMode.isDualPlane = zeroDH ? 0 : isBitSet(blockModeData, 10);
491 const bool isHDRBlock = blockData.isBitSet(9);
559 const deUint32 cemClass = highLevelSelector - (blockData.isBitSet(25 + partNdx) ? 0 : 1);
784 if (isBitSet(a, 5))
1047 const bool m = isBitSet(
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssemblerARM32.cpp171 bool isBitSet(IValueT Bit, IValueT Value) { return (Value & Bit) == Bit; } in isBitSet() function
572 if (!isBitSet(P, Address) && isBitSet(W, Address))
967 if (!IsByte && (Rn == RegARM32::Encoded_Reg_sp) && !isBitSet(P, Address) &&
968 isBitSet(U, Address) && !isBitSet(W, Address) &&
992 if (isBitSet(W, Address)) {
1024 if (isBitSet(W, Address))
1045 if (isBitSet(W, Address)) {
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryExternalMemoryHostTests.cpp57 inline bool isBitSet (deUint32 src, int ndx) in isBitSet() function
269 if (isBitSet(resourceMemoryTypeBits & hostPointerMemoryTypeBits, bitMaskPosition) && in findCompatibleMemoryTypeIndexToTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryExternalMemoryHostTests.cpp57 inline bool isBitSet (deUint32 src, int ndx) in isBitSet() function
269 if (isBitSet(resourceMemoryTypeBits & hostPointerMemoryTypeBits, bitMaskPosition) && in findCompatibleMemoryTypeIndexToTest()

Completed in 16 milliseconds