OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:needalpha
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_pair_translate.c
88
int * needrgb, int *
needalpha
, int * istranscendent)
91
*
needalpha
= (inst->DstReg.WriteMask & RC_MASK_W) ? 1 : 0;
97
*
needalpha
= 1;
119
*
needalpha
= 1;
122
*
needalpha
= 1;
153
int needrgb,
needalpha
, istranscendent;
local
159
classify_instruction(inst, &needrgb, &
needalpha
, &istranscendent);
169
if (
needalpha
) {
247
if (
needalpha
) {
306
if (
needalpha
) {
[
all
...]
/external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_translate.c
88
int * needrgb, int *
needalpha
, int * istranscendent)
91
*
needalpha
= (inst->DstReg.WriteMask & RC_MASK_W) ? 1 : 0;
97
*
needalpha
= 1;
119
*
needalpha
= 1;
122
*
needalpha
= 1;
153
int needrgb,
needalpha
, istranscendent;
local
159
classify_instruction(inst, &needrgb, &
needalpha
, &istranscendent);
169
if (
needalpha
) {
247
if (
needalpha
) {
306
if (
needalpha
) {
[
all
...]
Completed in 96 milliseconds