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:getDeqpContext
(Results
1 - 15
of
15
) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H
A
D
glcSubgroupsTestsUtils.cpp
50
tcu::TestLog& log = context->
getDeqpContext
().getTestContext().getLog();
in debugCallback()
178
tcu::TestLog& log = context.
getDeqpContext
().getTestContext().getLog();
in makeGraphicsPipeline()
185
context.
getDeqpContext
().getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader") ?
in makeGraphicsPipeline()
268
program = new glu::ShaderProgram(context.
getDeqpContext
().getRenderContext().getFunctions(), sources);
in makeGraphicsPipeline()
284
program = new glu::ShaderProgram(context.
getDeqpContext
().getRenderContext().getFunctions(), binaries);
in makeGraphicsPipeline()
304
tcu::TestLog& log = context.
getDeqpContext
().getTestContext().getLog();
in makeComputePipeline()
341
program = new glu::ShaderProgram(context.
getDeqpContext
().getRenderContext().getFunctions(), sources);
in makeComputePipeline()
348
program = new glu::ShaderProgram(context.
getDeqpContext
().getRenderContext().getFunctions(), binaries);
in makeComputePipeline()
403
: m_gl(context.
getDeqpContext
().getRenderContext().getFunctions())
in BufferOrImage()
517
: m_gl(context.
getDeqpContext
()
in Vao()
[all...]
H
A
D
glcSubgroupsTestsUtils.hpp
184
deqp::Context&
getDeqpContext
(void) const { return m_deqpCtx; }
in getDeqpContext()
function in glc::Context
242
spirvUtils::checkGlSpirvSupported(m_glcContext.
getDeqpContext
());
in iterate()
H
A
D
glcSubgroupsBallotOtherTests.cpp
514
int supportedStages = context.
getDeqpContext
().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGES_KHR);
in test()
H
A
D
glcSubgroupsBallotTests.cpp
429
int supportedStages = context.
getDeqpContext
().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGES_KHR);
in test()
H
A
D
glcSubgroupsBuiltinMaskVarTests.cpp
426
int supportedStages = context.
getDeqpContext
().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGES_KHR);
in test()
H
A
D
glcSubgroupsShapeTests.cpp
509
int supportedStages = context.
getDeqpContext
().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGES_KHR);
in test()
H
A
D
glcSubgroupsBasicTests.cpp
1368
int supportedStages = context.
getDeqpContext
().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGES_KHR);
in test()
1369
int combinedSSBOs = context.
getDeqpContext
().getContextInfo().getInt(GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS);
in test()
H
A
D
glcSubgroupsBallotBroadcastTests.cpp
487
int supportedStages = context.
getDeqpContext
().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGES_KHR);
in test()
H
A
D
glcSubgroupsBuiltinVarTests.cpp
699
int supportedStages = context.
getDeqpContext
().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGES_KHR);
in test()
H
A
D
glcSubgroupsClusteredTests.cpp
723
int supportedStages = context.
getDeqpContext
().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGES_KHR);
in test()
H
A
D
glcSubgroupsPartitionedTests.cpp
830
int supportedStages = context.
getDeqpContext
().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGES_KHR);
in test()
H
A
D
glcSubgroupsQuadTests.cpp
625
int supportedStages = context.
getDeqpContext
().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGES_KHR);
in test()
H
A
D
glcSubgroupsShuffleTests.cpp
547
int supportedStages = context.
getDeqpContext
().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGES_KHR);
in test()
H
A
D
glcSubgroupsArithmeticTests.cpp
894
int supportedStages = context.
getDeqpContext
().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGES_KHR);
in test()
H
A
D
glcSubgroupsVoteTests.cpp
683
int supportedStages = context.
getDeqpContext
().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGES_KHR);
in test()
Completed in 15 milliseconds