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:storageFormat
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H
A
D
vk_helpers.cpp
5716
const angle::Format &
storageFormat
= vkFormat.getActualImageFormat(access);
in stageSubresourceUpdateImpl()
local
5728
if (
storageFormat
.isBlock)
in stageSubresourceUpdateImpl()
5755
ASSERT(
storageFormat
.pixelBytes != 0);
in stageSubresourceUpdateImpl()
5757
if (
storageFormat
.id == angle::FormatID::D24_UNORM_S8_UINT)
in stageSubresourceUpdateImpl()
5761
if (
storageFormat
.id == angle::FormatID::D32_FLOAT_S8X24_UINT)
in stageSubresourceUpdateImpl()
5789
outputRowPitch =
storageFormat
.pixelBytes * glExtents.width;
in stageSubresourceUpdateImpl()
5801
if (
storageFormat
.depthBits > 0 &&
storageFormat
.stencilBits > 0 &&
in stageSubresourceUpdateImpl()
5829
if (
storageFormat
.isYUV)
in stageSubresourceUpdateImpl()
5853
SubresourceUpdate(currentBuffer, copy,
storageFormat
in stageSubresourceUpdateImpl()
6251
const angle::Format &
storageFormat
= vkFormat.getActualImageFormat(access);
stageSubresourceUpdateFromFramebuffer()
local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H
A
D
TextureD3D.cpp
1613
const GLenum
storageFormat
= getBaseLevelInternalFormat();
in redefineImage()
local
1631
size.height != storageHeight || internalformat !=
storageFormat
||
in redefineImage()
2335
const GLenum
storageFormat
= getBaseLevelInternalFormat();
2347
internalformat !=
storageFormat
) // Discard mismatched storage
3007
const GLenum
storageFormat
= getBaseLevelInternalFormat();
3018
internalformat !=
storageFormat
) // Discard mismatched storage
3756
const GLenum
storageFormat
= getBaseLevelInternalFormat();
3801
internalformat !=
storageFormat
) // Discard mismatched storage
/third_party/vk-gl-cts/modules/internal/
H
A
D
ditTextureFormatTests.cpp
1270
void getReferenceValues (TextureFormat
storageFormat
, TextureFormat viewFormat, vector<Vector<T, 4> >& dst)
in getReferenceValues()
argument
1272
const int numPixels = getInputAccess(
storageFormat
).getWidth();
in getReferenceValues()
1273
const deUint32* const rawValues = getRawReference<T>(
storageFormat
);
in getReferenceValues()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H
A
D
vktImageDepthStencilDescriptorTests.cpp
1039
const auto
storageFormat
= getAspectStorageFormat(desc.aspect);
in iterate()
local
1040
const auto tcuStorageFormat = mapVkFormat(
storageFormat
);
in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H
A
D
vktImageDepthStencilDescriptorTests.cpp
1039
const auto
storageFormat
= getAspectStorageFormat(desc.aspect);
in iterate()
local
1040
const auto tcuStorageFormat = mapVkFormat(
storageFormat
);
in iterate()
Completed in 29 milliseconds