Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dangletypes_unittest.cpp51 ASSERT_EQ(blendStateExt.mMaxEnabledMask.to_ulong(), 1u); in TEST()
61 ASSERT_EQ(blendStateExt.mMaxEnabledMask.to_ulong(), 0xFu); in TEST()
71 ASSERT_EQ(blendStateExt.mMaxEnabledMask.to_ulong(), 0xFFu); in TEST()
85 ASSERT_EQ(blendStateExt.mEnabledMask.to_ulong(), 7u); in TEST()
88 ASSERT_EQ(blendStateExt.mEnabledMask.to_ulong(), 5u); in TEST()
120 ASSERT_EQ(diff.to_ulong(), 23u); in TEST()
149 ASSERT_EQ(diff.to_ulong(), 40u); in TEST()
199 ASSERT_EQ(diff.to_ulong(), 169u); in TEST()
H A DProgramExecutable.cpp518 stream->writeInt(static_cast<uint32_t>(mAttributesTypeMask.to_ulong())); in save()
519 stream->writeInt(static_cast<uint32_t>(mAttributesMask.to_ulong())); in save()
520 stream->writeInt(static_cast<uint32_t>(mActiveAttribLocationsMask.to_ulong())); in save()
616 stream->writeInt(static_cast<int>(mActiveOutputVariablesMask.to_ulong())); in save()
627 stream->writeInt(static_cast<int>(mDrawBufferTypeMask.to_ulong())); in save()
H A DvalidationES.cpp469 auto drawBufferMask = framebuffer->getDrawBufferMask().to_ulong(); in ValidateFragmentShaderColorBufferMaskMatch()
470 auto fragmentOutputMask = program->getExecutable().getActiveOutputVariablesMask().to_ulong(); in ValidateFragmentShaderColorBufferMaskMatch()
480 return ValidateComponentTypeMasks(executable->getFragmentOutputsTypeMask().to_ulong(), in ValidateFragmentShaderColorBufferTypeMatch()
481 framebuffer->getDrawBufferTypeMask().to_ulong(), in ValidateFragmentShaderColorBufferTypeMatch()
482 executable->getActiveOutputVariablesMask().to_ulong(), in ValidateFragmentShaderColorBufferTypeMatch()
483 framebuffer->getDrawBufferMask().to_ulong()); in ValidateFragmentShaderColorBufferTypeMatch()
497 unsigned long stateCurrentValuesTypeBits = glState.getCurrentValuesTypeMask().to_ulong(); in ValidateVertexShaderAttributeTypeMatch()
498 unsigned long vaoAttribTypeBits = vao->getAttributesTypeMask().to_ulong(); in ValidateVertexShaderAttributeTypeMatch()
499 unsigned long vaoAttribEnabledMask = vao->getAttributesMask().to_ulong(); in ValidateVertexShaderAttributeTypeMatch()
506 return ValidateComponentTypeMasks(executable.getAttributesTypeMask().to_ulong(), in ValidateVertexShaderAttributeTypeMatch()
[all...]
H A Dangletypes.h782 uint32_t mask_bits = static_cast<uint32_t>((mask.to_ulong() >> index) & 0x10001);
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dframe_capture_utils.cpp592 json->addScalar("CurrentValuesTypeMask", state.getCurrentValuesTypeMask().to_ulong()); in SerializeContextState()
605 state.getTexturesIncompatibleWithSamplers().to_ulong()); in SerializeContextState()
665 json->addScalar("EnabledClipDistances", state.getEnabledClipDistances().to_ulong()); in SerializeContextState()
667 state.getBlendFuncConstantAlphaDrawBuffers().to_ulong()); in SerializeContextState()
669 state.getBlendFuncConstantColorDrawBuffers().to_ulong()); in SerializeContextState()
973 json->addScalar("ActiveShaders", activeVariable.activeShaders().to_ulong()); in SerializeActiveVariable()
1016 programState.getActiveUniformBlockBindingsMask().to_ulong()); in SerializeProgramState()
1295 json->addScalar("BoundAttributesMask", vertexBinding.getBoundAttributesMask().to_ulong()); in SerializeVertexBindingsVector()
1314 vertexArrayState.getEnabledAttributesMask().to_ulong()); in SerializeVertexArrayState()
1316 vertexArrayState.getVertexAttributesTypeMask().to_ulong()); in SerializeVertexArrayState()
[all...]
/third_party/curl/lib/
H A Dgetinfo.c197 unsigned long *to_ulong; in getinfo_long() member
262 *lptr.to_ulong = data->info.httpauthavail; in getinfo_long()
266 *lptr.to_ulong = data->info.proxyauthavail; in getinfo_long()
/third_party/skia/third_party/externals/dawn/src/common/
H A DBitSetIterator.h122 uint32_t wordBits = static_cast<uint32_t>((mBits & wordMask).to_ulong()); in getNextBit()
H A Dityp_bitset.h111 using Base::to_ulong;
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H A DITypBitsetTests.cpp59 ASSERT_EQ(bits.to_ulong(), mask); in ExpectBits()
/third_party/skia/third_party/externals/angle2/src/common/
H A Dbitset_utils.h154 constexpr unsigned long to_ulong() const { return static_cast<unsigned long>(mBits); } in to_ulong() function in angle::final
630 unsigned long to_ulong() const in to_ulong() function in angle::final
637 return static_cast<unsigned long>(mBaseBitSetArray[0].to_ulong()); in to_ulong()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DVertexArrayVk.cpp503 (*attribBits)[INDEX].to_ulong() == \ in syncState()
H A DUtilsVk.cpp2308 static_cast<uint32_t>(framebuffer->getState().getEnabledDrawBuffers().to_ulong()); in blitResolveImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7914 unsigned ZMask = Zeroable.to_ulong();
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 76 milliseconds