OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:targetVersion
(Results
1 - 21
of
21
) sorted by null
/external/deqp/external/vulkancts/framework/vulkan/
vkShaderProgram.hpp
50
SpirvVersion
targetVersion
;
55
,
targetVersion
(targetVersion_)
61
,
targetVersion
(SPIRV_VERSION_1_0)
vkSpirVProgram.hpp
43
SpirvVersion
targetVersion
;
47
,
targetVersion
(targetVersion_)
52
,
targetVersion
(SPIRV_VERSION_1_0)
vkShaderToSpirV.cpp
258
if (buildOptions.
targetVersion
>= SPIRV_VERSION_LAST)
281
switch ( buildOptions.
targetVersion
)
vkPrograms.cpp
539
shaderstring += getSpirvVersionName(buildOptions.
targetVersion
);
555
const SpirvVersion spirvVersion = program.buildOptions.
targetVersion
;
640
const SpirvVersion spirvVersion = program.buildOptions.
targetVersion
;
725
const SpirvVersion spirvVersion = program.buildOptions.
targetVersion
;
[
all
...]
/external/deqp/framework/randomshaders/
rsgVariable.cpp
45
Version
targetVersion
= state.getProgramParameters().version;
65
if (
targetVersion
>= VERSION_300)
91
if (
targetVersion
>= VERSION_300)
/external/curl/lib/
system_win32.c
173
const WORD
targetVersion
= (WORD)_WIN32_WINNT;
177
matched =
targetVersion
< fullVersion;
181
matched =
targetVersion
<= fullVersion;
185
matched =
targetVersion
== fullVersion;
189
matched =
targetVersion
>= fullVersion;
193
matched =
targetVersion
> fullVersion;
/external/deqp/modules/glshared/
glsShaderConstExprTests.cpp
160
spec.
targetVersion
= version;
181
spec.
targetVersion
= version;
214
spec.
targetVersion
= version;
235
spec.
targetVersion
= version;
glsShaderLibraryCase.cpp
143
const bool usesInout = glslVersionUsesInOutQualifiers(spec.
targetVersion
);
147
res << glu::getGLSLVersionDeclaration(spec.
targetVersion
) << "\n";
234
const bool usesInout = glslVersionUsesInOutQualifiers(spec.
targetVersion
);
237
const char* const prec = supportsFragmentHighp(spec.
targetVersion
) ? "highp" : "mediump";
239
shader << glu::getGLSLVersionDeclaration(spec.
targetVersion
) << "\n";
288
const bool usesInout = glslVersionUsesInOutQualifiers(spec.
targetVersion
);
362
const bool usesInout = glslVersionUsesInOutQualifiers(spec.
targetVersion
);
436
const bool usesInout = glslVersionUsesInOutQualifiers(specParams.caseSpec.
targetVersion
);
475
const bool usesInout = glslVersionUsesInOutQualifiers(specParams.caseSpec.
targetVersion
);
735
if (!isGLSLVersionSupported(m_renderCtx.getType(), m_spec.
targetVersion
))
[
all
...]
/external/deqp/framework/opengl/
gluShaderLibrary.hpp
174
glu::GLSLVersion
targetVersion
;
186
,
targetVersion
(glu::GLSL_VERSION_LAST)
gluShaderLibrary.cpp
110
if (spec.
targetVersion
!= GLSL_VERSION_100_ES)
[
all
...]
/external/deqp/external/openglcts/modules/common/
glcShaderLibraryCase.hpp
102
ExpectResult expectResult, const std::vector<ValueBlock>& valueBlocks, glu::GLSLVersion
targetVersion
,
glcShaderLibraryCase.cpp
81
ExpectResult expectResult, const std::vector<ValueBlock>& valueBlocks, GLSLVersion
targetVersion
,
87
, m_targetVersion(
targetVersion
)
[
all
...]
/external/skia/src/core/
SkReadBuffer.h
55
bool isVersionLT(Version
targetVersion
) const {
56
SkASSERT(
targetVersion
> 0);
57
return fVersion > 0 && fVersion <
targetVersion
;
/external/skqp/src/core/
SkReadBuffer.h
55
bool isVersionLT(Version
targetVersion
) const {
56
SkASSERT(
targetVersion
> 0);
57
return fVersion > 0 && fVersion <
targetVersion
;
/external/deqp/external/vulkancts/modules/vulkan/
vktBuildPrograms.cpp
267
DE_ASSERT(m_source.buildOptions.
targetVersion
< vk::SPIRV_VERSION_LAST);
322
DE_ASSERT(m_source.buildOptions.
targetVersion
< vk::SPIRV_VERSION_LAST);
449
if (progIter.getProgram().buildOptions.
targetVersion
> maxSpirvVersion)
463
if (progIter.getProgram().buildOptions.
targetVersion
> maxSpirvVersion)
477
if (progIter.getProgram().buildOptions.
targetVersion
> maxSpirvVersion)
vktTestPackage.cpp
259
if (progIter.getProgram().buildOptions.
targetVersion
> vk::getMaxSpirvVersionForGlsl(m_context.getUsedApiVersion()))
283
if (progIter.getProgram().buildOptions.
targetVersion
> vk::getMaxSpirvVersionForGlsl(m_context.getUsedApiVersion()))
307
if (asmIterator.getProgram().buildOptions.
targetVersion
> vk::getMaxSpirvVersionForAsm(m_context.getUsedApiVersion()))
vktShaderLibrary.cpp
160
res << glu::getGLSLVersionDeclaration(spec.
targetVersion
) << "\n";
244
shader << glu::getGLSLVersionDeclaration(spec.
targetVersion
) << "\n";
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmGraphicsShaderTestUtil.cpp
[
all
...]
/external/zxing/core/
core.jar
/external/guice/extensions/struts2/lib/
jsp-2.1.jar
/external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.14.0.v20180528-0519.jar
Completed in 3969 milliseconds