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:s_shaderTypes
(Results
1 - 15
of
15
) sorted by relevance
/third_party/vk-gl-cts/modules/gles31/functional/
H
A
D
es31fNegativePreciseTests.cpp
53
static const glu::ShaderType
s_shaderTypes
[] =
member
172
for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(
s_shaderTypes
); ++ndx)
in precise_as_variable_name()
174
if (ctx.isShaderSupported(
s_shaderTypes
[ndx]))
in precise_as_variable_name()
175
generateAndVerifyShader(ctx,
s_shaderTypes
[ndx], TEST_PRECISE_AS_VARIABLE_NAME);
in precise_as_variable_name()
186
for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(
s_shaderTypes
); ++ndx)
in precise_as_function_name()
188
if (ctx.isShaderSupported(
s_shaderTypes
[ndx]))
in precise_as_function_name()
189
generateAndVerifyShader(ctx,
s_shaderTypes
[ndx], TEST_PRECISE_AS_FUNCTION_NAME);
in precise_as_function_name()
200
for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(
s_shaderTypes
); ++ndx)
in precise_as_function_argument()
202
if (ctx.isShaderSupported(
s_shaderTypes
[ndx]))
in precise_as_function_argument()
203
generateAndVerifyShader(ctx,
s_shaderTypes
[nd
in precise_as_function_argument()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H
A
D
vktShaderRenderIndexingTests.cpp
1095
static const ShaderType
s_shaderTypes
[] =
in init()
local
1142
for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(
s_shaderTypes
); shaderTypeNdx++)
in init()
1144
ShaderType shaderType =
s_shaderTypes
[shaderTypeNdx];
in init()
1171
for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(
s_shaderTypes
); shaderTypeNdx++)
in init()
1173
ShaderType shaderType =
s_shaderTypes
[shaderTypeNdx];
in init()
1208
for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(
s_shaderTypes
); shaderTypeNdx++)
in init()
1210
ShaderType shaderType =
s_shaderTypes
[shaderTypeNdx];
in init()
1251
for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(
s_shaderTypes
); shaderTypeNdx++)
in init()
1253
ShaderType shaderType =
s_shaderTypes
[shaderTypeNdx];
in init()
H
A
D
vktShaderRenderLoopTests.cpp
1501
static const glu::ShaderType
s_shaderTypes
[] =
in init()
local
1544
for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(
s_shaderTypes
); shaderTypeNdx++)
in init()
1546
glu::ShaderType shaderType =
s_shaderTypes
[shaderTypeNdx];
in init()
1567
for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(
s_shaderTypes
); shaderTypeNdx++)
in init()
1569
glu::ShaderType shaderType =
s_shaderTypes
[shaderTypeNdx];
in init()
H
A
D
vktShaderRenderOperatorTests.cpp
1635
static const ShaderType
s_shaderTypes
[] =
in init()
local
1740
for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(
s_shaderTypes
); shaderTypeNdx++)
in init()
1742
const ShaderType shaderType =
s_shaderTypes
[shaderTypeNdx];
in init()
1898
for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(
s_shaderTypes
); shaderTypeNdx++)
in init()
1900
const ShaderType shaderType =
s_shaderTypes
[shaderTypeNdx];
in init()
1963
for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(
s_shaderTypes
); shaderTypeNdx++)
in init()
1965
const ShaderType shaderType =
s_shaderTypes
[shaderTypeNdx];
in init()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H
A
D
glcShaderIndexingTests.cpp
1150
static const ShaderType
s_shaderTypes
[] = { SHADERTYPE_VERTEX, SHADERTYPE_FRAGMENT };
in init()
local
1192
for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(
s_shaderTypes
); shaderTypeNdx++)
in init()
1194
ShaderType shaderType =
s_shaderTypes
[shaderTypeNdx];
in init()
1225
for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(
s_shaderTypes
); shaderTypeNdx++)
in init()
1227
ShaderType shaderType =
s_shaderTypes
[shaderTypeNdx];
in init()
1265
for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(
s_shaderTypes
); shaderTypeNdx++)
in init()
1267
ShaderType shaderType =
s_shaderTypes
[shaderTypeNdx];
in init()
1305
for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(
s_shaderTypes
); shaderTypeNdx++)
in init()
1307
ShaderType shaderType =
s_shaderTypes
[shaderTypeNdx];
in init()
H
A
D
glcShaderLoopTests.cpp
1140
static const ShaderType
s_shaderTypes
[] = { SHADERTYPE_VERTEX, SHADERTYPE_FRAGMENT };
in init()
local
1169
for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(
s_shaderTypes
); shaderTypeNdx++)
in init()
1171
ShaderType shaderType =
s_shaderTypes
[shaderTypeNdx];
in init()
1195
for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(
s_shaderTypes
); shaderTypeNdx++)
in init()
1197
ShaderType shaderType =
s_shaderTypes
[shaderTypeNdx];
in init()
/third_party/vk-gl-cts/modules/gles3/functional/
H
A
D
es3fShaderIndexingTests.cpp
969
static const ShaderType
s_shaderTypes
[] =
in init()
local
1016
for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(
s_shaderTypes
); shaderTypeNdx++)
in init()
1018
ShaderType shaderType =
s_shaderTypes
[shaderTypeNdx];
in init()
1044
for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(
s_shaderTypes
); shaderTypeNdx++)
in init()
1046
ShaderType shaderType =
s_shaderTypes
[shaderTypeNdx];
in init()
1080
for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(
s_shaderTypes
); shaderTypeNdx++)
in init()
1082
ShaderType shaderType =
s_shaderTypes
[shaderTypeNdx];
in init()
1122
for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(
s_shaderTypes
); shaderTypeNdx++)
in init()
1124
ShaderType shaderType =
s_shaderTypes
[shaderTypeNdx];
in init()
H
A
D
es3fShaderLoopTests.cpp
1144
static const ShaderType
s_shaderTypes
[] =
in init()
local
1180
for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(
s_shaderTypes
); shaderTypeNdx++)
in init()
1182
ShaderType shaderType =
s_shaderTypes
[shaderTypeNdx];
in init()
1203
for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(
s_shaderTypes
); shaderTypeNdx++)
in init()
1205
ShaderType shaderType =
s_shaderTypes
[shaderTypeNdx];
in init()
H
A
D
es3fShaderOperatorTests.cpp
2037
static const ShaderType
s_shaderTypes
[] =
in init()
local
2142
for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(
s_shaderTypes
); shaderTypeNdx++)
in init()
2144
ShaderType shaderType =
s_shaderTypes
[shaderTypeNdx];
in init()
2309
for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(
s_shaderTypes
); shaderTypeNdx++)
in init()
2311
ShaderType shaderType =
s_shaderTypes
[shaderTypeNdx];
in init()
2374
for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(
s_shaderTypes
); shaderTypeNdx++)
in init()
2376
ShaderType shaderType =
s_shaderTypes
[shaderTypeNdx];
in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H
A
D
vktShaderRenderIndexingTests.cpp
1102
static const ShaderType
s_shaderTypes
[] =
in init()
local
1150
for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(
s_shaderTypes
); shaderTypeNdx++)
in init()
1152
ShaderType shaderType =
s_shaderTypes
[shaderTypeNdx];
in init()
1180
for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(
s_shaderTypes
); shaderTypeNdx++)
in init()
1182
ShaderType shaderType =
s_shaderTypes
[shaderTypeNdx];
in init()
1218
for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(
s_shaderTypes
); shaderTypeNdx++)
in init()
1220
ShaderType shaderType =
s_shaderTypes
[shaderTypeNdx];
in init()
1262
for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(
s_shaderTypes
); shaderTypeNdx++)
in init()
1264
ShaderType shaderType =
s_shaderTypes
[shaderTypeNdx];
in init()
H
A
D
vktShaderRenderLoopTests.cpp
1504
static const glu::ShaderType
s_shaderTypes
[] =
in init()
local
1547
for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(
s_shaderTypes
); shaderTypeNdx++)
in init()
1549
glu::ShaderType shaderType =
s_shaderTypes
[shaderTypeNdx];
in init()
1571
for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(
s_shaderTypes
); shaderTypeNdx++)
in init()
1573
glu::ShaderType shaderType =
s_shaderTypes
[shaderTypeNdx];
in init()
H
A
D
vktShaderRenderOperatorTests.cpp
1638
static const ShaderType
s_shaderTypes
[] =
in init()
local
1743
for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(
s_shaderTypes
); shaderTypeNdx++)
in init()
1745
const ShaderType shaderType =
s_shaderTypes
[shaderTypeNdx];
in init()
1910
for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(
s_shaderTypes
); shaderTypeNdx++)
in init()
1912
const ShaderType shaderType =
s_shaderTypes
[shaderTypeNdx];
in init()
1975
for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(
s_shaderTypes
); shaderTypeNdx++)
in init()
1977
const ShaderType shaderType =
s_shaderTypes
[shaderTypeNdx];
in init()
/third_party/vk-gl-cts/modules/gles2/functional/
H
A
D
es2fShaderIndexingTests.cpp
1048
static const ShaderType
s_shaderTypes
[] =
in init()
local
1095
for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(
s_shaderTypes
); shaderTypeNdx++)
in init()
1097
ShaderType shaderType =
s_shaderTypes
[shaderTypeNdx];
in init()
1123
for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(
s_shaderTypes
); shaderTypeNdx++)
in init()
1125
ShaderType shaderType =
s_shaderTypes
[shaderTypeNdx];
in init()
1159
for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(
s_shaderTypes
); shaderTypeNdx++)
in init()
1161
ShaderType shaderType =
s_shaderTypes
[shaderTypeNdx];
in init()
1195
for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(
s_shaderTypes
); shaderTypeNdx++)
in init()
1197
ShaderType shaderType =
s_shaderTypes
[shaderTypeNdx];
in init()
H
A
D
es2fShaderLoopTests.cpp
1268
static const ShaderType
s_shaderTypes
[] =
in init()
local
1304
for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(
s_shaderTypes
); shaderTypeNdx++)
in init()
1306
ShaderType shaderType =
s_shaderTypes
[shaderTypeNdx];
in init()
1327
for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(
s_shaderTypes
); shaderTypeNdx++)
in init()
1329
ShaderType shaderType =
s_shaderTypes
[shaderTypeNdx];
in init()
H
A
D
es2fShaderOperatorTests.cpp
1194
static const ShaderType
s_shaderTypes
[] =
in init()
local
1280
for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(
s_shaderTypes
); shaderTypeNdx++)
in init()
1282
ShaderType shaderType =
s_shaderTypes
[shaderTypeNdx];
in init()
1432
for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(
s_shaderTypes
); shaderTypeNdx++)
in init()
1434
ShaderType shaderType =
s_shaderTypes
[shaderTypeNdx];
in init()
1495
for (int shaderTypeNdx = 0; shaderTypeNdx < DE_LENGTH_OF_ARRAY(
s_shaderTypes
); shaderTypeNdx++)
in init()
1497
ShaderType shaderType =
s_shaderTypes
[shaderTypeNdx];
in init()
Completed in 40 milliseconds