Home
last modified time | relevance | path

Searched defs:getPrecision (Results 1 – 10 of 10) sorted by relevance

/third_party/vk-gl-cts/framework/randomshaders/
DrsgVariableType.hpp138 Precision getPrecision (void) const { return m_precision; } in getPrecision() function in rsg::VariableType
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DTypes.h150 TPrecision getPrecision() const { return precision; } in getPrecision() function
DIntermNode.h155 TPrecision getPrecision() const { return getType().getPrecision(); } in getPrecision() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTypes.h159 TPrecision getPrecision() const { return precision; } in getPrecision() function
DIntermNode.h168 TPrecision getPrecision() const { return getType().getPrecision(); } in getPrecision() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DTypes.h278 TPrecision getPrecision() const { return precision; } in getPrecision() function
Dintermediate.h316 TPrecision getPrecision() const { return type.getPrecision(); } in getPrecision() function
/third_party/vk-gl-cts/framework/opengl/
DgluVarType.hpp63 Precision getPrecision (void) const { DE_ASSERT(isBasicType()); return m_data.basic.precision; } in getPrecision() function in glu::VarType
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringExplicitLodTests.cpp72 std::vector<de::SharedPtr<tcu::FloatFormat>> getPrecision (VkFormat format, int fpPrecisionDelta) in getPrecision() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp1168 std::vector<tcu::FloatFormat> getPrecision (VkFormat format) in getPrecision() function