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:compSize
(Results
1 - 12
of
12
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
H
A
D
vktSSBOLayoutCase.cpp
777
const size_t
compSize
= getDataTypeByteSize(scalarType);
in generateValue()
local
797
deUint8* const compPtr = vecPtr +
compSize
*compNdx;
in generateValue()
1017
const int
compSize
= sizeof(deUint32);
in generateImmMatrixSrc()
local
1032
const deUint8* compPtr = (const deUint8*)valuePtr + (isRowMajor ? rowNdx*matrixStride + colNdx*
compSize
in generateImmMatrixSrc()
1033
: colNdx*matrixStride + rowNdx*
compSize
);
in generateImmMatrixSrc()
1055
const int
compSize
= sizeof(deUint32);
in generateImmMatrixSrc()
local
1065
const deUint8* compPtr = (const deUint8*)valuePtr + (isRowMajor ? rowNdex*matrixStride + colNdex*
compSize
in generateImmMatrixSrc()
1066
: colNdex*matrixStride + rowNdex*
compSize
);
in generateImmMatrixSrc()
1079
const deUint8* compPtr = (const deUint8*)valuePtr + (isRowMajor ? (rowNdex * matrixStride + colNdex *
compSize
)
in generateImmMatrixSrc()
1080
: (colNdex * matrixStride + rowNdex *
compSize
));
in generateImmMatrixSrc()
1100
const size_t
compSize
= getDataTypeByteSize(scalarType);
generateImmScalarVectorSrc()
local
1511
const size_t
compSize
= getDataTypeByteSize(scalarType);
copyBufferVarData()
local
1719
const size_t
compSize
= getDataTypeByteSize(scalarType);
compareBufferVarData()
local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/
H
A
D
vktSSBOLayoutCase.cpp
777
const size_t
compSize
= getDataTypeByteSize(scalarType);
in generateValue()
local
797
deUint8* const compPtr = vecPtr +
compSize
*compNdx;
in generateValue()
1017
const int
compSize
= sizeof(deUint32);
in generateImmMatrixSrc()
local
1032
const deUint8* compPtr = (const deUint8*)valuePtr + (isRowMajor ? rowNdx*matrixStride + colNdx*
compSize
in generateImmMatrixSrc()
1033
: colNdx*matrixStride + rowNdx*
compSize
);
in generateImmMatrixSrc()
1055
const int
compSize
= sizeof(deUint32);
in generateImmMatrixSrc()
local
1065
const deUint8* compPtr = (const deUint8*)valuePtr + (isRowMajor ? rowNdex*matrixStride + colNdex*
compSize
in generateImmMatrixSrc()
1066
: colNdex*matrixStride + rowNdex*
compSize
);
in generateImmMatrixSrc()
1079
const deUint8* compPtr = (const deUint8*)valuePtr + (isRowMajor ? (rowNdex * matrixStride + colNdex *
compSize
)
in generateImmMatrixSrc()
1080
: (colNdex * matrixStride + rowNdex *
compSize
));
in generateImmMatrixSrc()
1100
const size_t
compSize
= getDataTypeByteSize(scalarType);
generateImmScalarVectorSrc()
local
1511
const size_t
compSize
= getDataTypeByteSize(scalarType);
copyBufferVarData()
local
1719
const size_t
compSize
= getDataTypeByteSize(scalarType);
compareBufferVarData()
local
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H
A
D
es31fSSBOLayoutCase.cpp
737
const int
compSize
= sizeof(deUint32);
in generateValue()
local
757
deUint8* const compPtr = vecPtr +
compSize
*compNdx;
in generateValue()
978
const int
compSize
= sizeof(deUint32);
in generateImmMatrixSrc()
local
989
const deUint8* compPtr = (const deUint8*)valuePtr + (isRowMajor ? rowNdx*matrixStride + colNdx*
compSize
in generateImmMatrixSrc()
990
: colNdx*matrixStride + rowNdx*
compSize
);
in generateImmMatrixSrc()
1011
const int
compSize
= sizeof(deUint32);
in generateImmScalarVectorSrc()
local
1018
const deUint8* compPtr = (const deUint8*)valuePtr + scalarNdx*
compSize
;
in generateImmScalarVectorSrc()
1490
const int
compSize
= sizeof(deUint32);
in copyBufferVarData()
local
1522
deUint8* dstCompPtr = dstElemPtr + (dstEntry.isRowMajor ? rowNdx*dstEntry.matrixStride + colNdx*
compSize
in copyBufferVarData()
1523
: colNdx*dstEntry.matrixStride + rowNdx*
compSize
);
in copyBufferVarData()
1697
const int
compSize
= sizeof(deUint32);
compareBufferVarData()
local
2559
const int
compSize
= sizeof(deUint32);
checkLayoutBounds()
local
[all...]
/third_party/vk-gl-cts/framework/referencerenderer/
H
A
D
rrVertexAttrib.cpp
498
const int
compSize
= getComponentSize(vertexAttrib.type);
in readVertexAttrib()
local
499
const int stride = (vertexAttrib.stride != 0) ? (vertexAttrib.stride) : (vertexAttrib.size*
compSize
);
in readVertexAttrib()
518
const int
compSize
= getComponentSize(vertexAttrib.type);
in readVertexAttrib()
local
519
const int stride = (vertexAttrib.stride != 0) ? (vertexAttrib.stride) : (vertexAttrib.size*
compSize
);
in readVertexAttrib()
538
const int
compSize
= getComponentSize(vertexAttrib.type);
in readVertexAttrib()
local
539
const int stride = (vertexAttrib.stride != 0) ? (vertexAttrib.stride) : (vertexAttrib.size*
compSize
);
in readVertexAttrib()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H
A
D
glcUniformBlockCase.cpp
606
const int
compSize
= sizeof(deUint32);
in generateValue()
local
620
deUint8* compPtr = vecPtr +
compSize
* compNdx;
in generateValue()
863
const int
compSize
= sizeof(deUint32);
in generateValueSrc()
local
880
const deUint8* compPtr = elemPtr + (entry.isRowMajor ? rowNdx * entry.matrixStride + colNdx *
compSize
:
in generateValueSrc()
881
colNdx * entry.matrixStride + rowNdx *
compSize
);
in generateValueSrc()
894
const deUint8* compPtr = elemPtr + scalarNdx *
compSize
;
in generateValueSrc()
1222
const int
compSize
= sizeof(deUint32);
in copyUniformData()
local
1239
dstElemPtr + (dstEntry.isRowMajor ? rowNdx * dstEntry.matrixStride + colNdx *
compSize
:
in copyUniformData()
1240
colNdx * dstEntry.matrixStride + rowNdx *
compSize
);
in copyUniformData()
1242
srcElemPtr + (srcEntry.isRowMajor ? rowNdx * srcEntry.matrixStride + colNdx *
compSize
in copyUniformData()
1804
const int
compSize
= sizeof(deUint32);
checkLayoutBounds()
local
[all...]
/third_party/vk-gl-cts/modules/glshared/
H
A
D
glsUniformBlockCase.cpp
633
const int
compSize
= sizeof(deUint32);
in generateValue()
local
647
deUint8* compPtr = vecPtr +
compSize
*compNdx;
in generateValue()
951
const int
compSize
= sizeof(deUint32);
in generateValueSrc()
local
968
const deUint8* compPtr = elemPtr + (entry.isRowMajor ? rowNdx*entry.matrixStride + colNdx*
compSize
in generateValueSrc()
969
: colNdx*entry.matrixStride + rowNdx*
compSize
);
in generateValueSrc()
982
const deUint8* compPtr = elemPtr + scalarNdx*
compSize
;
in generateValueSrc()
1279
const int
compSize
= sizeof(deUint32);
in copyUniformData()
local
1295
deUint8* dstCompPtr = dstElemPtr + (dstEntry.isRowMajor ? rowNdx*dstEntry.matrixStride + colNdx*
compSize
in copyUniformData()
1296
: colNdx*dstEntry.matrixStride + rowNdx*
compSize
);
in copyUniformData()
1297
const deUint8* srcCompPtr = srcElemPtr + (srcEntry.isRowMajor ? rowNdx*srcEntry.matrixStride + colNdx*
compSize
in copyUniformData()
1843
const int
compSize
= sizeof(deUint32);
checkLayoutBounds()
local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H
A
D
vktTransformFeedbackFuzzLayoutCase.cpp
469
const size_t
compSize
= getDataTypeByteSize(scalarType);
in createMask()
local
483
const deUint8* compPtr = vecPtr +
compSize
*compNdx;
in createMask()
494
for (size_t ndx = 0; ndx <
compSize
; ++ndx)
in createMask()
912
const size_t
compSize
= getDataTypeByteSize(scalarType);
in generateValue()
local
926
deUint8* compPtr = vecPtr +
compSize
*compNdx;
in generateValue()
1211
const size_t
compSize
= getDataTypeByteSize(scalarType);
in generateValueSrc()
local
1228
const deUint8* compPtr = elemPtr + (colNdx * entry.matrixStride + rowNdx *
compSize
);
in generateValueSrc()
1244
const deUint8* compPtr = elemPtr + scalarNdx *
compSize
;
in generateValueSrc()
1323
const size_t
compSize
= getDataTypeByteSize(scalarType);
in writeMatrixTypeSrc()
local
1324
const deUint8* compPtr = elemPtr + (colNdx * entry.matrixStride + rowNdx *
compSize
);
in writeMatrixTypeSrc()
1803
const size_t
compSize
= getDataTypeByteSize(scalarType);
validateValue()
local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
H
A
D
vktUniformBlockCase.cpp
746
const size_t
compSize
= getDataTypeByteSize(scalarType);
in generateValue()
local
760
deUint8* compPtr = vecPtr +
compSize
*compNdx;
in generateValue()
1204
const size_t
compSize
= getDataTypeByteSize(scalarType);
in generateValueSrc()
local
1221
const deUint8* compPtr = elemPtr + (entry.isRowMajor ? (rowNdx * entry.matrixStride + colNdx *
compSize
)
in generateValueSrc()
1222
: (colNdx * entry.matrixStride + rowNdx *
compSize
));
in generateValueSrc()
1235
const deUint8* compPtr = elemPtr + scalarNdx *
compSize
;
in generateValueSrc()
1286
const int
compSize
= sizeof(deUint32);
in writeMatrixTypeSrc()
local
1292
const deUint8* compPtr = elemPtr + (entry.isRowMajor ? (rowNdex * entry.matrixStride + colNdex *
compSize
)
in writeMatrixTypeSrc()
1293
: (colNdex * entry.matrixStride + rowNdex *
compSize
));
in writeMatrixTypeSrc()
1318
const int
compSize
in writeMatrixTypeSrc()
local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H
A
D
vktTransformFeedbackFuzzLayoutCase.cpp
469
const size_t
compSize
= getDataTypeByteSize(scalarType);
in createMask()
local
483
const deUint8* compPtr = vecPtr +
compSize
*compNdx;
in createMask()
494
for (size_t ndx = 0; ndx <
compSize
; ++ndx)
in createMask()
912
const size_t
compSize
= getDataTypeByteSize(scalarType);
in generateValue()
local
926
deUint8* compPtr = vecPtr +
compSize
*compNdx;
in generateValue()
1211
const size_t
compSize
= getDataTypeByteSize(scalarType);
in generateValueSrc()
local
1228
const deUint8* compPtr = elemPtr + (colNdx * entry.matrixStride + rowNdx *
compSize
);
in generateValueSrc()
1244
const deUint8* compPtr = elemPtr + scalarNdx *
compSize
;
in generateValueSrc()
1323
const size_t
compSize
= getDataTypeByteSize(scalarType);
in writeMatrixTypeSrc()
local
1324
const deUint8* compPtr = elemPtr + (colNdx * entry.matrixStride + rowNdx *
compSize
);
in writeMatrixTypeSrc()
1803
const size_t
compSize
= getDataTypeByteSize(scalarType);
validateValue()
local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/
H
A
D
vktUniformBlockCase.cpp
746
const size_t
compSize
= getDataTypeByteSize(scalarType);
in generateValue()
local
760
deUint8* compPtr = vecPtr +
compSize
*compNdx;
in generateValue()
1204
const size_t
compSize
= getDataTypeByteSize(scalarType);
in generateValueSrc()
local
1221
const deUint8* compPtr = elemPtr + (entry.isRowMajor ? (rowNdx * entry.matrixStride + colNdx *
compSize
)
in generateValueSrc()
1222
: (colNdx * entry.matrixStride + rowNdx *
compSize
));
in generateValueSrc()
1235
const deUint8* compPtr = elemPtr + scalarNdx *
compSize
;
in generateValueSrc()
1286
const int
compSize
= sizeof(deUint32);
in writeMatrixTypeSrc()
local
1292
const deUint8* compPtr = elemPtr + (entry.isRowMajor ? (rowNdex * entry.matrixStride + colNdex *
compSize
)
in writeMatrixTypeSrc()
1293
: (colNdex * entry.matrixStride + rowNdex *
compSize
));
in writeMatrixTypeSrc()
1318
const int
compSize
in writeMatrixTypeSrc()
local
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H
A
D
nv50_ir_ra.cpp
1075
static inline uint8_t makeCompMask(int
compSize
, int base, int size)
in makeCompMask()
argument
1079
switch (
compSize
) {
in makeCompMask()
1089
assert(
compSize
<= 8);
in makeCompMask()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H
A
D
stylo.hpp
[all...]
Completed in 56 milliseconds