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:matNdx
(Results
1 - 8
of
8
) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/common/
H
A
D
glcShaderRenderCase.cpp
642
for (int
matNdx
= 0;
matNdx
< DE_LENGTH_OF_ARRAY(matrices);
matNdx
++)
in getDefaultVertexArrays()
644
int loc = gl.getAttribLocation(program, matrices[
matNdx
].name);
in getDefaultVertexArrays()
649
int numRows = matrices[
matNdx
].numRows;
in getDefaultVertexArrays()
650
int numCols = matrices[
matNdx
].numCols;
in getDefaultVertexArrays()
/third_party/vk-gl-cts/modules/glshared/
H
A
D
glsShaderRenderCase.cpp
575
for (int
matNdx
= 0;
matNdx
< DE_LENGTH_OF_ARRAY(matrices);
matNdx
++)
in getDefaultVertexArrays()
577
int loc = gl.getAttribLocation(program, matrices[
matNdx
].name);
in getDefaultVertexArrays()
582
int numRows = matrices[
matNdx
].numRows;
in getDefaultVertexArrays()
583
int numCols = matrices[
matNdx
].numCols;
in getDefaultVertexArrays()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H
A
D
vktShaderRender.cpp
1802
for (int
matNdx
= 0;
matNdx
< DE_LENGTH_OF_ARRAY(matrices);
matNdx
++)
1805
if (matrices[
matNdx
].matrixType != m_enabledBaseAttributes[attrNdx].type)
1808
const int numCols = matrices[
matNdx
].numCols;
H
A
D
vktShaderRenderMatrixTests.cpp
1713
int
matNdx
= isDataTypeMatrix(m_in0.dataType) ? 0 : 1;
in setupShader()
local
1714
DataType matrixType =
matNdx
== 0 ? m_in0.dataType : m_in1.dataType;
in setupShader()
1715
DataType otherType =
matNdx
== 0 ? m_in1.dataType : m_in0.dataType;
in setupShader()
1722
resultType = getDataTypeFloatVec(
matNdx
== 0 ? getDataTypeMatrixNumRows(matrixType) : getDataTypeMatrixNumColumns(matrixType));
in setupShader()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H
A
D
vktShaderRender.cpp
1804
for (int
matNdx
= 0;
matNdx
< DE_LENGTH_OF_ARRAY(matrices);
matNdx
++)
1807
if (matrices[
matNdx
].matrixType != m_enabledBaseAttributes[attrNdx].type)
1810
const int numCols = matrices[
matNdx
].numCols;
H
A
D
vktShaderRenderMatrixTests.cpp
1716
int
matNdx
= isDataTypeMatrix(m_in0.dataType) ? 0 : 1;
in setupShader()
local
1717
DataType matrixType =
matNdx
== 0 ? m_in0.dataType : m_in1.dataType;
in setupShader()
1718
DataType otherType =
matNdx
== 0 ? m_in1.dataType : m_in0.dataType;
in setupShader()
1725
resultType = getDataTypeFloatVec(
matNdx
== 0 ? getDataTypeMatrixNumRows(matrixType) : getDataTypeMatrixNumColumns(matrixType));
in setupShader()
/third_party/vk-gl-cts/modules/gles3/functional/
H
A
D
es3fShaderMatrixTests.cpp
1456
int
matNdx
= isDataTypeMatrix(m_in0.dataType) ? 0 : 1;
in init()
local
1457
DataType matrixType =
matNdx
== 0 ? m_in0.dataType : m_in1.dataType;
in init()
1458
DataType otherType =
matNdx
== 0 ? m_in1.dataType : m_in0.dataType;
in init()
1465
resultType = getDataTypeFloatVec(
matNdx
== 0 ? getDataTypeMatrixNumRows(matrixType) : getDataTypeMatrixNumColumns(matrixType));
in init()
/third_party/vk-gl-cts/modules/gles2/functional/
H
A
D
es2fShaderMatrixTests.cpp
803
int
matNdx
= isDataTypeMatrix(m_in0.dataType) ? 0 : 1;
in init()
local
804
DataType matrixType =
matNdx
== 0 ? m_in0.dataType : m_in1.dataType;
in init()
805
DataType otherType =
matNdx
== 0 ? m_in1.dataType : m_in0.dataType;
in init()
Completed in 24 milliseconds