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:BEGIN_BATCH
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/i915/
H
A
D
i915_blit.c
64
if (!
BEGIN_BATCH
(6)) {
in i915_fill_blit()
66
assert(
BEGIN_BATCH
(6));
in i915_fill_blit()
127
if (!
BEGIN_BATCH
(8)) {
in i915_copy_blit()
129
assert(
BEGIN_BATCH
(8));
in i915_copy_blit()
H
A
D
i915_clear.c
125
if (!
BEGIN_BATCH
(1 + 2 * (7 + 7))) {
in i915_clear_emit()
131
assert(
BEGIN_BATCH
(1 + 2 * (7 + 7)));
in i915_clear_emit()
176
if (!
BEGIN_BATCH
(1 + 7 + 7)) {
in i915_clear_emit()
182
assert(
BEGIN_BATCH
(1 + 7 + 7));
in i915_clear_emit()
H
A
D
i915_prim_vbuf.c
427
if (!
BEGIN_BATCH
(1 + (nr_indices + 1) / 2)) {
in draw_arrays_fallback()
435
if (!
BEGIN_BATCH
(1 + (nr_indices + 1) / 2)) {
in draw_arrays_fallback()
474
if (!
BEGIN_BATCH
(2)) {
in i915_vbuf_render_draw_arrays()
482
if (!
BEGIN_BATCH
(2)) {
in i915_vbuf_render_draw_arrays()
588
if (!
BEGIN_BATCH
(1 + (nr_indices + 1) / 2)) {
in i915_vbuf_render_draw_elements()
596
if (!
BEGIN_BATCH
(1 + (nr_indices + 1) / 2)) {
in i915_vbuf_render_draw_elements()
H
A
D
i915_prim_emit.c
135
if (!
BEGIN_BATCH
(1 + nr * vertex_size / 4)) {
in emit_prim()
142
if (!
BEGIN_BATCH
(1 + nr * vertex_size / 4)) {
in emit_prim()
H
A
D
i915_batch.h
34
#define
BEGIN_BATCH
(dwords) (i915_winsys_batchbuffer_check(i915->batch, dwords))
macro
H
A
D
i915_state_emit.c
486
if (!
BEGIN_BATCH
(batch_space)) {
in i915_emit_hardware_state()
489
assert(
BEGIN_BATCH
(batch_space));
in i915_emit_hardware_state()
Completed in 3 milliseconds