Home
last modified time | relevance | path

Searched defs:tExpr (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp4406 const ExprP<float> tExpr = clamp((x - edge0) / (edge1 - edge0), constant(0.0f), constant(1.0f)) in doExpand() local
4419 const ExprP<deFloat16> tExpr = clamp(( x - edge0 ) / ( edge1 - edge0 ), in doExpand() local
4433 const ExprP<double> tExpr = clamp((x - edge0) / (edge1 - edge0), constant(0.0), constant(1.0)) in doExpand() local
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp3482 const ExprP<float> tExpr = clamp((x - edge0) / (edge1 - edge0), in doExpand() local