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:gfx10_query
(Results
1 - 1
of
1
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_query.c
1074
struct gfx10_sh_query *
gfx10_query
= (struct gfx10_sh_query *)query;
in si_emit_query_predication()
local
1087
first =
gfx10_query
->first;
in si_emit_query_predication()
1088
last =
gfx10_query
->last;
in si_emit_query_predication()
1097
unsigned results_base =
gfx10_query
->first_begin;
in si_emit_query_predication()
1101
unsigned begin = qbuf ==
gfx10_query
->first ?
gfx10_query
->first_begin : 0;
in si_emit_query_predication()
1102
unsigned end = qbuf ==
gfx10_query
->last ?
gfx10_query
->last_end : qbuf->buf->b.b.width0;
in si_emit_query_predication()
1106
if (
gfx10_query
->b.type == PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE) {
in si_emit_query_predication()
1114
emit_set_predicate(ctx, qbuf->buf, va + 4 * sizeof(uint64_t) *
gfx10_query
in si_emit_query_predication()
[all...]
Completed in 3 milliseconds