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:extraCoordComps
(Results
1 - 5
of
5
) sorted by relevance
/third_party/vk-gl-cts/modules/gles2/functional/
H
A
D
es2fShaderTextureFunctionTests.cpp
423
int
extraCoordComps
= isProj ? (is2DProj4 ? 2 : 1) : 0;
in initShaderSources()
local
424
glu::DataType coordType = glu::getDataTypeFloatVec(texCoordComps+
extraCoordComps
);
in initShaderSources()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_shadow_lod/
H
A
D
esextcTextureShadowLodFunctionsTest.cpp
717
int
extraCoordComps
= 1; // For shadow ref
in initShaderSources()
local
719
glu::DataType coordType = glu::getDataTypeFloatVec(texCoordComps +
extraCoordComps
);
in initShaderSources()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H
A
D
vktShaderRenderTextureFunctionTests.cpp
1263
int
extraCoordComps
= (isProj ? (is2DProj4 ? 2 : (is1DProj4 ? 3 : 1)) : 0) + (isShadow ? (m_textureSpec.type == TEXTURETYPE_1D ? 2 : 1) : 0);
in initShaderSources()
local
1265
glu::DataType coordType = glu::getDataTypeFloatVec(isCubeArrayShadow ? 4 : texCoordComps+
extraCoordComps
);
in initShaderSources()
1391
op << glu::getDataTypeName(glu::getDataTypeIntVec(texCoordComps+
extraCoordComps
)) << "(";
in initShaderSources()
3392
const int
extraCoordComps
= (isProj ? (is2DProj4 ? 2 : 1) : 0) + (isShadow ? 1 : 0);
3393
const glu::DataType coordType = glu::getDataTypeFloatVec(texCoordComps+
extraCoordComps
);
3511
op << "ivec" << (texCoordComps+
extraCoordComps
) << "(";
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H
A
D
vktShaderRenderTextureFunctionTests.cpp
1262
int
extraCoordComps
= (isProj ? (is2DProj4 ? 2 : (is1DProj4 ? 3 : 1)) : 0) + (isShadow ? (m_textureSpec.type == TEXTURETYPE_1D ? 2 : 1) : 0);
in initShaderSources()
local
1264
glu::DataType coordType = glu::getDataTypeFloatVec(isCubeArrayShadow ? 4 : texCoordComps+
extraCoordComps
);
in initShaderSources()
1390
op << glu::getDataTypeName(glu::getDataTypeIntVec(texCoordComps+
extraCoordComps
)) << "(";
in initShaderSources()
3237
const int
extraCoordComps
= (isProj ? (is2DProj4 ? 2 : 1) : 0) + (isShadow ? 1 : 0);
3238
const glu::DataType coordType = glu::getDataTypeFloatVec(texCoordComps+
extraCoordComps
);
3356
op << "ivec" << (texCoordComps+
extraCoordComps
) << "(";
/third_party/vk-gl-cts/modules/gles3/functional/
H
A
D
es3fShaderTextureFunctionTests.cpp
754
int
extraCoordComps
= (isProj ? (is2DProj4 ? 2 : 1) : 0) + (isShadow ? 1 : 0);
in initShaderSources()
local
755
glu::DataType coordType = glu::getDataTypeFloatVec(texCoordComps+
extraCoordComps
);
in initShaderSources()
864
op << "ivec" << (texCoordComps+
extraCoordComps
) << "(";
in initShaderSources()
Completed in 33 milliseconds