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:has_tessellation
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
H
A
D
cso_context.c
74
boolean
has_tessellation
;
member
272
ctx->
has_tessellation
= TRUE;
in cso_create_context()
325
if (!ctx->
has_tessellation
)
in cso_unbind_context()
379
if (ctx->
has_tessellation
) {
in cso_unbind_context()
891
assert(ctx->
has_tessellation
|| !handle);
in cso_set_tessctrl_shader_handle()
893
if (ctx->
has_tessellation
&& ctx->tessctrl_shader != handle) {
in cso_set_tessctrl_shader_handle()
902
if (!ctx->
has_tessellation
) {
in cso_save_tessctrl_shader()
913
if (!ctx->
has_tessellation
) {
in cso_restore_tessctrl_shader()
926
assert(ctx->
has_tessellation
|| !handle);
in cso_set_tesseval_shader_handle()
928
if (ctx->
has_tessellation
in cso_set_tesseval_shader_handle()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H
A
D
u_blitter.c
145
bool
has_tessellation
;
member
200
ctx->
has_tessellation
=
in util_blitter_create()
633
assert(!ctx->
has_tessellation
|| ctx->base.saved_tcs != INVALID_PTR);
in blitter_check_saved_vertex_states()
634
assert(!ctx->
has_tessellation
|| ctx->base.saved_tes != INVALID_PTR);
in blitter_check_saved_vertex_states()
668
if (ctx->
has_tessellation
) {
in util_blitter_restore_vertex_states()
1386
if (ctx->
has_tessellation
) {
in blitter_set_common_draw_rect_state()
2638
if (ctx->
has_tessellation
) {
in util_blitter_clear_buffer()
Completed in 7 milliseconds