OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:i965_blend_op
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/xf86-video-intel-old/dist/src/
i965_render.c
69
static struct blendinfo
i965_blend_op
[] = {
variable in typeref:struct:blendinfo
98
* Highest-valued BLENDFACTOR used in
i965_blend_op
.
123
*sblend =
i965_blend_op
[op].src_blend;
124
*dblend =
i965_blend_op
[op].dst_blend;
129
if (PICT_FORMAT_A(dst_format) == 0 &&
i965_blend_op
[op].dst_alpha) {
141
&&
i965_blend_op
[op].src_alpha) {
227
if (op >= sizeof(
i965_blend_op
) / sizeof(
i965_blend_op
[0]))
236
if (
i965_blend_op
[op].src_alpha &&
237
(
i965_blend_op
[op].src_blend != BRW_BLENDFACTOR_ZERO)
[
all
...]
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
i965_render.c
56
}
i965_blend_op
[] = {
variable in typeref:struct:blendinfo
86
* Highest-valued BLENDFACTOR used in
i965_blend_op
.
122
*sblend =
i965_blend_op
[op].src_blend;
123
*dblend =
i965_blend_op
[op].dst_blend;
128
if (PICT_FORMAT_A(dst_format) == 0 &&
i965_blend_op
[op].dst_alpha) {
140
&&
i965_blend_op
[op].src_alpha) {
189
if (op >= sizeof(
i965_blend_op
) / sizeof(
i965_blend_op
[0])) {
201
if (
i965_blend_op
[op].src_alpha &&
202
(
i965_blend_op
[op].src_blend != BRW_BLENDFACTOR_ZERO))
[
all
...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
i965_render.c
56
}
i965_blend_op
[] = {
variable in typeref:struct:blendinfo
86
* Highest-valued BLENDFACTOR used in
i965_blend_op
.
122
*sblend =
i965_blend_op
[op].src_blend;
123
*dblend =
i965_blend_op
[op].dst_blend;
128
if (PICT_FORMAT_A(dst_format) == 0 &&
i965_blend_op
[op].dst_alpha) {
140
&&
i965_blend_op
[op].src_alpha) {
189
if (op >= sizeof(
i965_blend_op
) / sizeof(
i965_blend_op
[0])) {
201
if (
i965_blend_op
[op].src_alpha &&
202
(
i965_blend_op
[op].src_blend != BRW_BLENDFACTOR_ZERO))
[
all
...]
Completed in 7 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026