Home
last modified time | relevance | path

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

/external/angle/include/GLSLANG/
DShaderVars.h25 enum InterpolationType enum
36 const char *InterpolationTypeToString(InterpolationType type);
39 bool InterpolationTypesMatch(InterpolationType a, InterpolationType b);
235 InterpolationType interpolation;
/external/angle/src/compiler/translator/
DShaderLang.cpp941 const char *InterpolationTypeToString(InterpolationType type) in InterpolationTypeToString()
945 case InterpolationType::INTERPOLATION_SMOOTH: in InterpolationTypeToString()
947 case InterpolationType::INTERPOLATION_CENTROID: in InterpolationTypeToString()
949 case InterpolationType::INTERPOLATION_SAMPLE: in InterpolationTypeToString()
951 case InterpolationType::INTERPOLATION_FLAT: in InterpolationTypeToString()
953 case InterpolationType::INTERPOLATION_NOPERSPECTIVE: in InterpolationTypeToString()
955 case InterpolationType::INTERPOLATION_NOPERSPECTIVE_CENTROID: in InterpolationTypeToString()
957 case InterpolationType::INTERPOLATION_NOPERSPECTIVE_SAMPLE: in InterpolationTypeToString()
Dutil.h52 InterpolationType GetInterpolationType(TQualifier qualifier);
53 InterpolationType GetFieldInterpolationType(TQualifier qualifier);
DShaderVars.cpp21 InterpolationType GetNonAuxiliaryInterpolationType(InterpolationType interpolation) in GetNonAuxiliaryInterpolationType()
29 bool InterpolationTypesMatch(InterpolationType a, InterpolationType b) in InterpolationTypesMatch()
Dutil.cpp561 InterpolationType GetInterpolationType(TQualifier qualifier) in GetInterpolationType()
613 InterpolationType GetFieldInterpolationType(TQualifier qualifier) in GetFieldInterpolationType()
/external/angle/src/libANGLE/
DVaryingPacking.h67 sh::InterpolationType interpolationIn);
70 sh::InterpolationType interpolationIn,
136 sh::InterpolationType interpolation;
DVaryingPacking.cpp261 sh::InterpolationType interpolationIn) in PackedVarying()
272 sh::InterpolationType interpolationIn, in PackedVarying()
572 sh::InterpolationType interpolation = input ? input->interpolation : output->interpolation; in collectUserVarying()
600 sh::InterpolationType interpolation = input ? input->interpolation : output->interpolation; in collectUserVaryingField()
DProgramExecutable.h98 sh::InterpolationType getInterpolation() const in getInterpolation()
100 return static_cast<sh::InterpolationType>(pod.interpolation); in getInterpolation()
/external/angle/src/libANGLE/renderer/d3d/
DDynamicHLSL.cpp1060 if (packedVarying.interpolation == sh::InterpolationType::INTERPOLATION_SAMPLE || in GenerateShaderLinkHLSL()
1062 sh::InterpolationType::INTERPOLATION_NOPERSPECTIVE_SAMPLE) in GenerateShaderLinkHLSL()
/external/swiftshader/src/Pipeline/
DSpirvShader.hpp1420 enum InterpolationType enum in sw::SpirvEmitter
1427 uint32_t component, InterpolationType type) const;
DSpirvShaderGLSLstd450.cpp980 uint32_t component, InterpolationType type) const in EmitInterpolate()
/external/angle/src/common/
DCompiledShaderState.cpp132 var->interpolation = stream->readEnum<sh::InterpolationType>(); in LoadShaderVar()
/external/angle/src/tests/compiler_tests/
DCollectVariables_test.cpp1529 const std::array<InterpolationType, 3> kInterpolationType = { in TEST_F()
1567 const std::array<InterpolationType, 4> kInterpolationType = { in TEST_F()
/external/googleapis/google/cloud/discoveryengine/v1beta/
Dsearch_service.proto264 enum InterpolationType { enum
286 InterpolationType interpolation_type = 3;
/external/googleapis/google/cloud/discoveryengine/v1alpha/
Dsearch_service.proto265 enum InterpolationType { enum
287 InterpolationType interpolation_type = 3;