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:ring_offset
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H
A
D
sfn_shader_vs.cpp
581
int
ring_offset
= -1;
in do_store_output()
local
593
ring_offset
= in_io.
ring_offset
;
in do_store_output()
604
if (
ring_offset
== -1) {
in do_store_output()
628
ring_offset
>> 2, 4, nullptr));
in do_store_output()
H
A
D
sfn_shader.h
116
int
ring_offset
() const {return m_ring_offset;}
in ring_offset()
function in r600::ShaderInput
H
A
D
sfn_shader.cpp
1351
io.
ring_offset
= info.
ring_offset
();
in get_shader_info()
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
r600_dump.c
67
PRINT_INT_ARRAY_ELM(input,
ring_offset
);
in print_shader_info()
82
PRINT_INT_ARRAY_ELM(output,
ring_offset
);
in print_shader_info()
H
A
D
r600_shader.h
56
int
ring_offset
;
member
H
A
D
r600_shader.c
1120
ctx->shader->input[i].
ring_offset
= ctx->next_ring_offset;
in tgsi_declaration()
2632
out->
ring_offset
= i * 16;
in generate_gs_copy_shader()
2639
vtx.offset = out->
ring_offset
;
in generate_gs_copy_shader()
2906
int
ring_offset
;
in emit_gs_ring_writes()
local
2916
ring_offset
= -1;
in emit_gs_ring_writes()
2921
ring_offset
= in->
ring_offset
;
in emit_gs_ring_writes()
2924
if (
ring_offset
== -1)
in emit_gs_ring_writes()
2927
ring_offset
= idx * 16;
in emit_gs_ring_writes()
2936
ring_offset
in emit_gs_ring_writes()
[all...]
/third_party/libdrm/include/drm/
H
A
D
mach64_drm.h
220
unsigned long
ring_offset
;
member
H
A
D
r128_drm.h
247
unsigned long
ring_offset
;
member
H
A
D
radeon_drm.h
587
unsigned long
ring_offset
;
member
Completed in 16 milliseconds