Searched refs:InterpolationType (Results 1 – 11 of 11) sorted by relevance
/external/angle/include/GLSLANG/ |
D | ShaderVars.h | 27 enum InterpolationType enum 37 bool InterpolationTypesMatch(InterpolationType a, InterpolationType b); 227 InterpolationType interpolation;
|
/external/angle/src/compiler/translator/ |
D | util.h | 62 InterpolationType GetInterpolationType(TQualifier qualifier); 63 InterpolationType GetFieldInterpolationType(TQualifier qualifier);
|
D | ShaderVars.cpp | 21 InterpolationType GetNonAuxiliaryInterpolationType(InterpolationType interpolation) in GetNonAuxiliaryInterpolationType() 29 bool InterpolationTypesMatch(InterpolationType a, InterpolationType b) in InterpolationTypesMatch()
|
D | util.cpp | 556 InterpolationType GetInterpolationType(TQualifier qualifier) in GetInterpolationType() 602 InterpolationType GetFieldInterpolationType(TQualifier qualifier) in GetFieldInterpolationType()
|
/external/angle/src/libANGLE/ |
D | VaryingPacking.h | 68 sh::InterpolationType interpolationIn); 71 sh::InterpolationType interpolationIn, 137 sh::InterpolationType interpolation;
|
D | VaryingPacking.cpp | 214 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()
|
D | Program.cpp | 995 var->interpolation = stream->readEnum<sh::InterpolationType>(); in LoadShaderVar()
|
/external/angle/src/libANGLE/capture/ |
D | frame_capture_utils.cpp | 138 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/ |
D | SpirvShader.hpp | 1240 enum InterpolationType enum in sw::SpirvShader 1247 uint32_t component_count, EmitState *state, InterpolationType type) const;
|
D | SpirvShaderGLSLstd450.cpp | 997 … uint32_t component_count, EmitState *state, InterpolationType type) const in Interpolate()
|
/external/angle/src/tests/compiler_tests/ |
D | CollectVariables_test.cpp | 1495 const std::array<InterpolationType, 3> kInterpolationType = { in TEST_F() 1533 const std::array<InterpolationType, 4> kInterpolationType = { in TEST_F()
|