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:plane_mask
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H
A
D
lp_rast.h
249
unsigned
plane_mask
;
member
276
unsigned
plane_mask
)
in lp_rast_arg_triangle()
280
arg.triangle.
plane_mask
=
plane_mask
;
in lp_rast_arg_triangle()
297
arg.triangle.
plane_mask
= x | (y << 8);
in lp_rast_arg_triangle_contained()
275
lp_rast_arg_triangle( const struct lp_rast_triangle *triangle, unsigned
plane_mask
)
lp_rast_arg_triangle()
argument
H
A
D
lp_rast_tri.c
114
arg2.triangle.
plane_mask
= (1<<3)-1;
in lp_rast_triangle_3_16()
131
arg2.triangle.
plane_mask
= (1<<4)-1;
in lp_rast_triangle_4_16()
141
arg2.triangle.
plane_mask
= (1<<3)-1;
in lp_rast_triangle_ms_3_16()
158
arg2.triangle.
plane_mask
= (1<<4)-1;
in lp_rast_triangle_ms_4_16()
297
const int x = (arg.triangle.
plane_mask
& 0xff) + task->x;
in lp_rast_triangle_32_3_16()
298
const int y = (arg.triangle.
plane_mask
>> 8) + task->y;
in lp_rast_triangle_32_3_16()
409
const unsigned x = (arg.triangle.
plane_mask
& 0xff) + task->x;
in lp_rast_triangle_32_3_4()
410
const unsigned y = (arg.triangle.
plane_mask
>> 8) + task->y;
in lp_rast_triangle_32_3_4()
580
const int x = (arg.triangle.
plane_mask
& 0xff) + task->x;
in lp_rast_triangle_32_3_16()
581
const int y = (arg.triangle.
plane_mask
>>
in lp_rast_triangle_32_3_16()
[all...]
H
A
D
lp_rast_tri_tmp.h
200
unsigned
plane_mask
= arg.triangle.
plane_mask
;
in lp_rast_triangle()
local
216
while (
plane_mask
) {
in lp_rast_triangle()
217
int i = ffs(
plane_mask
) - 1;
in lp_rast_triangle()
219
plane_mask
&= ~(1 << i);
in lp_rast_triangle()
253
* the whole tile (in which case
plane_mask
will not include it).
in lp_rast_triangle()
357
unsigned mask = arg.triangle.
plane_mask
;
in TRI_16()
437
unsigned mask = arg.triangle.
plane_mask
;
in TRI_4()
H
A
D
lp_rast_debug.c
315
unsigned
plane_mask
= arg.triangle.
plane_mask
;
in debug_triangle()
local
328
while (
plane_mask
) {
in debug_triangle()
329
plane[nr_planes] = tri_plane[u_bit_scan(&
plane_mask
)];
in debug_triangle()
/third_party/astc-encoder/Source/
H
A
D
astcenc_compress_symbolic.cpp
90
vmask4
plane_mask
= vint4::lane_id() == vint4(plane2_component);
in realign_weights_undecimated()
local
122
epd = select(epd, vint4::zero(),
plane_mask
);
in realign_weights_undecimated()
275
plane_mask
= ~
plane_mask
;
in realign_weights_undecimated()
297
vmask4
plane_mask
= vint4::lane_id() == vint4(plane2_component);
in realign_weights_undecimated()
local
329
epd = select(epd, vint4::zero(),
plane_mask
);
in realign_weights_undecimated()
381
plane_mask
= ~
plane_mask
;
in realign_weights_undecimated()
422
vmask4
plane_mask
= vint4::lane_id() == vint4(plane2_component);
in realign_weights_decimated()
local
455
epd = select(epd, vint4::zero(),
plane_mask
);
in realign_weights_decimated()
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H
A
D
svga_tgsi_vgpu10.c
6716
unsigned
plane_mask
;
in emit_clip_distance_declarations()
local
6741
plane_mask
= (1 << num_clip_planes) - 1;
in emit_clip_distance_declarations()
6742
if (
plane_mask
& 0xf) {
in emit_clip_distance_declarations()
6743
unsigned cmask =
plane_mask
& VGPU10_OPERAND_4_COMPONENT_MASK_ALL;
in emit_clip_distance_declarations()
6749
if (
plane_mask
& 0xf0) {
in emit_clip_distance_declarations()
6750
unsigned cmask = (
plane_mask
>> 4) & VGPU10_OPERAND_4_COMPONENT_MASK_ALL;
in emit_clip_distance_declarations()
Completed in 21 milliseconds