HomeSort by relevance Sort by last modified time
    Searched refs:Negate (Results 76 - 100 of 117) sorted by null

1 2 34 5

  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_insn.c 265 if (reg->Register.Negate)
271 if (reg->Register.Negate)
430 negate(struct src_register src) function
1125 negate( src( temp ) ) ))
1149 if (!submit_op1(emit, inst_token(SVGA3DOP_FRC), temp, negate(src0)))
    [all...]
svga_tgsi_vgpu10.c 980 const unsigned negate = reg->Register.Negate; local
    [all...]
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_compiler.c 681 * saturate, and its source must not have the negate or
684 inst->Instruction.Saturate || inst->Src[0].Register.Negate ||
790 negate(struct etna_inst_src src) function
936 .neg = reg->Negate,
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/shader/
toy_tgsi.c     [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc_translate.c 115 negate(int reg, int x, int y, int z, int w) function
271 /* There's both negate-all-components and per-component negation.
275 int n = source->Register.Negate;
276 src = negate(src, n, n, n, n);
515 negate(src0, 1, 1, 1, 1), 0, 0);
520 negate(tmp, 1, 1, 1, 1), 0, 0);
679 negate(swizzle(0, ONE, ONE, ONE, ONE), 1, 1, 1, 1), /* coord */
721 negate(swizzle(tmp, ONE, ONE, X, ONE), 0, 0, 1, 0),
746 flags, 0, negate(src2, 1, 1, 1, 1), src0, tmp);
1022 negate(tmp, 1, 1, 1, 1), 0)
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nvfx_vertprog.c 157 if (src.negate)
394 src.negate = fsrc->Register.Negate;
    [all...]
nvfx_fragprog.c 147 if (src.negate)
406 src.negate = fsrc->Register.Negate;
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp     [all...]
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 299 GLuint negate:1; member in struct:ureg
348 reg.negate = 0;
355 static struct ureg negate( struct ureg reg ) function
357 reg.negate ^= 1;
531 src->Negate = reg.negate ? NEGATE_XYZW : NEGATE_NONE;
952 emit_op2(p, OPCODE_DP3, spot, 0, negate(VPpli), spot_dir_norm);
1064 /* Note that we negate the back-face specular exponent here.
1069 negate(swizzle1(shininess,X)));
    [all...]
  /external/vixl/src/aarch32/
instructions-aarch32.h     [all...]
  /external/protobuf/js/binary/
utils.js 598 // Negate the result bits.
  /external/v8/src/compiler/arm64/
instruction-selector-arm64.cc     [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.c     [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringARM32.cpp     [all...]
  /external/libchrome/crypto/
p224_unittest.cc 805 p224::Negate(b, &minus_b);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/nir/
tgsi_to_nir.c 820 if (tgsi_src->Negate) {
    [all...]
  /external/mesa3d/src/mesa/program/
ir_to_mesa.cpp 78 this->negate = 0;
87 this->negate = 0;
96 int negate; /**< NEGATE_XYZW mask from mesa */ member in class:__anon28749::src_reg
135 this->negate = 0;
584 src.negate = 0;
785 b.negate = ~b.negate;
821 bool negate[4] = { false }; local
842 negate[i] = true;
866 negate[i] = true
1690 bool negate = true; local
    [all...]
  /external/v8/src/compiler/ia32/
instruction-selector-ia32.cc     [all...]
  /external/v8/src/compiler/mips/
instruction-selector-mips.cc     [all...]
  /external/v8/src/compiler/ppc/
instruction-selector-ppc.cc     [all...]
  /external/v8/src/compiler/x87/
instruction-selector-x87.cc     [all...]
  /external/llvm/test/MC/PowerPC/
ppc64-encoding-vmx.s     [all...]

Completed in 3849 milliseconds

1 2 34 5