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:pixelHeight
(Results
1 - 10
of
10
) sorted by relevance
/third_party/skia/gm/
H
A
D
exoticformats.cpp
79
uint32_t
pixelHeight
= get_uint(header, 40);
in load_ktx()
local
108
imageInfo->fDim.fHeight =
pixelHeight
;
in load_ktx()
121
int numRequiredMipLevels = SkMipmap::ComputeLevelCount(pixelWidth,
pixelHeight
)+1;
in load_ktx()
135
{ (int) pixelWidth, (int)
pixelHeight
},
in load_ktx()
/third_party/mesa3d/src/amd/addrlib/src/core/
H
A
D
addrlib2.cpp
263
pOut->
pixelHeight
= pOut->height;
in ComputeSurfaceInfo()
277
&pOut->
pixelHeight
);
in ComputeSurfaceInfo()
291
pOut->pMipInfo[i].
pixelHeight
= pOut->pMipInfo[i].height;
in ComputeSurfaceInfo()
298
&pOut->pMipInfo[i].
pixelHeight
);
in ComputeSurfaceInfo()
1983
pOut->
pixelHeight
<<= 1;
H
A
D
addrlib1.cpp
367
pOut->
pixelHeight
= pOut->height;
in ComputeSurfaceInfo()
389
&pOut->
pixelHeight
);
in ComputeSurfaceInfo()
3931
pOut->
pixelHeight
<<= 1;
in ComputeQbStereoInfo()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H
A
D
vktPipelineInputAttributeOffsetTests.cpp
234
const auto
pixelHeight
= 2.0f / static_cast<float>(height);
in generateVertices()
local
236
const auto heightMargin =
pixelHeight
/ 4.0f;
in generateVertices()
H
A
D
vktPipelineExtendedDynamicStateTests.cpp
4732
const float
pixelHeight
= 2.0f / static_cast<float>(kFramebufferHeight);
in iterate()
local
4746
vertices.push_back(tcu::Vec2(pixelWidth * 7.0f / 16.0f - 1.0f,
pixelHeight
* 12.0f / 16.0f - 1.0f));
in iterate()
4763
const float yCoord = (
pixelHeight
/ 2.0f) +
pixelHeight
* static_cast<float>(rowIdx) - 1.0f;
in iterate()
/third_party/mesa3d/src/amd/addrlib/inc/
H
A
D
addrinterface.h
605
UINT_32
pixelHeight
; ///< Height in original pixels
member
2464
UINT_32
pixelHeight
; ///< Padded height in pixels
member
2506
UINT_32
pixelHeight
; ///< Height in original pixels
member
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H
A
D
FrameCapture.cpp
4507
GLsizei
pixelHeight
=
in captureCompressedTextureData()
local
4551
pixelHeight
= rx::roundUp(
pixelHeight
, blockHeight);
in captureCompressedTextureData()
4555
pixelHeight
/= blockHeight;
in captureCompressedTextureData()
4566
GLint pixelDepthPitch = pixelRowPitch *
pixelHeight
;
in captureCompressedTextureData()
4573
for (GLint yindex = 0; yindex <
pixelHeight
; ++yindex)
in captureCompressedTextureData()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H
A
D
vktApiCommandBuffersTests.cpp
4364
const auto
pixelHeight
= 2.0f / static_cast<float>(m_params.imageExtent.height); // Normalized size.
in iterate()
local
4399
float y_top = static_cast<float>(y) *
pixelHeight
- 1.0f;
in iterate()
4400
float y_bottom = y_top +
pixelHeight
;
in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H
A
D
vktApiCommandBuffersTests.cpp
4364
const auto
pixelHeight
= 2.0f / static_cast<float>(m_params.imageExtent.height); // Normalized size.
in iterate()
local
4399
float y_top = static_cast<float>(y) *
pixelHeight
- 1.0f;
in iterate()
4400
float y_bottom = y_top +
pixelHeight
;
in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H
A
D
vktPipelineExtendedDynamicStateTests.cpp
3926
const float
pixelHeight
= 2.0f / static_cast<float>(kFramebufferHeight);
in iterate()
local
3940
vertices.push_back(tcu::Vec2(pixelWidth * 7.0f / 16.0f - 1.0f,
pixelHeight
* 12.0f / 16.0f - 1.0f));
in iterate()
3956
const float yCoord = (
pixelHeight
/ 2.0f) +
pixelHeight
* static_cast<float>(rowIdx) - 1.0f;
in iterate()
Completed in 64 milliseconds