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:planeW
(Results
1 - 10
of
10
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H
A
D
vktYCbCrStorageImageWriteTests.cpp
274
const deUint32
planeW
= imageCreateInfo.extent.width / (formatDescription.blockWidth * formatDescription.planes[planeNdx].widthDivisor);
275
planeRowPitches[planeNdx] = formatDescription.planes[planeNdx].elementSizeBytes *
planeW
;
H
A
D
vktYCbCrUtil.cpp
93
const deUint32
planeW
= m_size.x() / ( m_description.blockWidth * m_description.planes[planeNdx].widthDivisor);
in getChannelAccess()
local
94
planeRowPitches[planeNdx] = m_description.planes[planeNdx].elementSizeBytes *
planeW
;
in getChannelAccess()
112
const deUint32
planeW
= m_size.x() / (m_description.blockWidth * m_description.planes[planeNdx].widthDivisor);
in getChannelAccess()
local
113
planeRowPitches[planeNdx] = m_description.planes[planeNdx].elementSizeBytes *
planeW
;
in getChannelAccess()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H
A
D
vktYCbCrUtil.cpp
93
const deUint32
planeW
= m_size.x() / ( m_description.blockWidth * m_description.planes[planeNdx].widthDivisor);
in getChannelAccess()
local
94
planeRowPitches[planeNdx] = m_description.planes[planeNdx].elementSizeBytes *
planeW
;
in getChannelAccess()
112
const deUint32
planeW
= m_size.x() / (m_description.blockWidth * m_description.planes[planeNdx].widthDivisor);
in getChannelAccess()
local
113
planeRowPitches[planeNdx] = m_description.planes[planeNdx].elementSizeBytes *
planeW
;
in getChannelAccess()
H
A
D
vktYCbCrStorageImageWriteTests.cpp
361
const deUint32
planeW
= imageCreateInfo.extent.width / (formatDescription.blockWidth * formatDescription.planes[planeNdx].widthDivisor);
362
planeRowPitches[planeNdx] = formatDescription.planes[planeNdx].elementSizeBytes *
planeW
;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H
A
D
vktSparseResourcesImageMemoryAliasing.cpp
466
const deUint32
planeW
= gridSize.x() / (formatDescription.blockWidth * formatDescription.planes[planeNdx].widthDivisor);
in iterate()
local
467
planeRowPitches[mipmapNdx][planeNdx] = formatDescription.planes[planeNdx].elementSizeBytes *
planeW
;
in iterate()
H
A
D
vktSparseResourcesImageSparseResidency.cpp
712
const deUint32
planeW
= imageCreateInfo.extent.width / (formatDescription.blockWidth * formatDescription.planes[planeNdx].widthDivisor);
in iterate()
local
713
planeRowPitches[planeNdx] = formatDescription.planes[planeNdx].elementSizeBytes *
planeW
;
in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H
A
D
vktSparseResourcesImageMemoryAliasing.cpp
468
const deUint32
planeW
= gridSize.x() / (formatDescription.blockWidth * formatDescription.planes[planeNdx].widthDivisor);
in iterate()
local
469
planeRowPitches[mipmapNdx][planeNdx] = formatDescription.planes[planeNdx].elementSizeBytes *
planeW
;
in iterate()
H
A
D
vktSparseResourcesImageSparseResidency.cpp
697
const deUint32
planeW
= imageCreateInfo.extent.width / (formatDescription.blockWidth * formatDescription.planes[planeNdx].widthDivisor);
in iterate()
local
698
planeRowPitches[planeNdx] = formatDescription.planes[planeNdx].elementSizeBytes *
planeW
;
in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H
A
D
vktProtectedMemYCbCrConversionTests.cpp
401
const deUint32
planeW
= (formatDesc.numPlanes > 1)
in uploadYCbCrImage()
local
414
vk::makeExtent3D(
planeW
, planeH, 1u),
in uploadYCbCrImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H
A
D
vktProtectedMemYCbCrConversionTests.cpp
401
const deUint32
planeW
= (formatDesc.numPlanes > 1)
in uploadYCbCrImage()
local
414
vk::makeExtent3D(
planeW
, planeH, 1u),
in uploadYCbCrImage()
Completed in 18 milliseconds