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:fill_front
(Results
1 - 25
of
40
) sorted by relevance
1
2
/third_party/mesa3d/src/mesa/state_tracker/
H
A
D
st_atom_rasterizer.c
133
raster->
fill_front
= PIPE_POLYGON_MODE_LINE;
in st_update_rasterizer()
137
raster->
fill_front
= translate_fill(ctx->Polygon.FrontMode);
in st_update_rasterizer()
144
raster->
fill_front
= raster->fill_back;
in st_update_rasterizer()
148
raster->fill_back = raster->
fill_front
;
in st_update_rasterizer()
292
if (raster->
fill_front
!= PIPE_POLYGON_MODE_FILL)
in st_update_rasterizer()
/third_party/mesa3d/src/gallium/drivers/svga/
H
A
D
svga_pipe_rasterizer.c
110
unsigned fill_mode = translate_fill_mode(rast->templ.
fill_front
);
in svga_define_rasterizer_object()
129
if (rast->templ.
fill_front
!= rast->templ.fill_back) {
in svga_define_rasterizer_object()
295
int
fill_front
= templ->
fill_front
;
in svga_create_rasterizer_state()
local
298
boolean offset_front = util_get_offset(templ,
fill_front
);
in svga_create_rasterizer_state()
315
fill =
fill_front
;
in svga_create_rasterizer_state()
319
if (
fill_front
!= fill_back || offset_front != offset_back) {
in svga_create_rasterizer_state()
329
fill =
fill_front
;
in svga_create_rasterizer_state()
H
A
D
svga_draw_arrays.c
225
if (svga->curr.rast->templ.
fill_front
!=
in svga_hwtnl_draw_arrays()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H
A
D
fd5_rasterizer.c
70
fd_polygon_mode(cso->
fill_front
)) |
in fd5_rasterizer_state_create()
73
if (cso->
fill_front
!= PIPE_POLYGON_MODE_FILL ||
in fd5_rasterizer_state_create()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H
A
D
etnaviv_rasterizer.c
41
if (so->
fill_front
!= so->fill_back)
in etna_rasterizer_state_create()
52
translate_polygon_mode(so->
fill_front
) |
in etna_rasterizer_state_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H
A
D
fd4_rasterizer.c
79
fd_polygon_mode(cso->
fill_front
)) |
in fd4_rasterizer_state_create()
83
if (cso->
fill_front
!= PIPE_POLYGON_MODE_FILL ||
in fd4_rasterizer_state_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H
A
D
fd2_rasterizer.c
80
A2XX_PA_SU_SC_MODE_CNTL_FRONT_PTYPE(fd_polygon_mode(cso->
fill_front
)) |
in fd2_rasterizer_state_create()
96
if (cso->
fill_front
!= PIPE_POLYGON_MODE_FILL ||
in fd2_rasterizer_state_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H
A
D
fd3_rasterizer.c
79
fd_polygon_mode(cso->
fill_front
)) |
in fd3_rasterizer_state_create()
83
if (cso->
fill_front
!= PIPE_POLYGON_MODE_FILL ||
in fd3_rasterizer_state_create()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H
A
D
draw_pipe_unfilled.c
217
unfilled->mode[0] = rast->front_ccw ? rast->
fill_front
: rast->fill_back;
in unfilled_first_tri()
218
unfilled->mode[1] = rast->front_ccw ? rast->fill_back : rast->
fill_front
;
in unfilled_first_tri()
258
(rast->
fill_front
!= PIPE_POLYGON_MODE_FILL ||
in draw_unfilled_prepare_outputs()
H
A
D
draw_pipe_offset.c
152
unsigned fill_mode = rast->
fill_front
;
in offset_first_tri()
155
if (rast->fill_back != rast->
fill_front
) {
in offset_first_tri()
H
A
D
draw_pipe_validate.c
107
if (rasterizer->
fill_front
!= PIPE_POLYGON_MODE_FILL ||
in draw_need_pipeline()
215
if (rast->
fill_front
!= PIPE_POLYGON_MODE_FILL ||
in validate_pipeline()
H
A
D
draw_pt_fetch_shade_pipeline.c
84
unsigned point_clip = draw->rasterizer->
fill_front
== PIPE_POLYGON_MODE_POINT ||
in fetch_pipeline_prepare()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H
A
D
fd6_rasterizer.c
81
switch (cso->
fill_front
) {
in __fd6_setup_rasterizer_stateobj()
89
assert(cso->
fill_front
== PIPE_POLYGON_MODE_FILL);
in __fd6_setup_rasterizer_stateobj()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H
A
D
Rasterizer.cpp
216
state.
fill_front
= translate_fill_mode(pRasterizerDesc->FillMode);
in CreateRasterizerState()
217
state.fill_back = state.
fill_front
;
in CreateRasterizerState()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H
A
D
lp_state_rasterizer.c
79
need_pipeline = (rast->
fill_front
!= PIPE_POLYGON_MODE_FILL ||
in llvmpipe_create_rasterizer_state()
/third_party/mesa3d/src/gallium/frontends/nine/
H
A
D
nine_pipe.c
90
rast.
fill_front
= d3dfillmode_to_pipe_polygon_mode(rs[D3DRS_FILLMODE]);
in nine_convert_rasterizer_state()
91
rast.fill_back = rast.
fill_front
;
in nine_convert_rasterizer_state()
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_draw.c
128
rs_state->
fill_front
== PIPE_POLYGON_MODE_FILL &&
in crocus_update_draw_info()
134
rs_state->
fill_front
== PIPE_POLYGON_MODE_FILL &&
in crocus_update_draw_info()
H
A
D
crocus_program.c
2132
uint32_t
fill_front
= BRW_CLIP_FILL_MODE_CULL;
in crocus_update_compiled_clip()
local
2138
switch (rs_state->
fill_front
) {
in crocus_update_compiled_clip()
2140
fill_front
= BRW_CLIP_FILL_MODE_FILL;
in crocus_update_compiled_clip()
2144
fill_front
= BRW_CLIP_FILL_MODE_LINE;
in crocus_update_compiled_clip()
2148
fill_front
= BRW_CLIP_FILL_MODE_POINT;
in crocus_update_compiled_clip()
2172
rs_state->
fill_front
!= PIPE_POLYGON_MODE_FILL) {
in crocus_update_compiled_clip()
2190
key.fill_ccw =
fill_front
;
in crocus_update_compiled_clip()
2198
key.fill_cw =
fill_front
;
in crocus_update_compiled_clip()
/third_party/mesa3d/src/gallium/drivers/zink/
H
A
D
zink_state.c
586
assert(rs_state->
fill_front
<= PIPE_POLYGON_MODE_POINT);
in zink_create_rasterizer_state()
587
if (rs_state->fill_back != rs_state->
fill_front
)
in zink_create_rasterizer_state()
589
state->hw_state.polygon_mode = rs_state->
fill_front
; // same values
in zink_create_rasterizer_state()
/third_party/mesa3d/src/gallium/include/pipe/
H
A
D
p_state.h
101
unsigned
fill_front
:2; /**< PIPE_POLYGON_MODE_x */
member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H
A
D
nv30_state.c
149
SB_DATA (so, nvgl_polygon_mode(cso->
fill_front
));
in nv30_rasterizer_state_create()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H
A
D
d3d12_pipeline_state.cpp
156
: state->base.
fill_front
;
in depth_bias()
H
A
D
d3d12_context.cpp
516
if (rs_state->
fill_front
!= rs_state->fill_back) {
in d3d12_create_rasterizer_state()
519
cso->desc.FillMode = fill_mode(rs_state->
fill_front
);
in d3d12_create_rasterizer_state()
526
templ.
fill_front
= rs_state->fill_back;
in d3d12_create_rasterizer_state()
535
cso->desc.FillMode = fill_mode(rs_state->
fill_front
);
in d3d12_create_rasterizer_state()
546
cso->desc.FillMode = fill_mode(rs_state->
fill_front
);
in d3d12_create_rasterizer_state()
/third_party/mesa3d/src/gallium/drivers/r300/
H
A
D
r300_state.c
1225
if (state->
fill_front
!= PIPE_POLYGON_MODE_FILL ||
in r300_create_rs_state()
1238
if (util_get_offset(state, state->
fill_front
)) {
in r300_create_rs_state()
1250
r300_translate_polygon_mode_front(state->
fill_front
);
in r300_create_rs_state()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H
A
D
tr_dump_state.c
126
trace_dump_member(uint, state,
fill_front
);
in trace_dump_rasterizer_state()
Completed in 24 milliseconds
1
2