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:globalSizeY
(Results
1 - 8
of
8
) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H
A
D
glcSubgroupsBuiltinVarTests.cpp
114
const deUint32
globalSizeY
=
in checkComputeSubgroupSize()
local
119
((
globalSizeY
*
in checkComputeSubgroupSize()
168
const deUint32
globalSizeY
=
in checkComputeSubgroupInvocationID()
local
173
((
globalSizeY
*
in checkComputeSubgroupInvocationID()
235
const deUint32
globalSizeY
=
in checkComputeNumSubgroups()
local
240
((
globalSizeY
*
in checkComputeNumSubgroups()
288
const deUint32
globalSizeY
=
in checkComputeSubgroupID()
local
293
((
globalSizeY
*
in checkComputeSubgroupID()
H
A
D
glcSubgroupsTestsUtils.cpp
1262
const deUint32
globalSizeY
= numWorkgroups[1] * localSize[1];
in checkCompute()
local
1265
return check(datas, globalSizeX *
globalSizeY
* globalSizeZ, ref);
in checkCompute()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H
A
D
vktSubgroupsBuiltinVarTests.cpp
148
const deUint32
globalSizeY
=
in checkComputeSubgroupSize()
local
153
((
globalSizeY
*
in checkComputeSubgroupSize()
206
const deUint32
globalSizeY
=
in checkComputeSubgroupInvocationID()
local
211
((
globalSizeY
*
in checkComputeSubgroupInvocationID()
275
const deUint32
globalSizeY
=
in checkComputeNumSubgroups()
local
280
((
globalSizeY
*
in checkComputeNumSubgroups()
330
const deUint32
globalSizeY
=
in checkComputeSubgroupID()
local
335
((
globalSizeY
*
in checkComputeSubgroupID()
H
A
D
vktSubgroupsSizeControlTests.cpp
213
const deUint32
globalSizeY
= numWorkgroups[1] * localSize[1];
in checkCompute()
local
215
const deUint32 width = globalSizeX *
globalSizeY
* globalSizeZ;
in checkCompute()
256
const deUint32
globalSizeY
= numWorkgroups[1] * localSize[1];
in checkComputeRequireFull()
local
258
const deUint32 width = globalSizeX *
globalSizeY
* globalSizeZ;
in checkComputeRequireFull()
H
A
D
vktSubgroupsTestsUtils.cpp
2883
const deUint32
globalSizeY
= numWorkgroups[1] * localSize[1];
in checkComputeOrMesh()
local
2886
return check(datas, globalSizeX *
globalSizeY
* globalSizeZ, ref);
in checkComputeOrMesh()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H
A
D
vktSubgroupsBuiltinVarTests.cpp
148
const deUint32
globalSizeY
=
in checkComputeSubgroupSize()
local
153
((
globalSizeY
*
in checkComputeSubgroupSize()
206
const deUint32
globalSizeY
=
in checkComputeSubgroupInvocationID()
local
211
((
globalSizeY
*
in checkComputeSubgroupInvocationID()
275
const deUint32
globalSizeY
=
in checkComputeNumSubgroups()
local
280
((
globalSizeY
*
in checkComputeNumSubgroups()
330
const deUint32
globalSizeY
=
in checkComputeSubgroupID()
local
335
((
globalSizeY
*
in checkComputeSubgroupID()
H
A
D
vktSubgroupsSizeControlTests.cpp
212
const deUint32
globalSizeY
= numWorkgroups[1] * localSize[1];
in checkCompute()
local
214
const deUint32 width = globalSizeX *
globalSizeY
* globalSizeZ;
in checkCompute()
256
const deUint32
globalSizeY
= numWorkgroups[1] * localSize[1];
in checkComputeRequireFull()
local
258
const deUint32 width = globalSizeX *
globalSizeY
* globalSizeZ;
in checkComputeRequireFull()
H
A
D
vktSubgroupsTestsUtils.cpp
2871
const deUint32
globalSizeY
= numWorkgroups[1] * localSize[1];
in checkComputeOrMesh()
local
2874
return check(datas, globalSizeX *
globalSizeY
* globalSizeZ, ref);
in checkComputeOrMesh()
Completed in 28 milliseconds