Searched refs:ShiftRightLogical (Results 1 – 25 of 39) sorted by relevance
12
/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.shaderFragMaskAMD.frag.out | 81 32: 12(int) ShiftRightLogical 30 31 95 51: 12(int) ShiftRightLogical 50 31 110 69: 12(int) ShiftRightLogical 68 31
|
D | spv.shiftOps.frag.out | 57 33: 17(ivec3) ShiftRightLogical 28 32 61 37: 17(ivec3) ShiftRightLogical 35 36
|
D | hlsl.structbuffer.rwbyte.frag.out | 1097 25: 20(int) ShiftRightLogical 23 24 1101 29: 20(int) ShiftRightLogical 28 24 1107 36: 20(int) ShiftRightLogical 35 24 1111 40: 20(int) ShiftRightLogical 39 24 1127 57: 20(int) ShiftRightLogical 56 24 1141 71: 20(int) ShiftRightLogical 70 24 1145 75: 20(int) ShiftRightLogical 74 24 1165 94: 20(int) ShiftRightLogical 93 24 1185 112: 20(int) ShiftRightLogical 111 24 1203 130: 20(int) ShiftRightLogical 129 24 [all …]
|
D | spv.rankShift.comp.out | 54 28: 6(int64_t) ShiftRightLogical 27 26
|
D | hlsl.structbuffer.byte.frag.out | 412 24: 20(int) ShiftRightLogical 22 23 418 34: 20(int) ShiftRightLogical 33 23 436 57: 20(int) ShiftRightLogical 56 23 458 82: 20(int) ShiftRightLogical 81 23
|
D | hlsl.shapeConv.frag.out | 451 90: 85(ivec3) ShiftRightLogical 86 89 455 94: 85(ivec3) ShiftRightLogical 91 93
|
D | hlsl.structbuffer.fn2.comp.out | 220 28: 23(int) ShiftRightLogical 26 27
|
/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
D | prng.cc | 32 ShiftRightLogical(v, ConstantR0<uint32>(v.builder(), 32 - distance)); in RotateLeftU32() 133 auto snd = ConvertElementType(ShiftRightLogical(u64, const32), U32); in Uint64ToUint32s() 161 bits = ShiftRightLogical( in StatelessRngUniformF32() 180 ShiftRightLogical(dist, ConstantR0WithType(builder, unsigned_type, 1)); in StatelessRngUniformInt()
|
D | quantize.h | 131 XlaOp shifted_input = ShiftRightLogical(
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | pooling_ops.cc | 567 auto bp_hi = xla::ShiftRightLogical(bp_int, sixteen); in Compile() 569 xla::ShiftRightLogical(xla::ShiftLeft(bp_int, sixteen), sixteen); in Compile() 584 xla::ShiftLeft(xla::ShiftRightLogical( in Compile() 588 xla::ShiftLeft(xla::ShiftRightLogical( in Compile() 607 auto grads_lo = xla::ShiftRightLogical( in Compile()
|
D | binary_ops.cc | 170 ? xla::ShiftRightLogical(lhs, rhs, extend_dimensions)
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | assembly_grammar.cpp | 117 CASE(ShiftRightLogical),
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | assembly_grammar.cpp | 117 CASE(ShiftRightLogical),
|
/external/spirv-llvm/test/SPIRV/transcoding/ |
D | OpGenericPtrMemSemantics.ll | 9 ; CHECK-SPIRV-NEXT: 5 ShiftRightLogical {{[0-9]+}} {{[0-9]+}} [[ResID]] {{[0-9]+}}
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVOpCodeEnum.h | 181 _SPIRV_OP(ShiftRightLogical, 194)
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_matchers.h | 238 HLO_MATCHER(ShiftRightLogical);
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | local_computation_builder.h | 418 _FORWARD_BINOP(ShiftRightLogical)
|
D | local_computation_builder.i | 352 %unignore xla::swig::ComputationBuilder::ShiftRightLogical;
|
D | local_computation_builder.cc | 816 _FORWARD_BINOP(ShiftRightLogical) in _FORWARD_TRIOP()
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | text_to_binary.constant_test.cpp | 693 CASE2(ShiftRightLogical),
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | text_to_binary.constant_test.cpp | 693 CASE2(ShiftRightLogical),
|
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVInternal.h | 122 _SPIRV_OP(LShr, ShiftRightLogical) in init()
|
/external/v8/src/compiler/ |
D | js-operator.h | 693 const Operator* ShiftRightLogical(); in NON_EXPORTED_BASE()
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.h | 860 friend XlaOp ShiftRightLogical(const XlaOp& lhs, const XlaOp& rhs, 1526 XlaOp ShiftRightLogical(const XlaOp& lhs, const XlaOp& rhs,
|
/external/v8/src/builtins/ |
D | builtins-number-gen.cc | 960 TF_BUILTIN(ShiftRightLogical, NumberBuiltinsAssembler) { in TF_BUILTIN() argument
|
12