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:zero_push_reg
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/intel/vulkan/
H
A
D
anv_nir_compute_push_layout.c
244
prog_data->
zero_push_reg
|= BITFIELD64_RANGE(range_start_reg,
in anv_nir_compute_push_layout()
/third_party/mesa3d/src/intel/compiler/
H
A
D
intel_clc.c
143
assert(cs_prog_data->base.
zero_push_reg
== 0);
in print_cs_prog_data_fields()
H
A
D
brw_compiler.h
767
/*
zero_push_reg
is a bitfield which indicates what push registers (if any)
773
* reg_used &
zero_push_reg
& ~*push_reg_mask_param & (1ull << i)
777
uint64_t
zero_push_reg
;
member
H
A
D
brw_vec4.cpp
2357
if (prog_data->base.
zero_push_reg
) {
in run()
H
A
D
brw_vec4_generator.cpp
1468
const uint64_t want_zero = prog_data->
zero_push_reg
;
in generate_zero_oob_push_regs()
H
A
D
brw_fs.cpp
1698
uint64_t want_zero = used & stage_prog_data->
zero_push_reg
;
Completed in 18 milliseconds