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:null_rtv
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/d3d12/
H
A
D
d3d12_screen.h
95
struct d3d12_descriptor_handle
null_rtv
;
member
H
A
D
d3d12_screen.cpp
1094
d3d12_descriptor_pool_alloc_handle(screen->rtv_pool, &screen->
null_rtv
);
in d3d12_init_null_rtv()
1095
screen->dev->CreateRenderTargetView(NULL, &rtv, screen->
null_rtv
.cpu_handle);
in d3d12_init_null_rtv()
H
A
D
d3d12_draw.cpp
1144
render_targets[i] = screen->
null_rtv
.cpu_handle;
in d3d12_draw_vbo()
/third_party/mesa3d/src/microsoft/vulkan/
H
A
D
dzn_private.h
580
D3D12_CPU_DESCRIPTOR_HANDLE
null_rtv
;
member
H
A
D
dzn_cmd_buffer.c
463
cmdbuf->
null_rtv
.ptr = 0;
in dzn_cmd_buffer_reset()
1034
if (!cmdbuf->
null_rtv
.ptr) {
in dzn_cmd_buffer_get_null_rtv()
1038
cmdbuf->
null_rtv
= dzn_descriptor_heap_get_cpu_handle(heap, slot);
in dzn_cmd_buffer_get_null_rtv()
1046
ID3D12Device1_CreateRenderTargetView(device->dev, NULL, &desc, cmdbuf->
null_rtv
);
in dzn_cmd_buffer_get_null_rtv()
1049
return cmdbuf->
null_rtv
;
in dzn_cmd_buffer_get_null_rtv()
Completed in 14 milliseconds