Home
last modified time | relevance | path

Searched refs:RSQ (Results 1 – 25 of 49) sorted by relevance

12

/third_party/mesa3d/src/gallium/tests/graw/fragment-shader/
Dfrag-rsq.txt12 RSQ TEMP[0].x, TEMP[0].xxxx
/third_party/mesa3d/src/gallium/tests/graw/vertex-shader/
Dvert-rsq.txt14 RSQ TEMP[0].x, TEMP[0].xxxx
/third_party/mesa3d/src/mesa/program/
Dprogram_lexer.l222 RSQ{sat} { return_opcode( 1, SCALAR_OP, RSQ, 3); }
/third_party/mesa3d/docs/relnotes/
D10.2.3.rst68 - radeon/llvm: Use the llvm.rsq.clamped intrinsic for RSQ
D10.4.3.rst67 - st/nine: Handle RSQ special cases
D8.0.5.rst218 - r600g: fix RSQ of negative value on Cayman
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_opcode_tmp.h44 OP11(RSQ)
Dtgsi_info_opcodes.h5 OPCODE(1, 1, REPL, RSQ)
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir_emit.c69 OP(ffract, FRC, X_X_0), OP(frcp, RCP, X_X_0), OP(frsq, RSQ, X_X_0),
Detnaviv_disasm.c476 OPC(RSQ),
/third_party/openGLES/extensions/NV/
DNV_vertex_program1_1.txt147 RSQ s ssss reciprocal square root
323 | "RSQ"
DNV_vertex_program2_option.txt250 RSQ, SEQ, SFL, SGE, SGT, SIN, SLE, SLT, SNE, SUB, SSG, STR, SWZ,
352 RSQ[C] s ssss reciprocal square root
1044 | "RSQ"
DNV_vertex_program.txt816 RSQ R0.w, R0.w;
1777 | "RSQ"
2076 RSQ s ssss reciprocal square root
2386 2.14.1.10.7 RSQ: Reciprocal Square Root
2388 The RSQ instruction assigns the inverse square root of the
2391 Additionally, RSQ(0.0) gives [+Inf, +Inf, +Inf, +Inf]; and both
2392 RSQ(+Inf) and RSQ(-Inf) give [0.0, 0.0, 0.0, 0.0];
2757 RSQ, LOG, EXP, and LIT instructions.
2762 The RCP and RSQ instructions deliver results accurate to 1.0/(2^22)
DNV_fragment_program2.txt303 RSQ X X - X X s ssss reciprocal square root
578 at lower precision than a corresponding sequence of DP3, RSQ, and MUL
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_vertex_program1_1.txt147 RSQ s ssss reciprocal square root
323 | "RSQ"
DNV_vertex_program2_option.txt250 RSQ, SEQ, SFL, SGE, SGT, SIN, SLE, SLT, SNE, SUB, SSG, STR, SWZ,
352 RSQ[C] s ssss reciprocal square root
1044 | "RSQ"
DNV_vertex_program.txt816 RSQ R0.w, R0.w;
1777 | "RSQ"
2076 RSQ s ssss reciprocal square root
2386 2.14.1.10.7 RSQ: Reciprocal Square Root
2388 The RSQ instruction assigns the inverse square root of the
2391 Additionally, RSQ(0.0) gives [+Inf, +Inf, +Inf, +Inf]; and both
2392 RSQ(+Inf) and RSQ(-Inf) give [0.0, 0.0, 0.0, 0.0];
2757 RSQ, LOG, EXP, and LIT instructions.
2762 The RCP and RSQ instructions deliver results accurate to 1.0/(2^22)
DNV_fragment_program2.txt303 RSQ X X - X X s ssss reciprocal square root
578 at lower precision than a corresponding sequence of DP3, RSQ, and MUL
DNV_vertex_program3.txt195 RCP, RET, RSQ, SEQ, SFL, SGE, SGT, SIN, SLE, SLT, SNE, SUB, SSG,
338 RSQ X X s ssss reciprocal square root
/third_party/mesa3d/src/intel/tools/
Di965_lex.l155 rsq { yylval.integer = BRW_MATH_FUNCTION_RSQ; return RSQ; }
Di965_gram.y405 %token <integer> COS EXP FDIV INV INVM INTDIV INTDIVMOD INTMOD LOG POW RSQ
867 | RSQ
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h406 RSQ, enumerator
DAMDGPUInstrInfo.td122 def AMDGPUrsq_impl : SDNode<"AMDGPUISD::RSQ", SDTFPUnaryOp>;
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_qir.h704 QIR_ALU1(RSQ) in QIR_ALU1()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c2418 DECL_SPECIAL(RSQ) in DECL_SPECIAL() argument
3093 _OPI(RSQ, RSQ, V(0,0), V(3,0), V(0,0), V(3,0), 1, 1, SPECIAL(RSQ)), /* 7 */

12