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:max_sample_count
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H
A
D
nv30_screen.h
45
unsigned
max_sample_count
;
member
H
A
D
nv30_screen.c
449
if (sample_count > nv30_screen(pscreen)->
max_sample_count
)
in nv30_screen_is_format_supported()
643
screen->
max_sample_count
= debug_get_num_option("NV30_MAX_MSAA", 0);
in nv30_screen_create()
644
if (screen->
max_sample_count
> 4)
in nv30_screen_create()
645
screen->
max_sample_count
= 4;
in nv30_screen_create()
/third_party/mesa3d/src/imagination/vulkan/
H
A
D
pvr_pass.c
363
pass->
max_sample_count
= 1;
in pvr_CreateRenderPass2()
388
if (attachment->sample_count > pass->
max_sample_count
)
in pvr_CreateRenderPass2()
389
pass->
max_sample_count
= attachment->sample_count;
in pvr_CreateRenderPass2()
H
A
D
pvr_private.h
1269
uint32_t
max_sample_count
;
member
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_pass.c
267
subpass->
max_sample_count
= MAX2(color_sample_count, depth_sample_count);
in radv_render_pass_compile()
H
A
D
radv_private.h
2832
VkSampleCountFlagBits
max_sample_count
;
H
A
D
radv_cmd_buffer.c
2861
num_samples = util_logbase2(subpass->
max_sample_count
);
in radv_emit_framebuffer_state()
2948
uint32_t sample_rate = subpass ? util_logbase2(subpass->
max_sample_count
) : 0;
in radv_set_db_count_control()
Completed in 24 milliseconds