Searched refs:SamplingType (Results 1 – 8 of 8) sorted by relevance
45 attr.type = SamplingType::BILINEAR; in TEST()70 attr.type = SamplingType::BILINEAR; in TEST()94 attr.type = SamplingType::BILINEAR; in TEST()121 attr.type = SamplingType::BILINEAR; in TEST()147 attr.type = SamplingType::BILINEAR; in TEST()172 attr.type = SamplingType::NEAREST; in TEST()198 attr.type = SamplingType::NEAREST; in TEST()224 attr.type = SamplingType::NEAREST; in TEST()
77 if (attr.type == SamplingType::BILINEAR) { in GenerateCode()99 } else if (attr.type == SamplingType::NEAREST) { in GenerateCode()
34 attr.type = SamplingType::BILINEAR; in ResizeBilinearAlignedTest()66 attr.type = SamplingType::BILINEAR; in ResizeBilinearNonAlignedTest()98 attr.type = SamplingType::BILINEAR; in ResizeBilinearWithoutHalfPixelTest()130 attr.type = SamplingType::BILINEAR; in ResizeBilinearWithHalfPixelTest()165 attr.type = SamplingType::NEAREST; in ResizeNearestTest()197 attr.type = SamplingType::NEAREST; in ResizeNearestAlignCornersTest()229 attr.type = SamplingType::NEAREST; in ResizeNearestHalfPixelCentersTest()
72 if (attr.type == SamplingType::NEAREST) { in GetResizeCode()211 if (attr.type == SamplingType::NEAREST) { in GetResize3DCode()
392 enum class SamplingType { enum401 SamplingType type = SamplingType::UNKNOWN;414 SamplingType type = SamplingType::NEAREST;
1523 explicit Resize2DOperationParser(SamplingType sampling_type) in Resize2DOperationParser()1565 case SamplingType::BILINEAR: in GetAlignCornersValue()1568 case SamplingType::NEAREST: in GetAlignCornersValue()1571 case SamplingType::UNKNOWN: in GetAlignCornersValue()1588 if (sampling_type_ == SamplingType::BILINEAR) { in GetHalfPixelCentersValue()1604 SamplingType sampling_type_ = SamplingType::UNKNOWN;2406 return std::make_unique<Resize2DOperationParser>(SamplingType::BILINEAR); in NewOperationParser()2408 return std::make_unique<Resize2DOperationParser>(SamplingType::NEAREST); in NewOperationParser()
119 enum SamplingType enum143 const SamplingType samplingTypeList [] = in buildSamplingPassType()156 switch (static_cast<SamplingType>(samplerTypeIdx)) in buildSamplingPassType()782 void setSamplingType (const SamplingType samplerIdx);814 …ate (const deUint32 targetType, const deUint32 attachment, const SamplingType samplingType) c…840 SamplingType m_samplingType;901 void Renderer::setSamplingType (const SamplingType samplingType) in setSamplingType()1268 void Renderer::logState (const deUint32 targetType, const deUint32 attachment, const SamplingType s… in logState()1385 renderer.setSamplingType(static_cast<SamplingType>(samplingIdx)); in iterate()
189 attr.type = SamplingType::BILINEAR; in TEST()