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:stvis
(Results
1 - 16
of
16
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/dri/
H
A
D
dri_screen.c
593
dri_fill_st_visual(struct st_visual *
stvis
,
in dri_fill_st_visual()
argument
597
memset(
stvis
, 0, sizeof(*
stvis
));
in dri_fill_st_visual()
609
stvis
->color_format = PIPE_FORMAT_R16G16B16A16_FLOAT;
in dri_fill_st_visual()
611
stvis
->color_format = PIPE_FORMAT_R16G16B16X16_FLOAT;
in dri_fill_st_visual()
618
stvis
->color_format = PIPE_FORMAT_B10G10R10A2_UNORM;
in dri_fill_st_visual()
620
stvis
->color_format = PIPE_FORMAT_B10G10R10X2_UNORM;
in dri_fill_st_visual()
627
stvis
->color_format = PIPE_FORMAT_R10G10B10A2_UNORM;
in dri_fill_st_visual()
629
stvis
->color_format = PIPE_FORMAT_R10G10B10X2_UNORM;
in dri_fill_st_visual()
636
stvis
in dri_fill_st_visual()
[all...]
H
A
D
dri_drawable.c
59
drawable->
stvis
.samples > 1 ? drawable->msaa_textures
in dri_st_framebuffer_validate()
165
dri_fill_st_visual(&drawable->
stvis
, screen, visual);
in dri_create_buffer()
168
drawable->base.visual = &drawable->
stvis
;
in dri_create_buffer()
325
* when they get an sRGB drawable. st/mesa receives "drawable->
stvis
"
in dri_drawable_get_format()
329
*format = util_format_linear(drawable->
stvis
.color_format);
in dri_drawable_get_format()
333
*format = drawable->
stvis
.depth_stencil_format;
in dri_drawable_get_format()
418
if (args->drawable->
stvis
.samples > 1 &&
in notify_before_flush_cb()
H
A
D
drisw.c
260
if (drawable->
stvis
.samples > 1) {
in drisw_swap_buffers()
299
if (drawable->
stvis
.samples > 1) {
in drisw_copy_sub_buffer()
321
if (drawable->
stvis
.samples > 1) {
in drisw_flush_frontbuffer()
409
if (drawable->
stvis
.samples > 1) {
in drisw_allocate_textures()
412
templ.nr_samples = drawable->
stvis
.samples;
in drisw_allocate_textures()
413
templ.nr_storage_samples = drawable->
stvis
.samples;
in drisw_allocate_textures()
H
A
D
dri_drawable.h
43
struct st_visual
stvis
;
member
H
A
D
dri_screen.h
155
dri_fill_st_visual(struct st_visual *
stvis
,
H
A
D
kopper.c
642
if (drawable->
stvis
.samples > 1 && !drawable->msaa_textures[statts[i]]) {
in kopper_allocate_textures()
645
templ.nr_samples = drawable->
stvis
.samples;
in kopper_allocate_textures()
646
templ.nr_storage_samples = drawable->
stvis
.samples;
in kopper_allocate_textures()
728
if (drawable->
stvis
.samples > 1) {
in kopper_flush_frontbuffer()
860
ret->base.visual = &ret->
stvis
;
in kopper_create_drawable()
H
A
D
dri2.c
155
* may occur as the
stvis
->color_format.
in dri2_drawable_get_buffers()
499
if (drawable->
stvis
.samples > 1) {
in dri2_allocate_textures()
626
if (drawable->
stvis
.samples > 1) {
in dri2_allocate_textures()
637
templ.nr_samples = drawable->
stvis
.samples;
in dri2_allocate_textures()
638
templ.nr_storage_samples = drawable->
stvis
.samples;
in dri2_allocate_textures()
688
if (drawable->
stvis
.samples > 1) {
in dri2_allocate_textures()
689
templ.nr_samples = drawable->
stvis
.samples;
in dri2_allocate_textures()
690
templ.nr_storage_samples = drawable->
stvis
.samples;
in dri2_allocate_textures()
755
if (drawable->
stvis
.samples > 1) {
in dri2_flush_frontbuffer()
2230
if (drawable->
stvis
in dri2_set_damage_region()
[all...]
/third_party/mesa3d/src/gallium/frontends/wgl/
H
A
D
stw_st.c
48
struct st_visual
stvis
;
member
168
if (stwfb->
stvis
.samples <= 1)
in stw_st_framebuffer_validate_locked()
184
templ.format = stwfb->
stvis
.color_format;
in stw_st_framebuffer_validate_locked()
204
format = stwfb->
stvis
.color_format;
in stw_st_framebuffer_validate_locked()
222
format = stwfb->
stvis
.depth_stencil_format;
in stw_st_framebuffer_validate_locked()
233
if (bind != PIPE_BIND_DEPTH_STENCIL && stwfb->
stvis
.samples > 1) {
in stw_st_framebuffer_validate_locked()
236
stwfb->
stvis
.samples;
in stw_st_framebuffer_validate_locked()
289
templ.format = stwfb->
stvis
.color_format;
in stw_st_framebuffer_validate_locked()
336
stwfb->
stvis
.samples > 1 ? stwfb->msaa_textures
in stw_st_framebuffer_validate()
371
if (args->stwfb->
stvis
in notify_before_flush_cb()
[all...]
H
A
D
stw_pixelformat.c
207
pfi->
stvis
.buffer_mask = ST_ATTACHMENT_FRONT_LEFT_MASK;
in stw_pixelformat_add()
209
pfi->
stvis
.buffer_mask |= ST_ATTACHMENT_BACK_LEFT_MASK;
in stw_pixelformat_add()
211
pfi->
stvis
.color_format = color->format;
in stw_pixelformat_add()
212
pfi->
stvis
.depth_stencil_format = depth->format;
in stw_pixelformat_add()
214
pfi->
stvis
.accum_format = (accum) ?
in stw_pixelformat_add()
217
pfi->
stvis
.samples = samples;
in stw_pixelformat_add()
H
A
D
stw_ext_pixelformat.c
162
if (util_format_is_float(pfi->
stvis
.color_format)) {
in stw_query_attrib()
246
*pvalue = (pfi->
stvis
.samples > 1);
in stw_query_attrib()
250
*pvalue = pfi->
stvis
.samples;
in stw_query_attrib()
H
A
D
stw_pixelformat.h
49
struct st_visual
stvis
;
member
H
A
D
stw_context.c
222
attribs.visual = pfi->
stvis
;
in stw_create_context_attribs()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H
A
D
xm_st.c
40
struct st_visual
stvis
;
member
141
templ.nr_samples = xstfb->
stvis
.samples;
in xmesa_st_framebuffer_validate_textures()
142
templ.nr_storage_samples = xstfb->
stvis
.samples;
in xmesa_st_framebuffer_validate_textures()
161
format = xstfb->
stvis
.color_format;
in xmesa_st_framebuffer_validate_textures()
166
format = xstfb->
stvis
.depth_stencil_format;
in xmesa_st_framebuffer_validate_textures()
303
xstfb->
stvis
= b->xm_visual->
stvis
;
in xmesa_create_st_framebuffer()
309
stfbi->visual = &xstfb->
stvis
;
in xmesa_create_st_framebuffer()
H
A
D
xm_api.c
864
v->
stvis
.buffer_mask = ST_ATTACHMENT_FRONT_LEFT_MASK;
in XMesaCreateVisual()
866
v->
stvis
.buffer_mask |= ST_ATTACHMENT_BACK_LEFT_MASK;
in XMesaCreateVisual()
868
v->
stvis
.buffer_mask |= ST_ATTACHMENT_FRONT_RIGHT_MASK;
in XMesaCreateVisual()
870
v->
stvis
.buffer_mask |= ST_ATTACHMENT_BACK_RIGHT_MASK;
in XMesaCreateVisual()
873
v->
stvis
.color_format = choose_pixel_format(v);
in XMesaCreateVisual()
877
v->
stvis
.color_format,
in XMesaCreateVisual()
881
v->
stvis
.color_format = PIPE_FORMAT_NONE;
in XMesaCreateVisual()
883
if (v->
stvis
.color_format == PIPE_FORMAT_NONE) {
in XMesaCreateVisual()
889
v->
stvis
.depth_stencil_format =
in XMesaCreateVisual()
893
v->
stvis
in XMesaCreateVisual()
[all...]
H
A
D
xm_api.h
298
struct st_visual
stvis
;
member
/third_party/mesa3d/src/egl/drivers/wgl/
H
A
D
egl_wgl.c
88
base.Samples = stw_config->
stvis
.samples;
in wgl_add_config()
Completed in 15 milliseconds