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:root_param
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/microsoft/vulkan/
H
A
D
dzn_descriptor_set.c
647
D3D12_ROOT_PARAMETER1 *
root_param
;
in dzn_pipeline_layout_create()
local
652
root_param
= &root_params[layout->root.param_count];
in dzn_pipeline_layout_create()
653
root_param
->ParameterType = D3D12_ROOT_PARAMETER_TYPE_DESCRIPTOR_TABLE;
in dzn_pipeline_layout_create()
654
root_param
->DescriptorTable.pDescriptorRanges = range_ptr;
in dzn_pipeline_layout_create()
655
root_param
->DescriptorTable.NumDescriptorRanges = 0;
in dzn_pipeline_layout_create()
656
root_param
->ShaderVisibility = (D3D12_SHADER_VISIBILITY)i;
in dzn_pipeline_layout_create()
669
root_param
->DescriptorTable.NumDescriptorRanges += range_count;
in dzn_pipeline_layout_create()
673
if (
root_param
->DescriptorTable.NumDescriptorRanges) {
in dzn_pipeline_layout_create()
684
root_param
= &root_params[layout->root.param_count++];
in dzn_pipeline_layout_create()
685
root_param
in dzn_pipeline_layout_create()
718
D3D12_ROOT_PARAMETER1 *
root_param
= &
root_param
s[layout->root.param_count++];
dzn_pipeline_layout_create()
local
[all...]
/third_party/mesa3d/src/microsoft/clc/
H
A
D
compute_test.cpp
227
D3D12_ROOT_PARAMETER1
root_param
;
in create_root_signature()
local
228
root_param
.ParameterType = D3D12_ROOT_PARAMETER_TYPE_DESCRIPTOR_TABLE;
in create_root_signature()
229
root_param
.DescriptorTable.NumDescriptorRanges = resources.ranges.size();
in create_root_signature()
230
root_param
.DescriptorTable.pDescriptorRanges = resources.ranges.data();
in create_root_signature()
231
root_param
.ShaderVisibility = D3D12_SHADER_VISIBILITY_ALL;
in create_root_signature()
235
root_sig_desc.pParameters = &
root_param
;
in create_root_signature()
Completed in 4 milliseconds