Home
last modified time | relevance | path

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

12

/third_party/vk-gl-cts/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.h476 DE_INLINE int dePop32 (deUint32 a) in dePop32() function
494 return dePop32((deUint32)(a & 0xffffffffull)) + dePop32((deUint32)(a >> 32)); in dePop64()
/third_party/vk-gl-cts/framework/delibs/dethread/win32/
DdeThreadWin32.c172 dst->numLogicalCores += dePop32(cur->ProcessorMask); in parseWin32ProcessorInfo()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorUpdateASTests.cpp1189 if (shaderCount != (deUint32)dePop32(shaders)) in initPipeline()
1657 if (shaderCount != (deUint32)dePop32(m_shaders)) in initPipeline()
2060 if (shaderCount != (deUint32)(dePop32(m_shaders) + dePop32(shaders0))) in initPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
DvktBindingDescriptorUpdateASTests.cpp1189 if (shaderCount != (deUint32)dePop32(shaders)) in initPipeline()
1657 if (shaderCount != (deUint32)dePop32(m_shaders)) in initPipeline()
2060 if (shaderCount != (deUint32)(dePop32(m_shaders) + dePop32(shaders0))) in initPipeline()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fShaderIntegerFunctionTests.cpp930 const int minRef = dePop32(value&countMask); in compare()
931 const int maxRef = dePop32(value); in compare()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderIntegerFunctionTests.cpp1078 const int minRef = dePop32(value&countMask); in compare()
1079 const int maxRef = dePop32(value); in compare()
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
DvktShaderIntegerFunctionTests.cpp1078 const int minRef = dePop32(value&countMask); in compare()
1079 const int maxRef = dePop32(value); in compare()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp1370 DE_ASSERT(dePop32(aspectFlags) == 1); in generateReferenceImage()
1649 DE_ASSERT(dePop32(aspectFlags) == 1); in generateReferenceImage()
1849 DE_ASSERT(dePop32(aspectFlags) == 1); in generateReferenceImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp1370 DE_ASSERT(dePop32(aspectFlags) == 1); in generateReferenceImage()
1649 DE_ASSERT(dePop32(aspectFlags) == 1); in generateReferenceImage()
1849 DE_ASSERT(dePop32(aspectFlags) == 1); in generateReferenceImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryWatertightnessTests.cpp833 if (shaderCount != (deUint32)dePop32(shaders)) in initConfiguration()
1381 if (shaderCount != (deUint32)dePop32(m_shaders)) in initConfiguration()
DvktRayQueryBuiltinTests.cpp913 if (shaderCount != (deUint32)dePop32(shaders)) in initConfiguration()
1461 if (shaderCount != (deUint32)dePop32(m_shaders)) in initConfiguration()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
DvktRayQueryWatertightnessTests.cpp833 if (shaderCount != (deUint32)dePop32(shaders)) in initConfiguration()
1381 if (shaderCount != (deUint32)dePop32(m_shaders)) in initConfiguration()
DvktRayQueryBuiltinTests.cpp913 if (shaderCount != (deUint32)dePop32(shaders)) in initConfiguration()
1461 if (shaderCount != (deUint32)dePop32(m_shaders)) in initConfiguration()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
DvktWsiSurfaceTests.cpp489 results.check(dePop32(capabilities.currentTransform) != 0, in validateSurfaceCapabilities()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
DvktWsiSurfaceTests.cpp489 results.check(dePop32(capabilities.currentTransform) != 0, in validateSurfaceCapabilities()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcUniformBlockCase.cpp66 DE_ASSERT(dePop32(fmt.flags & (PRECISION_LOW | PRECISION_MEDIUM | PRECISION_HIGH)) <= 1); in operator <<()
/third_party/vk-gl-cts/modules/glshared/
DglsUniformBlockCase.cpp71 DE_ASSERT(dePop32(fmt.flags & (PRECISION_LOW|PRECISION_MEDIUM|PRECISION_HIGH)) <= 1); in operator <<()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutCase.cpp325 DE_ASSERT(dePop32(fmt.flags & (PRECISION_LOW|PRECISION_MEDIUM|PRECISION_HIGH)) <= 1); in operator <<()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutCase.cpp325 DE_ASSERT(dePop32(fmt.flags & (PRECISION_LOW|PRECISION_MEDIUM|PRECISION_HIGH)) <= 1); in operator <<()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.cpp272 DE_ASSERT(dePop32(fmt.flags & (PRECISION_LOW|PRECISION_MEDIUM|PRECISION_HIGH)) <= 1); in operator <<()

12