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:geometryNdx
(Results
1 - 13
of
13
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H
A
D
vktRayQueryBuiltinTests.cpp
1948
for (size_t
geometryNdx
= 0;
geometryNdx
< geometriesGroupCount; ++
geometryNdx
)
in initAccelerationStructures()
2107
for (deUint32
geometryNdx
= 0;
geometryNdx
< geometriesGroupCount; ++
geometryNdx
)
in initAccelerationStructures()
2267
for (deUint32
geometryNdx
= 0;
geometryNdx
< geometriesGroupCount; ++
geometryNdx
)
in initAccelerationStructures()
2391
for (deUint32
geometryNdx
in initAccelerationStructures()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H
A
D
vktRayQueryBuiltinTests.cpp
1928
for (size_t
geometryNdx
= 0;
geometryNdx
< geometriesGroupCount; ++
geometryNdx
)
in initAccelerationStructures()
2087
for (deUint32
geometryNdx
= 0;
geometryNdx
< geometriesGroupCount; ++
geometryNdx
)
in initAccelerationStructures()
2247
for (deUint32
geometryNdx
= 0;
geometryNdx
< geometriesGroupCount; ++
geometryNdx
)
in initAccelerationStructures()
2371
for (deUint32
geometryNdx
in initAccelerationStructures()
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H
A
D
vkRayTracingUtil.cpp
765
for (size_t
geometryNdx
= 0;
geometryNdx
< geometriesData.size(); ++
geometryNdx
)
in getVertexBufferSize()
766
bufferSizeBytes += deAlignSize(geometriesData[
geometryNdx
]->getVertexByteSize(),8);
in getVertexBufferSize()
797
for (size_t
geometryNdx
= 0;
geometryNdx
< geometriesData.size(); ++
geometryNdx
)
in updateVertexBuffer()
799
const void* geometryPtr = geometriesData[
geometryNdx
]->getVertexPointer();
in updateVertexBuffer()
800
const size_t geometryPtrSize = geometriesData[
geometryNdx
]->getVertexByteSize();
in updateVertexBuffer()
818
for (size_t
geometryNdx
in getIndexBufferSize()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H
A
D
vktRayTracingBuildIndirectTests.cpp
393
for (size_t
geometryNdx
= 0;
geometryNdx
< m_data.geometriesGroupCount; ++
geometryNdx
)
in initBottomAccelerationStructure()
410
const float z = (n % HIT_MISS_PATTERN == 0) ? +1.0f : (float(
geometryNdx
) + 0.25f) / float(m_data.geometriesGroupCount);
in initBottomAccelerationStructure()
H
A
D
vktRayTracingBuildLargeTests.cpp
315
for (size_t
geometryNdx
= 0;
geometryNdx
< m_data.geometriesGroupCount; ++
geometryNdx
)
in initBottomAccelerationStructure()
H
A
D
vktRayTracingBuildTests.cpp
320
for (size_t
geometryNdx
= 0;
geometryNdx
< m_data.geometriesGroupCount; ++
geometryNdx
)
in initBottomAccelerationStructure()
H
A
D
vktRayTracingMemGuaranteeTests.cpp
570
for (size_t
geometryNdx
= 0;
geometryNdx
< m_data.geometriesGroupCount; ++
geometryNdx
)
in initBottomAccelerationStructure()
H
A
D
vktRayTracingBuiltinTests.cpp
1297
for (size_t
geometryNdx
= 0;
geometryNdx
< m_data.geometriesGroupCount; ++
geometryNdx
)
in initBottomAccelerationStructure()
1349
for (size_t
geometryNdx
= 0;
geometryNdx
< m_data.geometriesGroupCount; ++
geometryNdx
)
in initBottomAccelerationStructure()
1351
const bool cw = ((
geometryNdx
& 1) == 0) ? true : false;
in initBottomAccelerationStructure()
1352
std::vector<tcu::Vec3>& geometryData = ((
geometryNdx
& 2) == 0) ? geometryDataOpaque : geometryDataNonOpaque;
in initBottomAccelerationStructure()
1463
for (size_t
geometryNdx
= 0;
geometryNdx
< m_dat
in initBottomAccelerationStructure()
1978
const deUint32
geometryNdx
= n / m_data.squaresGroupCount;
expectedIntValuesBuffer()
local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H
A
D
vktRayTracingBuildIndirectTests.cpp
393
for (size_t
geometryNdx
= 0;
geometryNdx
< m_data.geometriesGroupCount; ++
geometryNdx
)
in initBottomAccelerationStructure()
410
const float z = (n % HIT_MISS_PATTERN == 0) ? +1.0f : (float(
geometryNdx
) + 0.25f) / float(m_data.geometriesGroupCount);
in initBottomAccelerationStructure()
H
A
D
vktRayTracingBuiltinTests.cpp
1286
for (size_t
geometryNdx
= 0;
geometryNdx
< m_data.geometriesGroupCount; ++
geometryNdx
)
in initBottomAccelerationStructure()
1338
for (size_t
geometryNdx
= 0;
geometryNdx
< m_data.geometriesGroupCount; ++
geometryNdx
)
in initBottomAccelerationStructure()
1340
const bool cw = ((
geometryNdx
& 1) == 0) ? true : false;
in initBottomAccelerationStructure()
1341
std::vector<tcu::Vec3>& geometryData = ((
geometryNdx
& 2) == 0) ? geometryDataOpaque : geometryDataNonOpaque;
in initBottomAccelerationStructure()
1452
for (size_t
geometryNdx
= 0;
geometryNdx
< m_dat
in initBottomAccelerationStructure()
1963
const deUint32
geometryNdx
= n / m_data.squaresGroupCount;
expectedIntValuesBuffer()
local
[all...]
H
A
D
vktRayTracingBuildLargeTests.cpp
315
for (size_t
geometryNdx
= 0;
geometryNdx
< m_data.geometriesGroupCount; ++
geometryNdx
)
in initBottomAccelerationStructure()
H
A
D
vktRayTracingBuildTests.cpp
320
for (size_t
geometryNdx
= 0;
geometryNdx
< m_data.geometriesGroupCount; ++
geometryNdx
)
in initBottomAccelerationStructure()
H
A
D
vktRayTracingMemGuaranteeTests.cpp
570
for (size_t
geometryNdx
= 0;
geometryNdx
< m_data.geometriesGroupCount; ++
geometryNdx
)
in initBottomAccelerationStructure()
Completed in 40 milliseconds