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:subCase
(Results
1 - 6
of
6
) sorted by relevance
/third_party/vk-gl-cts/modules/gles31/functional/
H
A
D
es31fComputeShaderBuiltinVarTests.cpp
209
const SubCase&
subCase
= m_subCases[m_subCaseNdx];
in iterate()
local
210
const deUint32 program = getProgram(
subCase
.localSize);
in iterate()
212
const tcu::UVec3 globalSize =
subCase
.localSize*
subCase
.numWorkGroups;
in iterate()
214
const deUint32 numInvocations =
subCase
.localSize[0]*
subCase
.localSize[1]*
subCase
.localSize[2]*
subCase
.numWorkGroups[0]*
subCase
.numWorkGroups[1]*
subCase
in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H
A
D
vktComputeShaderBuiltinVarTests.cpp
206
const SubCase&
subCase
= m_subCases[i];
in initPrograms()
local
209
programCollection.glslSources.add(name.str()) << glu::ComputeSource(genBuiltinVarSource(m_varName, m_varType,
subCase
.localSize(), m_readByComponent).c_str());
in initPrograms()
431
const SubCase&
subCase
= m_subCases[m_subCaseNdx];
in iterate()
local
432
const tcu::UVec3 globalSize =
subCase
.localSize()*
subCase
.numWorkGroups();
in iterate()
436
const deUint32 numInvocations =
subCase
.localSize()[0] *
subCase
.localSize()[1] *
subCase
.localSize()[2] *
subCase
.numWorkGroups()[0] *
subCase
in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H
A
D
vktComputeShaderBuiltinVarTests.cpp
196
const SubCase&
subCase
= m_subCases[i];
in initPrograms()
local
199
programCollection.glslSources.add(name.str()) << glu::ComputeSource(genBuiltinVarSource(m_varName, m_varType,
subCase
.localSize(), m_readByComponent).c_str());
in initPrograms()
419
const SubCase&
subCase
= m_subCases[m_subCaseNdx];
in iterate()
local
420
const tcu::UVec3 globalSize =
subCase
.localSize()*
subCase
.numWorkGroups();
in iterate()
424
const deUint32 numInvocations =
subCase
.localSize()[0] *
subCase
.localSize()[1] *
subCase
.localSize()[2] *
subCase
.numWorkGroups()[0] *
subCase
in iterate()
[all...]
/third_party/vk-gl-cts/modules/internal/
H
A
D
ditFrameworkTests.cpp
696
void runCase (const SubCase&
subCase
)
in runCase()
argument
703
const int width =
subCase
.rtSize.x();
in runCase()
704
const int height =
subCase
.rtSize.y();
in runCase()
705
const int numSamples =
subCase
.rtSize.z();
in runCase()
713
<< "RT size (w, h, #samples) = " <<
subCase
.rtSize << "\n"
in runCase()
714
<< "vtx[0] = " <<
subCase
.vtx[0] << "\n"
in runCase()
715
<< "vtx[1] = " <<
subCase
.vtx[1] << "\n"
in runCase()
716
<< "vtx[2] = " <<
subCase
.vtx[2] << "\n"
in runCase()
717
<< "color = " <<
subCase
.varying
in runCase()
720
clear (interpolated.getAccess(),
subCase
in runCase()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H
A
D
vktSpvAsmInstructionTests.cpp
19739
for (int
subCase
= 0;
subCase
< 2; ++
subCase
)
19778
if (!
subCase
)
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H
A
D
vktSpvAsmInstructionTests.cpp
19644
for (int
subCase
= 0;
subCase
< 2; ++
subCase
)
19683
if (!
subCase
)
Completed in 49 milliseconds