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:BlasPtr
(Results
1 - 6
of
6
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H
A
D
vktRayTracingBuildTests.cpp
130
typedef de::SharedPtr<BottomLevelAccelerationStructure>
BlasPtr
;
typedef in vkt::RayTracing::__anon28501::RayTracingBuildTestInstance
152
void initBottomAccelerationStructure (
BlasPtr
blas,
283
const std::vector<
BlasPtr
>& blases = pool.structures();
310
void RayTracingBuildTestInstance::initBottomAccelerationStructure (
BlasPtr
blas,
in initBottomAccelerationStructure()
371
const std::vector<
BlasPtr
>& blases = pool.structures();
in initBottomAccelerationStructures()
395
const std::vector<
BlasPtr
>& blases = pool.structures();
in verifyAllocationCount()
H
A
D
vktRayTracingAccelerationStructuresTests.cpp
3253
using
BlasPtr
= de::SharedPtr<BottomLevelAccelerationStructure>;
3262
VkCommandBuffer cmdBuffer) ->std::vector<
BlasPtr
>;
3267
const std::vector<
BlasPtr
>& bottoms);
3285
template<> struct ASAllocator<QueryPoolResultsInstance::
BlasPtr
>
3287
typedef QueryPoolResultsInstance::
BlasPtr
BlasPtr
;
typedef
3288
static
BlasPtr
alloc() { return
BlasPtr
(makeBottomLevelAccelerationStructure().release()); }
in alloc()
3396
VkCommandBuffer cmdBuffer) -> std::vector<
BlasPtr
>
3420
std::vector<
BlasPtr
> bottom
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H
A
D
vktRayTracingBuildTests.cpp
130
typedef de::SharedPtr<BottomLevelAccelerationStructure>
BlasPtr
;
typedef in vkt::RayTracing::__anon29690::RayTracingBuildTestInstance
152
void initBottomAccelerationStructure (
BlasPtr
blas,
283
const std::vector<
BlasPtr
>& blases = pool.structures();
310
void RayTracingBuildTestInstance::initBottomAccelerationStructure (
BlasPtr
blas,
in initBottomAccelerationStructure()
371
const std::vector<
BlasPtr
>& blases = pool.structures();
in initBottomAccelerationStructures()
395
const std::vector<
BlasPtr
>& blases = pool.structures();
in verifyAllocationCount()
H
A
D
vktRayTracingAccelerationStructuresTests.cpp
3020
using
BlasPtr
= de::SharedPtr<BottomLevelAccelerationStructure>;
3029
VkCommandBuffer cmdBuffer) ->std::vector<
BlasPtr
>;
3034
const std::vector<
BlasPtr
>& bottoms);
3052
template<> struct ASAllocator<QueryPoolResultsInstance::
BlasPtr
>
3054
typedef QueryPoolResultsInstance::
BlasPtr
BlasPtr
;
typedef
3055
static
BlasPtr
alloc() { return
BlasPtr
(makeBottomLevelAccelerationStructure().release()); }
in alloc()
3163
VkCommandBuffer cmdBuffer) -> std::vector<
BlasPtr
>
3187
std::vector<
BlasPtr
> bottom
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H
A
D
vkRayTracingUtil.hpp
668
typedef de::SharedPtr<BottomLevelAccelerationStructure>
BlasPtr
;
typedef in vk::BottomLevelAccelerationStructurePool
677
BlasPtr
at (deUint32 index) const { return m_structs[index]; }
in at()
678
BlasPtr
operator[] (deUint32 index) const { return m_structs[index]; }
in operator []()
679
auto structures () const -> const std::vector<
BlasPtr
>& { return m_structs; }
693
BlasPtr
add (VkDeviceSize structureSize = 0,
724
std::vector<
BlasPtr
> m_structs;
H
A
D
vkRayTracingUtil.cpp
1813
VkDeviceAddress deviceAddress) -> BottomLevelAccelerationStructurePool::
BlasPtr
1826
const std::vector<BottomLevelAccelerationStructurePool::
BlasPtr
>& structs,
2189
std::vector<
BlasPtr
> buildingOnDevice;
Completed in 26 milliseconds