OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alpha_idx
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/common/libva/test/
loadsurface.h
55
static int
alpha_idx
= 0;
local
62
alpha = alpha_values[
alpha_idx
% 16 ];
63
alpha_idx
++;
/external/tensorflow/tensorflow/core/kernels/
random_op.cc
344
int64
alpha_idx
= output_idx / num_samples;
346
// Instead of +
alpha_idx
for each sample, we offset the pointer once.
347
T* const samples_alpha_offset = samples_flat +
alpha_idx
;
350
const double alpha = static_cast<double>(alpha_flat[
alpha_idx
]);
/external/mesa3d/src/mesa/main/
texenv.c
578
const unsigned
alpha_idx
= pname - GL_SOURCE0_ALPHA;
local
579
return texUnit->Combine.SourceA[
alpha_idx
];
Completed in 274 milliseconds