/third_party/mesa3d/src/gallium/tests/graw/fragment-shader/ |
D | frag-rsq.txt | 12 RSQ TEMP[0].x, TEMP[0].xxxx
|
/third_party/mesa3d/src/gallium/tests/graw/vertex-shader/ |
D | vert-rsq.txt | 14 RSQ TEMP[0].x, TEMP[0].xxxx
|
/third_party/mesa3d/src/mesa/program/ |
D | program_lexer.l | 222 RSQ{sat} { return_opcode( 1, SCALAR_OP, RSQ, 3); }
|
/third_party/mesa3d/docs/relnotes/ |
D | 10.2.3.rst | 68 - radeon/llvm: Use the llvm.rsq.clamped intrinsic for RSQ
|
D | 10.4.3.rst | 67 - st/nine: Handle RSQ special cases
|
D | 8.0.5.rst | 218 - r600g: fix RSQ of negative value on Cayman
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_opcode_tmp.h | 44 OP11(RSQ)
|
D | tgsi_info_opcodes.h | 5 OPCODE(1, 1, REPL, RSQ)
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_nir_emit.c | 69 OP(ffract, FRC, X_X_0), OP(frcp, RCP, X_X_0), OP(frsq, RSQ, X_X_0),
|
D | etnaviv_disasm.c | 476 OPC(RSQ),
|
/third_party/openGLES/extensions/NV/ |
D | NV_vertex_program1_1.txt | 147 RSQ s ssss reciprocal square root 323 | "RSQ"
|
D | NV_vertex_program2_option.txt | 250 RSQ, SEQ, SFL, SGE, SGT, SIN, SLE, SLT, SNE, SUB, SSG, STR, SWZ, 352 RSQ[C] s ssss reciprocal square root 1044 | "RSQ"
|
D | NV_vertex_program.txt | 816 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)
|
D | NV_fragment_program2.txt | 303 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/ |
D | NV_vertex_program1_1.txt | 147 RSQ s ssss reciprocal square root 323 | "RSQ"
|
D | NV_vertex_program2_option.txt | 250 RSQ, SEQ, SFL, SGE, SGT, SIN, SLE, SLT, SNE, SUB, SSG, STR, SWZ, 352 RSQ[C] s ssss reciprocal square root 1044 | "RSQ"
|
D | NV_vertex_program.txt | 816 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)
|
D | NV_fragment_program2.txt | 303 RSQ X X - X X s ssss reciprocal square root 578 at lower precision than a corresponding sequence of DP3, RSQ, and MUL
|
D | NV_vertex_program3.txt | 195 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/ |
D | i965_lex.l | 155 rsq { yylval.integer = BRW_MATH_FUNCTION_RSQ; return RSQ; }
|
D | i965_gram.y | 405 %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/ |
D | AMDGPUISelLowering.h | 406 RSQ, enumerator
|
D | AMDGPUInstrInfo.td | 122 def AMDGPUrsq_impl : SDNode<"AMDGPUISD::RSQ", SDTFPUnaryOp>;
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_qir.h | 704 QIR_ALU1(RSQ) in QIR_ALU1()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_shader.c | 2418 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 */
|