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:use_hw_binning
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H
A
D
fd6_gmem.c
245
use_hw_binning
(struct fd_batch *batch)
in use_hw_binning()
function
839
if (
use_hw_binning
(batch)) {
924
if (
use_hw_binning
(batch)) {
in fd6_emit_tile_prep()
1267
if (batch->fast_cleared || !
use_hw_binning
(batch)) {
in fd6_emit_tile_renderprep()
1430
if (!
use_hw_binning
(batch)) {
in fd6_emit_tile()
1445
if (
use_hw_binning
(batch)) {
in fd6_emit_tile_gmem2mem()
1466
if (batch->fast_cleared || !
use_hw_binning
(batch)) {
in fd6_emit_tile_gmem2mem()
1488
if (
use_hw_binning
(batch)) {
in fd6_emit_tile_fini()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H
A
D
fd5_gmem.c
262
use_hw_binning
(struct fd_batch *batch)
in use_hw_binning()
function
431
if (
use_hw_binning
(batch)) {
477
if (
use_hw_binning
(batch)) {
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H
A
D
fd2_gmem.c
64
use_hw_binning
(struct fd_batch *batch)
in use_hw_binning()
function
572
if (
use_hw_binning
(batch)) {
737
if (
use_hw_binning
(batch)) {
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H
A
D
fd4_gmem.c
145
use_hw_binning
(struct fd_batch *batch)
in use_hw_binning()
function
695
if (
use_hw_binning
(batch)) {
784
if (
use_hw_binning
(batch)) {
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H
A
D
fd3_gmem.c
142
use_hw_binning
(struct fd_batch *batch)
in use_hw_binning()
function
975
if (
use_hw_binning
(batch)) {
1041
if (
use_hw_binning
(batch)) {
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_cmd_buffer.c
544
use_hw_binning
(struct tu_cmd_buffer *cmd)
in use_hw_binning()
function
599
/* XFB is incompatible with non-hw binning GMEM rendering, see
use_hw_binning
*/
in use_sysmem_rendering()
604
* GMEM rendering, see
use_hw_binning
.
in use_sysmem_rendering()
659
bool hw_binning =
use_hw_binning
(cmd);
in tu6_emit_tile_select()
1329
if (
use_hw_binning
(cmd)) {
in tu6_tile_render_begin()
1392
if (
use_hw_binning
(cmd)) {
in tu6_render_tile()
Completed in 14 milliseconds