OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nr_draw_buffers
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/i965/
gen6_cc.c
45
int
nr_draw_buffers
= ctx->DrawBuffer->_NumColorDrawBuffers;
local
54
if (
nr_draw_buffers
== 0)
55
nr_draw_buffers
= 1;
57
size = sizeof(*blend) *
nr_draw_buffers
;
63
for (b = 0; b <
nr_draw_buffers
; b++) {
gen8_blend_state.c
48
int
nr_draw_buffers
= ctx->DrawBuffer->_NumColorDrawBuffers;
local
49
if (
nr_draw_buffers
== 0 && ctx->Color.AlphaEnabled)
50
nr_draw_buffers
= 1;
52
int size = 4 + 8 *
nr_draw_buffers
;
86
for (int i = 0; i <
nr_draw_buffers
; i++) {
Completed in 2204 milliseconds