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:pstipple
(Results
1 - 12
of
12
) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/draw/
H
A
D
draw_pipe_validate.c
103
if (rasterizer->poly_stipple_enable && draw->pipeline.
pstipple
)
in draw_need_pipeline()
210
&& draw->pipeline.
pstipple
) {
in validate_pipeline()
211
draw->pipeline.
pstipple
->next = next;
in validate_pipeline()
212
next = draw->pipeline.
pstipple
;
in validate_pipeline()
H
A
D
draw_pipe.c
109
if (draw->pipeline.
pstipple
)
in draw_pipeline_destroy()
110
draw->pipeline.
pstipple
->destroy(draw->pipeline.
pstipple
);
in draw_pipeline_destroy()
H
A
D
draw_pipe_pstipple.c
332
return pstip_stage(draw->pipeline.
pstipple
);
in pstip_stage_from_pipe()
485
draw->pipeline.
pstipple
= &pstip->stage;
in draw_install_pstipple_stage()
H
A
D
draw_private.h
163
struct draw_stage *
pstipple
;
member
/third_party/mesa3d/src/gallium/drivers/d3d12/
H
A
D
d3d12_context.cpp
102
pipe_resource_reference(&ctx->
pstipple
.texture, nullptr);
in d3d12_context_destroy()
103
pipe_sampler_view_reference(&ctx->
pstipple
.sampler_view, nullptr);
in d3d12_context_destroy()
105
FREE(ctx->
pstipple
.sampler_cso);
in d3d12_context_destroy()
1235
ctx->
pstipple
.texture = util_pstipple_create_stipple_texture(pctx, NULL);
1236
if (!ctx->
pstipple
.texture)
1239
ctx->
pstipple
.sampler_view = util_pstipple_create_sampler_view(pctx, ctx->
pstipple
.texture);
1240
if (!ctx->
pstipple
.sampler_view)
1243
ctx->
pstipple
.sampler_cso = (struct d3d12_sampler_state *)util_pstipple_create_sampler(pctx);
1244
if (!ctx->
pstipple
[all...]
H
A
D
d3d12_context.h
223
}
pstipple
;
member
H
A
D
d3d12_draw.cpp
108
view = (struct d3d12_sampler_view*)ctx->
pstipple
.sampler_view;
in fill_srv_descriptors()
207
sampler = ctx->
pstipple
.sampler_cso;
in fill_sampler_descriptors()
950
if (ctx->
pstipple
.enabled && ctx->gfx_pipeline_state.rast->base.poly_stipple_enable)
in d3d12_draw_vbo()
H
A
D
d3d12_compiler.cpp
941
if (sel_ctx->ctx->
pstipple
.enabled &&
in d3d12_fill_shader_key()
969
key->fs.polygon_stipple = sel_ctx->ctx->
pstipple
.enabled &&
in d3d12_fill_shader_key()
/third_party/mesa3d/src/gallium/drivers/svga/
H
A
D
svga_shader.h
87
unsigned
pstipple
:1;
member
H
A
D
svga_state_fs.c
169
key->fs.
pstipple
= (svga->curr.rast->templ.poly_stipple_enable &&
in make_fs_key()
H
A
D
svga_tgsi_insn.c
3766
if (emit->unit == PIPE_SHADER_FRAGMENT && emit->key.fs.
pstipple
) {
in svga_shader_emit_instructions()
H
A
D
svga_tgsi_vgpu10.c
12684
debug_printf("Before
pstipple
------------------\n");
in transform_fs_pstipple()
12706
debug_printf("After
pstipple
------------------\n");
in transform_fs_pstipple()
12978
if (key->fs.
pstipple
) {
in svga_tgsi_vgpu10_translate()
Completed in 33 milliseconds