Searched refs:alpha_idx (Results 1 – 5 of 5) sorted by relevance
64 int64 alpha_idx = output_idx / samples_per_alpha; in FillKernel() local67 const double alpha = static_cast<double>(alpha_flat[alpha_idx]); in FillKernel()82 samples_flat[alpha_idx + sample_idx * num_alphas] = static_cast<T>(res); in FillKernel()136 samples_flat[alpha_idx + sample_idx * num_alphas] = in FillKernel()
87 int64 alpha_idx = output_idx / samples_per_alpha; in Fill() local90 T* const samples_alpha_offset = samples_flat + alpha_idx; in Fill()93 const double alpha = static_cast<double>(alpha_flat[alpha_idx]); in Fill()
221 int64 alpha_idx = output_idx / samples_per_alpha; in Compute() local224 T* const samples_alpha_offset = samples_flat + alpha_idx; in Compute()227 const double alpha = static_cast<double>(alpha_flat[alpha_idx]); in Compute()
139 static INLINE int cfl_idx_to_alpha(uint8_t alpha_idx, int8_t joint_sign, in CFL_SUB_AVG_FN()145 (pred_type == CFL_PRED_U) ? CFL_IDX_U(alpha_idx) : CFL_IDX_V(alpha_idx); in CFL_SUB_AVG_FN()
665 const unsigned alpha_idx = pname - GL_SOURCE0_ALPHA; in get_texenvi() local666 return texUnit->Combine.SourceA[alpha_idx]; in get_texenvi()