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:stencilIndex
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/experimental/graphite/src/
H
A
D
DrawOrder.h
137
DisjointStencilIndex
stencilIndex
() const { return fStencilIndex; }
in stencilIndex()
function in skgpu::DrawOrder
H
A
D
Device.cpp
326
if (order.
stencilIndex
() != DrawOrder::kUnassigned) {
in drawShape()
327
fMaxStencilIndex = std::max(fMaxStencilIndex, order.
stencilIndex
());
in drawShape()
H
A
D
DrawPass.cpp
83
draw->fOrder.
stencilIndex
().bits(),
in SortKey()
/third_party/skia/src/gpu/vk/
H
A
D
GrVkOpsRenderPass.cpp
467
uint32_t
stencilIndex
;
in onClearStencilClip()
local
468
SkAssertResult(fCurrentRenderPass->stencilAttachmentIndex(&
stencilIndex
));
in onClearStencilClip()
H
A
D
GrVkGpu.cpp
2650
int
stencilIndex
= renderPass->hasResolveAttachment() ? 2 : 1;
in beginRenderPass()
local
2652
clears[
stencilIndex
].depthStencil.depth = 0.0f;
in beginRenderPass()
2653
clears[
stencilIndex
].depthStencil.stencil = 0;
in beginRenderPass()
/third_party/vk-gl-cts/modules/glshared/
H
A
D
glsTextureStateQueryTests.cpp
925
const glw::GLint
stencilIndex
= GL_STENCIL_INDEX;
in test()
local
927
gl.glTexParameterIiv(m_target, m_pname, &
stencilIndex
);
in test()
939
const glw::GLuint
stencilIndex
= GL_STENCIL_INDEX;
in test()
local
941
gl.glTexParameterIuiv(m_target, m_pname, &
stencilIndex
);
in test()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H
A
D
vktRenderPassTests.cpp
2011
const size_t
stencilIndex
= renderInfo.getSubpassIndex();
in createSubpassPipeline()
local
2044
((
stencilIndex
% 2) == 0) ? ~0x0u : 0x0u // stencilReference
in createSubpassPipeline()
2053
((
stencilIndex
% 2) == 0) ? ~0x0u : 0x0u // stencilReference
in createSubpassPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H
A
D
vktRenderPassTests.cpp
1999
const size_t
stencilIndex
= renderInfo.getSubpassIndex();
in createSubpassPipeline()
local
2030
((
stencilIndex
% 2) == 0) ? ~0x0u : 0x0u // stencilReference
in createSubpassPipeline()
2039
((
stencilIndex
% 2) == 0) ? ~0x0u : 0x0u // stencilReference
in createSubpassPipeline()
Completed in 30 milliseconds