OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strb_att
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/state_trackers/vega/
vg_manager.c
91
switch (stfb->
strb_att
) {
94
stfb->iface->flush_front(stfb->iface, stfb->
strb_att
);
119
if (!stfb->iface->validate(stfb->iface, &stfb->
strb_att
,
272
enum st_attachment_type
strb_att
;
local
278
strb_att
= (stdrawi) ? choose_attachment(stdrawi) : ST_ATTACHMENT_INVALID;
285
stfb->
strb_att
!=
strb_att
||
298
if (
strb_att
== ST_ATTACHMENT_INVALID)
322
stfb->
strb_att
=
strb_att
;
[
all
...]
vg_context.h
65
enum st_attachment_type
strb_att
;
member in struct:st_framebuffer
Completed in 59 milliseconds