Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:dePop32
(Results
1 - 25
of
28
) sorted by relevance
1
2
/third_party/vk-gl-cts/framework/delibs/debase/
H
A
D
deInt32Test.c
114
/* Test simple inputs for
dePop32
(). */
in deInt32_selfTest()
115
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()
122
/*
dePop32
(): Check exp2(N) values and inverses. */
in deInt32_selfTest()
125
DE_TEST_ASSERT(
dePop32
(1u<<numBits) == 1);
in deInt32_selfTest()
126
DE_TEST_ASSERT(
dePop32
(~(
in deInt32_selfTest()
[all...]
H
A
D
deInt32.h
476
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/
H
A
D
deThreadWin32.c
172
dst->numLogicalCores +=
dePop32
(cur->ProcessorMask);
in parseWin32ProcessorInfo()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H
A
D
vktBindingDescriptorUpdateASTests.cpp
1189
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/
H
A
D
vktBindingDescriptorUpdateASTests.cpp
1189
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/vulkan/ray_tracing/
H
A
D
vktRayTracingMemGuaranteeTests.cpp
193
if (shaderCount != m_extraCallShaders + (deUint32)
dePop32
(m_shaders))
in RayTracingBuildTestInstance()
H
A
D
vktRayTracingComplexControlFlowTests.cpp
309
if (shaderCount != (deUint32)
dePop32
(m_shaders) + (deUint32)
dePop32
(m_shaders2))
in RayTracingComplexControlFlowInstance()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H
A
D
vktRayTracingMemGuaranteeTests.cpp
193
if (shaderCount != m_extraCallShaders + (deUint32)
dePop32
(m_shaders))
in RayTracingBuildTestInstance()
H
A
D
vktRayTracingComplexControlFlowTests.cpp
309
if (shaderCount != (deUint32)
dePop32
(m_shaders) + (deUint32)
dePop32
(m_shaders2))
in RayTracingComplexControlFlowInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H
A
D
vktShaderIntegerFunctionTests.cpp
1078
const int minRef =
dePop32
(value&countMask);
in compare()
1079
const int maxRef =
dePop32
(value);
in compare()
/third_party/vk-gl-cts/modules/gles31/functional/
H
A
D
es31fShaderIntegerFunctionTests.cpp
930
const int minRef =
dePop32
(value&countMask);
in compare()
931
const int maxRef =
dePop32
(value);
in compare()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H
A
D
vktShaderIntegerFunctionTests.cpp
1078
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_query/
H
A
D
vktRayQueryWatertightnessTests.cpp
853
if (shaderCount != (deUint32)
dePop32
(shaders))
in initConfiguration()
1401
if (shaderCount != (deUint32)
dePop32
(m_shaders))
in initConfiguration()
H
A
D
vktRayQueryBuiltinTests.cpp
933
if (shaderCount != (deUint32)
dePop32
(shaders))
in initConfiguration()
1481
if (shaderCount != (deUint32)
dePop32
(m_shaders))
in initConfiguration()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H
A
D
vktRayQueryWatertightnessTests.cpp
833
if (shaderCount != (deUint32)
dePop32
(shaders))
in initConfiguration()
1381
if (shaderCount != (deUint32)
dePop32
(m_shaders))
in initConfiguration()
H
A
D
vktRayQueryBuiltinTests.cpp
913
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/imageless_framebuffer/
H
A
D
vktImagelessFramebufferTests.cpp
1370
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_no_buildgn/vulkan/imageless_framebuffer/
H
A
D
vktImagelessFramebufferTests.cpp
1370
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/openglcts/modules/common/
H
A
D
glcUniformBlockCase.cpp
66
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/wsi/
H
A
D
vktWsiSurfaceTests.cpp
489
results.check(
dePop32
(capabilities.currentTransform) != 0,
in validateSurfaceCapabilities()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H
A
D
vktTransformFeedbackFuzzLayoutCase.cpp
325
DE_ASSERT(
dePop32
(fmt.flags & (PRECISION_LOW|PRECISION_MEDIUM|PRECISION_HIGH)) <= 1);
in operator <<()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
H
A
D
vktUniformBlockCase.cpp
272
DE_ASSERT(
dePop32
(fmt.flags & (PRECISION_LOW|PRECISION_MEDIUM|PRECISION_HIGH)) <= 1);
in operator <<()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H
A
D
vktWsiSurfaceTests.cpp
495
results.check(
dePop32
(capabilities.currentTransform) != 0,
in validateSurfaceCapabilities()
/third_party/vk-gl-cts/modules/glshared/
H
A
D
glsUniformBlockCase.cpp
71
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/
H
A
D
vktTransformFeedbackFuzzLayoutCase.cpp
325
DE_ASSERT(
dePop32
(fmt.flags & (PRECISION_LOW|PRECISION_MEDIUM|PRECISION_HIGH)) <= 1);
in operator <<()
Completed in 82 milliseconds
1
2