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:nr_regs
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/intel/compiler/
H
A
D
brw_compile_ff_gs.c
67
GLuint
nr_regs
;
member
100
i += c->
nr_regs
;
in brw_ff_gs_alloc_regs()
111
c->prog_data->urb_read_length = c->
nr_regs
;
in brw_ff_gs_alloc_regs()
204
int write_len = MIN2(c->
nr_regs
- write_offset, 14);
in brw_ff_gs_emit_vue()
205
if (write_len == c->
nr_regs
- write_offset)
in brw_ff_gs_emit_vue()
576
c.
nr_regs
= (c.vue_map.num_slots + 1)/2;
in brw_compile_ff_gs_prog()
H
A
D
brw_compile_clip.c
48
/*
nr_regs
is the number of registers filled by reading data from the VUE.
in brw_compile_clip()
49
* This program accesses the entire VUE, so
nr_regs
needs to be the size of
in brw_compile_clip()
53
c.
nr_regs
= (c.vue_map.num_slots + 1)/2;
in brw_compile_clip()
H
A
D
brw_clip.h
92
GLuint
nr_regs
;
member
H
A
D
brw_clip_util.c
327
brw_copy_from_indirect(p, brw_message_reg(1), vert, c->
nr_regs
);
in brw_clip_emit_vue()
346
c->
nr_regs
+ 1, /* msg length */
in brw_clip_emit_vue()
H
A
D
brw_clip_line.c
62
i += c->
nr_regs
;
in brw_clip_line_alloc_regs()
93
c->prog_data.urb_read_length = c->
nr_regs
; /* ? */
in brw_clip_line_alloc_regs()
H
A
D
brw_clip_tri.c
69
i += c->
nr_regs
;
in brw_clip_tri_alloc_regs()
129
c->prog_data.urb_read_length = c->
nr_regs
; /* ? */
in brw_clip_tri_alloc_regs()
299
brw_ADD(p, get_addr_reg(freelist_ptr), get_addr_reg(freelist_ptr), brw_imm_uw(c->
nr_regs
* REG_SIZE));
in brw_clip_tri()
/third_party/mesa3d/src/intel/common/
H
A
D
intel_batch_decoder.c
1112
const unsigned
nr_regs
= (length - 1) / 2;
in decode_load_register_imm()
local
1114
for (unsigned i = 0; i <
nr_regs
; i++) {
in decode_load_register_imm()
Completed in 6 milliseconds