Searched defs:tExpr (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 4451 const ExprP<float> tExpr = clamp((x - edge0) / (edge1 - edge0), constant(0.0f), constant(1.0f)) in doExpand() local 4464 const ExprP<deFloat16> tExpr = clamp(( x - edge0 ) / ( edge1 - edge0 ), in doExpand() local 4478 const ExprP<double> tExpr = clamp((x - edge0) / (edge1 - edge0), constant(0.0), constant(1.0)) in doExpand() local
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsBuiltinPrecisionTests.cpp | 3483 const ExprP<float> tExpr = clamp((x - edge0) / (edge1 - edge0), in doExpand() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 4440 const ExprP<float> tExpr = clamp((x - edge0) / (edge1 - edge0), constant(0.0f), constant(1.0f)) in doExpand() local 4453 const ExprP<deFloat16> tExpr = clamp(( x - edge0 ) / ( edge1 - edge0 ), in doExpand() local 4467 const ExprP<double> tExpr = clamp((x - edge0) / (edge1 - edge0), constant(0.0), constant(1.0)) in doExpand() local
|
Completed in 39 milliseconds