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:is2D
(Results
1 - 12
of
12
) sorted by relevance
/third_party/vk-gl-cts/modules/glshared/
H
A
D
glsTextureTestUtil.cpp
129
bool
is2D
= de::inRange<int>(program, PROGRAM_2D_FLOAT, PROGRAM_2D_UINT_BIAS)
in getProgram()
local
171
else if (isCube || (
is2D
&& isArray) || is3D)
in getProgram()
173
else if ((is1D && isArray) ||
is2D
)
in getProgram()
/third_party/skia/third_party/externals/swiftshader/src/Device/
H
A
D
Sampler.hpp
137
bool
is2D
() const
in is2D()
function
/third_party/mesa3d/src/nouveau/codegen/
H
A
D
nv50_ir_from_tgsi.cpp
83
bool
is2D
() const { return reg.Dimension; }
in is2D()
function in tgsi::Instruction::SrcRegister
142
bool
is2D
() const { return reg.Dimension; }
in is2D()
function in tgsi::Instruction::DstRegister
1773
src.
is2D
() ? src.getIndex(1) : 0,
in srcToSym()
1783
dst.
is2D
() ? dst.getIndex(1) : 0,
in dstToSym()
1915
if (src.
is2D
()) {
1952
if (dst.
is2D
()) {
2037
int idx2d = src.
is2D
() ? src.getIndex(1) : 0;
2105
int idx2d = dst.
is2D
() ? dst.getIndex(1) : 0;
in acquireDst()
2155
int idx2d = dst.
is2D
() ? dst.getIndex(1) : 0;
in storeDst()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H
A
D
renderer11_utils.h
383
bool
is2D
() const { return mData->resourceType == ResourceType::Texture2D; }
in is2D()
function in rx::TextureHelper11
H
A
D
Image11.cpp
474
if (textureHelper.
is2D
() && textureHelper.getSampleCount() > 1)
in copyWithoutConversion()
H
A
D
Renderer11.cpp
2503
if (sourceRenderTarget->getTexture().
is2D
() && sourceRenderTarget->isMultisampled())
in copyImageInternal()
3466
if (textureHelper.
is2D
() && textureHelper.getSampleCount() > 1)
in readFromAttachment()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H
A
D
vktTextureTestUtil.cpp
207
bool
is2D
= de::inRange<int>(program, PROGRAM_2D_FLOAT, PROGRAM_2D_SHADOW_BIAS)
in initializePrograms()
local
227
else if (isCube || (
is2D
&& isArray) || is3D)
in initializePrograms()
229
else if ((is1D && isArray) ||
is2D
)
in initializePrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H
A
D
vktTextureTestUtil.cpp
220
bool
is2D
= de::inRange<int>(program, PROGRAM_2D_FLOAT, PROGRAM_2D_SHADOW_BIAS)
in initializePrograms()
local
240
else if (isCube || (
is2D
&& isArray) || is3D)
in initializePrograms()
242
else if ((is1D && isArray) ||
is2D
)
in initializePrograms()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H
A
D
SamplerCore.cpp
73
else if(state.
is2D
())
in sampleTexture()
1331
if(state.
is2D
() || state.is3D() || state.isCube())
in computeIndices()
1391
if(state.
is2D
() || state.is3D() || state.isCube())
in computeIndices()
1882
if(state.
is2D
() || state.is3D() || state.isCube()) negative |= vvvv;
in sampleTexel()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H
A
D
TextureVk.cpp
201
const bool
is2D
= imageType == VK_IMAGE_TYPE_2D;
in CanGenerateMipmapWithCompute()
local
209
return hasStorageSupport && !isSRGB && !isInt &&
is2D
&& !isMultisampled && isColorFormat;
in CanGenerateMipmapWithCompute()
/third_party/glslang/glslang/Include/
H
A
D
Types.h
109
bool
is2D
() const { return dim == Esd2D; }
in is2D()
function
/third_party/glslang/glslang/MachineIndependent/
H
A
D
ParseHelper.cpp
2329
if (s.
is2D
() && s.isArrayed() && s.isShadow()) {
in builtInOpCheck()
2349
if (s.
is2D
() && s.isArrayed() && s.isShadow() &&
in builtInOpCheck()
Completed in 49 milliseconds