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:as_scissor
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_state_viewport.c
120
unsigned quant_mode = sctx->viewports.
as_scissor
[0].quant_mode;
in si_emit_cull_state()
273
vp_as_scissor = ctx->viewports.
as_scissor
[0];
in si_emit_guardband()
275
si_scissor_make_union(&vp_as_scissor, &ctx->viewports.
as_scissor
[i]);
in si_emit_guardband()
278
vp_as_scissor = ctx->viewports.
as_scissor
[0];
in si_emit_guardband()
407
struct si_signed_scissor *vp = &ctx->viewports.
as_scissor
[0];
in si_emit_scissors()
425
si_emit_one_scissor(ctx, cs, &ctx->viewports.
as_scissor
[i],
in si_emit_scissors()
438
struct si_signed_scissor *scissor = &ctx->viewports.
as_scissor
[index];
in si_set_viewport_states()
710
ctx->viewports.
as_scissor
[i].quant_mode = SI_QUANT_MODE_16_8_FIXED_POINT_1_256TH;
in si_init_viewport_functions()
H
A
D
si_pipe.h
802
struct si_signed_scissor
as_scissor
[SI_MAX_VIEWPORTS];
member
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
r600_viewport.c
247
struct r600_signed_scissor *vp = &rctx->viewports.
as_scissor
[0];
in r600_emit_scissors()
260
max_vp_scissor = rctx->viewports.
as_scissor
[0];
in r600_emit_scissors()
263
&rctx->viewports.
as_scissor
[i]);
in r600_emit_scissors()
273
r600_emit_one_scissor(rctx, cs, &rctx->viewports.
as_scissor
[i],
in r600_emit_scissors()
295
&rctx->viewports.
as_scissor
[index]);
in r600_set_viewport_states()
H
A
D
r600_pipe_common.h
472
struct r600_signed_scissor
as_scissor
[R600_MAX_VIEWPORTS];
member
Completed in 9 milliseconds