Home
last modified time | relevance | path

Searched defs:det (Results 51 - 60 of 60) sorted by relevance

123

/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrRenderer.cpp952 const float det = (a.x() * b.y() - b.x() * a.y()); in findTriangleVertexDepthSlope() local
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_acceleration_structure.c1066 nir_ssa_def *det = NULL; in nir_invert_3x3() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DOutputASM.cpp1019 Instruction *det = emit(sw::Shader::OPCODE_DET2, result, outCol, arg, negate ? col1 : col0, arg, negate ? col0 : col1); in emitDeterminant() local
1034 Instruction *det = emit(sw::Shader::OPCODE_DET3, result, outCol, arg, col0, arg, negate ? col2 : col1, arg, negate ? col1 : col2); in emitDeterminant() local
1041 Instruction *det in emitDeterminant() local
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp6759 ir_expression *det = in _inverse_mat2() local
6819 ir_expression *det = in _inverse_mat3() local
6961 ir_expression *det = in _inverse_mat4() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp5020 ExprP<float> det = bindExpression("det", ctx, determinant(mat)); in doExpand() local
5121 ExprP<deFloat16> det = bindExpression("det", ctx, determinant(mat)); in doExpand() local
5222 ExprP<double> det = bindExpression("det", ctx, determinant(mat)); doExpand() local
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimgui_draw.cpp1272 float det = (x2 - x3) * dy - (y2 - y3) * dx; in PathBezierQuadraticCurveToCasteljau() local
/third_party/vk-gl-cts/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp3832 ExprP<float> det = bindExpression("det", ctx, determinant(mat)); in doExpand() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp5009 ExprP<float> det = bindExpression("det", ctx, determinant(mat)); in doExpand() local
5110 ExprP<deFloat16> det = bindExpression("det", ctx, determinant(mat)); in doExpand() local
5211 ExprP<double> det = bindExpression("det", ctx, determinant(mat)); doExpand() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp12438 const glw::GLdouble det = determinant(matrix); in inverse() local
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 79 milliseconds

123