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:fPipelineState
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/src/gpu/mtl/
H
A
D
GrMtlPipeline.h
27
SkDebugf("GrMtlRenderPipeline: %p (%ld refs)\n",
fPipelineState
,
28
CFGetRetainCount((CFTypeRef)
fPipelineState
));
33
fPipelineState
= nil;
36
id<MTLRenderPipelineState> mtlPipelineState() const { return
fPipelineState
; }
in mtlPipelineState()
41
,
fPipelineState
(pso) {
in GrMtlRenderPipeline()
44
mutable id<MTLRenderPipelineState>
fPipelineState
;
member in GrMtlRenderPipeline
/third_party/skia/src/gpu/d3d/
H
A
D
GrD3DPipeline.h
23
SkDebugf("GrD3DPipeline: %p (%d refs)\n",
fPipelineState
.get(), this->getRefCnt());
28
// release the
fPipelineState
cause the gr_cp will handle that in the dtor.
31
ID3D12PipelineState* d3dPipelineState() const { return
fPipelineState
.get(); }
in d3dPipelineState()
35
:
fPipelineState
(std::move(pipelineState)) {
in GrD3DPipeline()
38
gr_cp<ID3D12PipelineState>
fPipelineState
;
member in GrD3DPipeline
H
A
D
GrD3DResourceProvider.cpp
299
: fGpu(gpu),
fPipelineState
(std::move(pipelineState)) {}
in Entry()
302
std::unique_ptr<GrD3DPipelineState>
fPipelineState
;
member
359
return ((*entry)->
fPipelineState
).get();
in refPipelineState()
361
return ((*entry)->
fPipelineState
).get();
in refPipelineState()
366
(*entry)->
fPipelineState
->markUniformsDirty();
in markPipelineStateUniformsDirty()
/third_party/skia/src/gpu/vk/
H
A
D
GrVkPipelineStateCache.cpp
30
,
fPipelineState
(pipelineState) {}
in Entry()
33
if (
fPipelineState
) {
in ~Entry()
34
fPipelineState
->freeGPUResources(fGpu);
in ~Entry()
39
std::unique_ptr<GrVkPipelineState>
fPipelineState
;
member
129
return (*entry)->
fPipelineState
.get();
in findOrCreatePipelineStateImpl()
131
return (*entry)->
fPipelineState
.get();
in findOrCreatePipelineStateImpl()
/third_party/skia/experimental/graphite/src/mtl/
H
A
D
MtlGraphicsPipeline.h
34
id<MTLRenderPipelineState> mtlPipelineState() const { return
fPipelineState
.get(); }
in mtlPipelineState()
42
:
fPipelineState
(std::move(pso))
in GraphicsPipeline()
46
sk_cfp<id<MTLRenderPipelineState>>
fPipelineState
;
member in skgpu::mtl::final
Completed in 2 milliseconds