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:push_start
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/intel/vulkan/
H
A
D
anv_nir_compute_push_layout.c
44
unsigned
push_start
= UINT_MAX, push_end = 0;
in anv_nir_compute_push_layout()
local
65
push_start
= MIN2(
push_start
, base);
in anv_nir_compute_push_layout()
71
push_start
= MIN2(
push_start
,
in anv_nir_compute_push_layout()
73
push_end = MAX2(push_end,
push_start
+
in anv_nir_compute_push_layout()
84
const bool has_push_intrinsic =
push_start
<= push_end;
in anv_nir_compute_push_layout()
101
push_start
= MIN2(
push_start
, push_reg_mask_start);
in anv_nir_compute_push_layout()
117
/* Align
push_start
dow
in anv_nir_compute_push_layout()
[all...]
/third_party/mesa3d/src/intel/compiler/
H
A
D
brw_vec4_generator.cpp
1501
unsigned
push_start
= prog_data->dispatch_grf_start_reg;
in generate_zero_oob_push_regs()
local
1503
retype(brw_vec8_grf(
push_start
+ i, 0), BRW_REGISTER_TYPE_D);
in generate_zero_oob_push_regs()
Completed in 4 milliseconds