Home
last modified time | relevance | path

Searched refs:InterpolationType (Results 1 – 11 of 11) sorted by relevance

/external/angle/include/GLSLANG/
DShaderVars.h27 enum InterpolationType enum
37 bool InterpolationTypesMatch(InterpolationType a, InterpolationType b);
227 InterpolationType interpolation;
/external/angle/src/compiler/translator/
Dutil.h62 InterpolationType GetInterpolationType(TQualifier qualifier);
63 InterpolationType GetFieldInterpolationType(TQualifier qualifier);
DShaderVars.cpp21 InterpolationType GetNonAuxiliaryInterpolationType(InterpolationType interpolation) in GetNonAuxiliaryInterpolationType()
29 bool InterpolationTypesMatch(InterpolationType a, InterpolationType b) in InterpolationTypesMatch()
Dutil.cpp556 InterpolationType GetInterpolationType(TQualifier qualifier) in GetInterpolationType()
602 InterpolationType GetFieldInterpolationType(TQualifier qualifier) in GetFieldInterpolationType()
/external/angle/src/libANGLE/
DVaryingPacking.h68 sh::InterpolationType interpolationIn);
71 sh::InterpolationType interpolationIn,
137 sh::InterpolationType interpolation;
DVaryingPacking.cpp214 sh::InterpolationType interpolationIn) in PackedVarying()
225 sh::InterpolationType interpolationIn, in PackedVarying()
527 sh::InterpolationType interpolation = input ? input->interpolation : output->interpolation; in collectUserVarying()
555 sh::InterpolationType interpolation = input ? input->interpolation : output->interpolation; in collectUserVaryingField()
DProgram.cpp995 var->interpolation = stream->readEnum<sh::InterpolationType>(); in LoadShaderVar()
/external/angle/src/libANGLE/capture/
Dframe_capture_utils.cpp138 static const char *InterpolationTypeToString(sh::InterpolationType type) in InterpolationTypeToString()
142 case sh::InterpolationType::INTERPOLATION_SMOOTH: in InterpolationTypeToString()
144 case sh::InterpolationType::INTERPOLATION_CENTROID: in InterpolationTypeToString()
146 case sh::InterpolationType::INTERPOLATION_SAMPLE: in InterpolationTypeToString()
148 case sh::InterpolationType::INTERPOLATION_FLAT: in InterpolationTypeToString()
150 case sh::InterpolationType::INTERPOLATION_NOPERSPECTIVE: in InterpolationTypeToString()
/external/swiftshader/src/Pipeline/
DSpirvShader.hpp1240 enum InterpolationType enum in sw::SpirvShader
1247 uint32_t component_count, EmitState *state, InterpolationType type) const;
DSpirvShaderGLSLstd450.cpp997 … uint32_t component_count, EmitState *state, InterpolationType type) const in Interpolate()
/external/angle/src/tests/compiler_tests/
DCollectVariables_test.cpp1495 const std::array<InterpolationType, 3> kInterpolationType = { in TEST_F()
1533 const std::array<InterpolationType, 4> kInterpolationType = { in TEST_F()