Home
last modified time | relevance | path

Searched refs:dePop32 (Results 1 – 16 of 16) sorted by relevance

/external/deqp/framework/delibs/debase/
DdeInt32Test.c115 DE_TEST_ASSERT(dePop32(0u) == 0); in deInt32_selfTest()
116 DE_TEST_ASSERT(dePop32(~0u) == 32); in deInt32_selfTest()
117 DE_TEST_ASSERT(dePop32(0xFF) == 8); in deInt32_selfTest()
118 DE_TEST_ASSERT(dePop32(0xFF00FF) == 16); in deInt32_selfTest()
119 DE_TEST_ASSERT(dePop32(0x3333333) == 14); in deInt32_selfTest()
120 DE_TEST_ASSERT(dePop32(0x33333333) == 16); in deInt32_selfTest()
125 DE_TEST_ASSERT(dePop32(1u<<numBits) == 1); in deInt32_selfTest()
126 DE_TEST_ASSERT(dePop32(~(1u<<numBits)) == 31); in deInt32_selfTest()
DdeInt32.h475 DE_INLINE int dePop32 (deUint32 a) in dePop32() function
493 return dePop32((deUint32)(a & 0xffffffffull)) + dePop32((deUint32)(a >> 32)); in dePop64()
/external/deqp/framework/delibs/dethread/win32/
DdeThreadWin32.c172 dst->numLogicalCores += dePop32(cur->ProcessorMask); in parseWin32ProcessorInfo()
/external/deqp/modules/gles31/functional/
Des31fShaderIntegerFunctionTests.cpp920 const int minRef = dePop32(value&countMask); in compare()
921 const int maxRef = dePop32(value); in compare()
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingComplexControlFlowTests.cpp309 if (shaderCount != (deUint32)dePop32(m_shaders) + (deUint32)dePop32(m_shaders2)) in RayTracingComplexControlFlowInstance()
DvktRayTracingMemGuaranteeTests.cpp193 if (shaderCount != m_extraCallShaders + (deUint32)dePop32(m_shaders)) in RayTracingBuildTestInstance()
DvktRayTracingBuiltinTests.cpp257 if (shaderCount != (deUint32)dePop32(m_shaders)) in RayTracingBuiltinLaunchTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderIntegerFunctionTests.cpp1106 const int minRef = dePop32(value&countMask); in compare()
1107 const int maxRef = dePop32(value); in compare()
/external/deqp/external/vulkancts/modules/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp1314 DE_ASSERT(dePop32(aspectFlags) == 1); in generateReferenceImage()
1593 DE_ASSERT(dePop32(aspectFlags) == 1); in generateReferenceImage()
1793 DE_ASSERT(dePop32(aspectFlags) == 1); in generateReferenceImage()
/external/deqp/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryWatertightnessTests.cpp864 if (shaderCount != (deUint32)dePop32(shaders)) in initConfiguration()
1412 if (shaderCount != (deUint32)dePop32(m_shaders)) in initConfiguration()
DvktRayQueryBuiltinTests.cpp944 if (shaderCount != (deUint32)dePop32(shaders)) in initConfiguration()
1492 if (shaderCount != (deUint32)dePop32(m_shaders)) in initConfiguration()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSurfaceTests.cpp527 results.check(dePop32(capabilities.currentTransform) != 0, in validateSurfaceCapabilities()
/external/deqp/external/openglcts/modules/common/
DglcUniformBlockCase.cpp66 DE_ASSERT(dePop32(fmt.flags & (PRECISION_LOW | PRECISION_MEDIUM | PRECISION_HIGH)) <= 1); in operator <<()
/external/deqp/modules/glshared/
DglsUniformBlockCase.cpp71 DE_ASSERT(dePop32(fmt.flags & (PRECISION_LOW|PRECISION_MEDIUM|PRECISION_HIGH)) <= 1); in operator <<()
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutCase.cpp325 DE_ASSERT(dePop32(fmt.flags & (PRECISION_LOW|PRECISION_MEDIUM|PRECISION_HIGH)) <= 1); in operator <<()
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.cpp272 DE_ASSERT(dePop32(fmt.flags & (PRECISION_LOW|PRECISION_MEDIUM|PRECISION_HIGH)) <= 1); in operator <<()