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
defs:reduced_prim
(Results
1 - 10
of
10
) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/draw/
H
A
D
draw_pipe_validate.c
54
unsigned
reduced_prim
= u_reduced_prim(prim);
in draw_need_pipeline()
local
H
A
D
draw_context.c
1314
unsigned
reduced_prim
= u_reduced_prim(draw->pt.prim);
in draw_will_inject_frontface()
local
/third_party/mesa3d/src/gallium/drivers/svga/
H
A
D
svga_pipe_draw.c
235
enum pipe_prim_type
reduced_prim
= u_reduced_prim(info->mode);
in svga_draw_vbo()
local
H
A
D
svga_context.h
345
enum pipe_prim_type
reduced_prim
;
member
/third_party/mesa3d/src/gallium/drivers/zink/
H
A
D
zink_compiler.h
83
enum pipe_prim_type
reduced_prim
; // PIPE_PRIM_MAX for vs
member
H
A
D
zink_draw.cpp
688
enum pipe_prim_type
reduced_prim
= ctx->last_vertex_stage->
reduced_prim
;
in zink_draw()
local
/third_party/mesa3d/src/gallium/drivers/d3d12/
H
A
D
d3d12_pipeline_state.cpp
148
depth_bias(struct d3d12_rasterizer_state *state, enum pipe_prim_type
reduced_prim
)
in depth_bias()
argument
174
topology_type(enum pipe_prim_type
reduced_prim
)
in topology_type()
argument
221
enum pipe_prim_type
reduced_prim
= state->prim_type == PIPE_PRIM_PATCHES ?
in create_gfx_pipeline_state()
local
H
A
D
d3d12_draw.cpp
955
enum pipe_prim_type
reduced_prim
= u_reduced_prim((enum pipe_prim_type)dinfo->mode);
in d3d12_draw_vbo()
local
/third_party/mesa3d/src/gallium/drivers/softpipe/
H
A
D
sp_context.h
138
unsigned
reduced_prim
;
member
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_state.c
4811
int
reduced_prim
= ice->state.reduced_prim_mode;
in crocus_populate_fs_key()
local
Completed in 23 milliseconds