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:inputAccess
(Results
1 - 3
of
3
) sorted by relevance
/third_party/vk-gl-cts/modules/internal/
H
A
D
ditTextureFormatTests.cpp
1542
const ConstPixelBufferAccess
inputAccess
= getInputAccess(m_format);
in iterate()
local
1543
vector<deUint8> tmpMem (getPixelSize(
inputAccess
.getFormat())*
inputAccess
.getWidth());
in iterate()
1544
const PixelBufferAccess tmpAccess (
inputAccess
.getFormat(),
inputAccess
.getWidth(), 1, 1, &tmpMem[0]);
in iterate()
1550
verifyRead(
inputAccess
);
in iterate()
1556
copyPixels(
inputAccess
, tmpAccess);
in iterate()
1575
const ConstPixelBufferAccess
inputAccess
= getInputAccess(m_format);
in iterate()
local
1576
vector<deUint8> tmpMem (getPixelSize(
inputAccess
.getFormat())*
inputAccess
in iterate()
1613
const ConstPixelBufferAccess
inputAccess
= getInputAccess(m_format);
iterate()
local
1651
const ConstPixelBufferAccess
inputAccess
= getInputAccess(m_format);
iterate()
local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H
A
D
vktImageLoadStoreTests.cpp
2363
const tcu::PixelBufferAccess
inputAccess
= m_inputImageData.getAccess();
in verifyResult()
local
2364
const deInt32 width =
inputAccess
.getWidth();
in verifyResult()
2365
const deInt32 height =
inputAccess
.getHeight();
in verifyResult()
2372
tcu::IVec4 color =
inputAccess
.getPixelInt(x, y);
in verifyResult()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H
A
D
vktImageLoadStoreTests.cpp
2334
const tcu::PixelBufferAccess
inputAccess
= m_inputImageData.getAccess();
in verifyResult()
local
2335
const deInt32 width =
inputAccess
.getWidth();
in verifyResult()
2336
const deInt32 height =
inputAccess
.getHeight();
in verifyResult()
2343
tcu::IVec4 color =
inputAccess
.getPixelInt(x, y);
in verifyResult()
Completed in 13 milliseconds