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:srcBlock
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ffmpeg/libpostproc/
H
A
D
postprocess_template.c
3422
const uint8_t *
srcBlock
= &(src[y*srcStride]);
in postProcess()
local
3429
RENAME(prefetchnta)(
srcBlock
+ (((x>>2)&6) + copyAhead)*srcStride + 32);
in postProcess()
3430
RENAME(prefetchnta)(
srcBlock
+ (((x>>2)&6) + copyAhead+1)*srcStride + 32);
in postProcess()
3435
srcBlock
+ srcStride*8, srcStride, mode & LEVEL_FIX, &c.packedYOffset);
in postProcess()
3455
srcBlock
+=8;
in postProcess()
3469
const uint8_t *
srcBlock
= &(src[y*srcStride]);
in postProcess()
local
3478
/* can we mess with a 8x16 block from
srcBlock
/dstBlock downwards and 1 line upwards
in postProcess()
3484
linecpy(tempSrc + srcStride*copyAhead,
srcBlock
+ srcStride*copyAhead,
in postProcess()
3499
srcBlock
= tempSrc;
in postProcess()
3509
const uint8_t *srcBlockStart =
srcBlock
;
in postProcess()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H
A
D
glcUniformBlockCase.cpp
1261
const BlockLayoutEntry&
srcBlock
= srcLayout.blocks[srcBlockNdx];
in copyUniformData()
local
1263
int dstBlockNdx = dstLayout.getBlockIndex(
srcBlock
.name.c_str());
in copyUniformData()
1269
for (vector<int>::const_iterator srcUniformNdxIter =
srcBlock
.activeUniformIndices.begin();
in copyUniformData()
1270
srcUniformNdxIter !=
srcBlock
.activeUniformIndices.end(); srcUniformNdxIter++)
in copyUniformData()
/third_party/vk-gl-cts/modules/glshared/
H
A
D
glsUniformBlockCase.cpp
1315
const BlockLayoutEntry&
srcBlock
= srcLayout.blocks[srcBlockNdx];
in copyUniformData()
local
1317
int dstBlockNdx = dstLayout.getBlockIndex(
srcBlock
.name.c_str());
in copyUniformData()
1323
for (vector<int>::const_iterator srcUniformNdxIter =
srcBlock
.activeUniformIndices.begin(); srcUniformNdxIter !=
srcBlock
.activeUniformIndices.end(); srcUniformNdxIter++)
in copyUniformData()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
H
A
D
vktSSBOLayoutCase.cpp
1571
const BlockLayoutEntry&
srcBlock
= srcLayout.blocks[srcBlockNdx];
in copyData()
local
1573
int dstBlockNdx = dstLayout.getBlockIndex(
srcBlock
.name.c_str());
in copyData()
1581
for (vector<int>::const_iterator srcVarNdxIter =
srcBlock
.activeVarIndices.begin(); srcVarNdxIter !=
srcBlock
.activeVarIndices.end(); srcVarNdxIter++)
in copyData()
/third_party/vk-gl-cts/modules/gles31/functional/
H
A
D
es31fSSBOLayoutCase.cpp
1550
const BlockLayoutEntry&
srcBlock
= srcLayout.blocks[srcBlockNdx];
in copyData()
local
1552
int dstBlockNdx = dstLayout.getBlockIndex(
srcBlock
.name.c_str());
in copyData()
1560
for (vector<int>::const_iterator srcVarNdxIter =
srcBlock
.activeVarIndices.begin(); srcVarNdxIter !=
srcBlock
.activeVarIndices.end(); srcVarNdxIter++)
in copyData()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/
H
A
D
vktSSBOLayoutCase.cpp
1571
const BlockLayoutEntry&
srcBlock
= srcLayout.blocks[srcBlockNdx];
in copyData()
local
1573
int dstBlockNdx = dstLayout.getBlockIndex(
srcBlock
.name.c_str());
in copyData()
1581
for (vector<int>::const_iterator srcVarNdxIter =
srcBlock
.activeVarIndices.begin(); srcVarNdxIter !=
srcBlock
.activeVarIndices.end(); srcVarNdxIter++)
in copyData()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H
A
D
OutputASM.cpp
2391
TInterfaceBlock*
srcBlock
= srcType.getInterfaceBlock();
in source()
local
2392
if(
srcBlock
&& (srcType.getQualifier() == EvqUniform))
in source()
Completed in 30 milliseconds