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:reg_layout
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/imagination/vulkan/
H
A
D
pvr_descriptor_set.c
937
struct pvr_descriptor_set_layout_mem_layout *const
reg_layout
=
in pvr_CreatePipelineLayout()
local
942
reg_layout
->primary_offset = next_free_reg[stage];
in pvr_CreatePipelineLayout()
943
reg_layout
->primary_size = mem_layout->primary_size;
in pvr_CreatePipelineLayout()
945
next_free_reg[stage] +=
reg_layout
->primary_size;
in pvr_CreatePipelineLayout()
955
struct pvr_descriptor_set_layout_mem_layout *const
reg_layout
=
in pvr_CreatePipelineLayout()
local
962
reg_layout
->secondary_offset = next_free_reg[stage];
in pvr_CreatePipelineLayout()
963
reg_layout
->secondary_size = mem_layout->secondary_size;
in pvr_CreatePipelineLayout()
965
next_free_reg[stage] +=
reg_layout
->secondary_size;
in pvr_CreatePipelineLayout()
H
A
D
pvr_pipeline.c
681
const struct pvr_descriptor_set_layout_mem_layout *const
reg_layout
=
in pvr_pds_descriptor_program_create_and_upload()
local
688
if (
reg_layout
->primary_size) {
in pvr_pds_descriptor_program_create_and_upload()
692
.size_in_dwords =
reg_layout
->primary_size,
in pvr_pds_descriptor_program_create_and_upload()
693
.destination =
reg_layout
->primary_offset + start_offset,
in pvr_pds_descriptor_program_create_and_upload()
699
if (!
reg_layout
->secondary_size)
in pvr_pds_descriptor_program_create_and_upload()
705
.size_in_dwords =
reg_layout
->secondary_size,
in pvr_pds_descriptor_program_create_and_upload()
706
.destination =
reg_layout
->secondary_offset + start_offset,
in pvr_pds_descriptor_program_create_and_upload()
Completed in 6 milliseconds