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:largestGroup
(Results
1 - 8
of
8
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H
A
D
vktRayTracingBuildTests.cpp
630
const deUint32
largestGroup
= sizes[sizesNdx] * sizes[sizesNdx] / factor / factor;
in buildTest()
local
631
const deUint32 squaresGroupCount = testsNdx == 0 ?
largestGroup
: factor;
in buildTest()
632
const deUint32 geometriesGroupCount = testsNdx == 1 ?
largestGroup
: factor;
in buildTest()
633
const deUint32 instancesGroupCount = testsNdx == 2 ?
largestGroup
: factor;
in buildTest()
661
const deUint32
largestGroup
= sizes[sizesNdx] * sizes[sizesNdx] / factor / factor;
in buildTest()
local
662
const deUint32 squaresGroupCount = testsNdx == 0 ?
largestGroup
: factor;
in buildTest()
663
const deUint32 geometriesGroupCount = testsNdx == 1 ?
largestGroup
: factor;
in buildTest()
664
const deUint32 instancesGroupCount = testsNdx == 2 ?
largestGroup
: factor;
in buildTest()
692
const deUint32
largestGroup
= sizes[sizesNdx] * sizes[sizesNdx] / factor / factor;
in buildTest()
local
693
const deUint32 squaresGroupCount = testsNdx == 0 ?
largestGroup
in buildTest()
[all...]
H
A
D
vktRayTracingBuildLargeTests.cpp
563
const deUint32
largestGroup
= sizes[sizesNdx] * sizes[sizesNdx];
in createBuildLargeShaderSetTests()
local
564
const deUint32 squaresGroupCount =
largestGroup
;
in createBuildLargeShaderSetTests()
578
const std::string testName = de::toString(
largestGroup
);
in createBuildLargeShaderSetTests()
599
const deUint32
largestGroup
= sizes[sizesNdx] * sizes[sizesNdx];
in createBuildLargeShaderSetTests()
local
600
const deUint32 squaresGroupCount =
largestGroup
;
in createBuildLargeShaderSetTests()
614
const std::string testName = de::toString(
largestGroup
);
in createBuildLargeShaderSetTests()
H
A
D
vktRayTracingBuildIndirectTests.cpp
682
const deUint32
largestGroup
= width * height;
in createBuildIndirectTests()
local
683
const deUint32 squaresGroupCount =
largestGroup
;
in createBuildIndirectTests()
H
A
D
vktRayTracingBuiltinTests.cpp
3953
const deUint32
largestGroup
= k * width * height * depth;
in createLaunchTests()
local
3954
const deUint32 squaresGroupCount =
largestGroup
;
in createLaunchTests()
4044
const deUint32
largestGroup
= width * height / geometriesGroupCount / instancesGroupCount;
in createScalarTests()
local
4045
const deUint32 squaresGroupCount =
largestGroup
;
in createScalarTests()
4315
const deUint32
largestGroup
= width * height / geometriesGroupCount / instancesGroupCount;
in createMultiOutputTests()
local
4316
const deUint32 squaresGroupCount =
largestGroup
;
in createMultiOutputTests()
4574
const deUint32
largestGroup
= k * width * height * depth;
in createSpecConstantTests()
local
4575
const deUint32 squaresGroupCount =
largestGroup
;
in createSpecConstantTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H
A
D
vktRayTracingBuildTests.cpp
627
const deUint32
largestGroup
= sizes[sizesNdx] * sizes[sizesNdx] / factor / factor;
in buildTest()
local
628
const deUint32 squaresGroupCount = testsNdx == 0 ?
largestGroup
: factor;
in buildTest()
629
const deUint32 geometriesGroupCount = testsNdx == 1 ?
largestGroup
: factor;
in buildTest()
630
const deUint32 instancesGroupCount = testsNdx == 2 ?
largestGroup
: factor;
in buildTest()
656
const deUint32
largestGroup
= sizes[sizesNdx] * sizes[sizesNdx] / factor / factor;
in buildTest()
local
657
const deUint32 squaresGroupCount = testsNdx == 0 ?
largestGroup
: factor;
in buildTest()
658
const deUint32 geometriesGroupCount = testsNdx == 1 ?
largestGroup
: factor;
in buildTest()
659
const deUint32 instancesGroupCount = testsNdx == 2 ?
largestGroup
: factor;
in buildTest()
685
const deUint32
largestGroup
= sizes[sizesNdx] * sizes[sizesNdx] / factor / factor;
in buildTest()
local
686
const deUint32 squaresGroupCount = testsNdx == 0 ?
largestGroup
in buildTest()
[all...]
H
A
D
vktRayTracingBuildLargeTests.cpp
562
const deUint32
largestGroup
= sizes[sizesNdx] * sizes[sizesNdx];
in createBuildLargeShaderSetTests()
local
563
const deUint32 squaresGroupCount =
largestGroup
;
in createBuildLargeShaderSetTests()
577
const std::string testName = de::toString(
largestGroup
);
in createBuildLargeShaderSetTests()
598
const deUint32
largestGroup
= sizes[sizesNdx] * sizes[sizesNdx];
in createBuildLargeShaderSetTests()
local
599
const deUint32 squaresGroupCount =
largestGroup
;
in createBuildLargeShaderSetTests()
613
const std::string testName = de::toString(
largestGroup
);
in createBuildLargeShaderSetTests()
H
A
D
vktRayTracingBuiltinTests.cpp
2507
const deUint32
largestGroup
= k * width * height * depth;
in createLaunchTests()
local
2508
const deUint32 squaresGroupCount =
largestGroup
;
in createLaunchTests()
2596
const deUint32
largestGroup
= width * height / geometriesGroupCount / instancesGroupCount;
in createScalarTests()
local
2597
const deUint32 squaresGroupCount =
largestGroup
;
in createScalarTests()
2748
const deUint32
largestGroup
= width * height / geometriesGroupCount / instancesGroupCount;
in createRayFlagsTests()
local
2749
const deUint32 squaresGroupCount =
largestGroup
;
in createRayFlagsTests()
2828
const deUint32
largestGroup
= width * height / geometriesGroupCount / instancesGroupCount;
in createMultiOutputTests()
local
2829
const deUint32 squaresGroupCount =
largestGroup
;
in createMultiOutputTests()
2927
const deUint32
largestGroup
= k * width * height * depth;
in createSpecConstantTests()
local
2928
const deUint32 squaresGroupCount =
largestGroup
;
in createSpecConstantTests()
[all...]
H
A
D
vktRayTracingBuildIndirectTests.cpp
681
const deUint32
largestGroup
= width * height;
in createBuildIndirectTests()
local
682
const deUint32 squaresGroupCount =
largestGroup
;
in createBuildIndirectTests()
Completed in 21 milliseconds