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:tes_prim_mode
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tessellator/
H
A
D
p_tessellator.cpp
48
void Init(enum pipe_prim_type
tes_prim_mode
,
in Init()
argument
61
else if (
tes_prim_mode
== PIPE_PRIM_LINES)
in Init()
71
prim_mode =
tes_prim_mode
;
in Init()
129
p_tess_init(enum pipe_prim_type
tes_prim_mode
,
in p_tess_init()
argument
140
tessellator->Init(
tes_prim_mode
, spacing, tes_vertex_order_cw, tes_point_mode);
in p_tess_init()
H
A
D
p_tessellator.h
54
struct pipe_tessellator *p_tess_init(enum pipe_prim_type
tes_prim_mode
,
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_state_shaders.cpp
517
enum tess_primitive_mode
tes_prim_mode
= info->base.tess._primitive_mode;
in si_set_tesseval_regs()
local
523
switch (
tes_prim_mode
) {
in si_set_tesseval_regs()
555
else if (
tes_prim_mode
== TESS_PRIMITIVE_ISOLINES)
in si_set_tesseval_regs()
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
evergreen_state.c
2600
unsigned
tes_prim_mode
= info->properties[TGSI_PROPERTY_TES_PRIM_MODE];
in evergreen_emit_shader_stages()
local
2604
switch (
tes_prim_mode
) {
in evergreen_emit_shader_stages()
2636
else if (
tes_prim_mode
== PIPE_PRIM_LINES)
in evergreen_emit_shader_stages()
Completed in 12 milliseconds