/third_party/mesa3d/src/compiler/glsl/ |
H A D | ir.cpp | 187 ir_rvalue *op0, ir_rvalue *op1, in ir_expression() 193 this->operands[0] = op0; in ir_expression() 210 ir_expression::ir_expression(int op, ir_rvalue *op0) in ir_expression() argument 214 this->operands[0] = op0; in ir_expression() 255 this->type = op0->type; in ir_expression() 270 op0->type->vector_elements, 1); in ir_expression() 283 op0->type->vector_elements, 1); in ir_expression() 290 op0->type->vector_elements, 1); in ir_expression() 295 op0->type->vector_elements, 1); in ir_expression() 299 if (op0 in ir_expression() 186 ir_expression(int op, const struct glsl_type *type, ir_rvalue *op0, ir_rvalue *op1, ir_rvalue *op2, ir_rvalue *op3) ir_expression() argument 458 ir_expression(int op, ir_rvalue *op0, ir_rvalue *op1) ir_expression() argument 594 ir_expression(int op, ir_rvalue *op0, ir_rvalue *op1, ir_rvalue *op2) ir_expression() argument [all...] |
H A D | lower_packing_builtins.cpp | 73 ir_rvalue *op0 = expr->operands[0]; in handle_rvalue() local 74 ralloc_steal(factory.mem_ctx, op0); in handle_rvalue() 78 *rvalue = lower_pack_snorm_2x16(op0); in handle_rvalue() 81 *rvalue = lower_pack_snorm_4x8(op0); in handle_rvalue() 84 *rvalue = lower_pack_unorm_2x16(op0); in handle_rvalue() 87 *rvalue = lower_pack_unorm_4x8(op0); in handle_rvalue() 90 *rvalue = lower_pack_half_2x16(op0); in handle_rvalue() 93 *rvalue = lower_unpack_snorm_2x16(op0); in handle_rvalue() 96 *rvalue = lower_unpack_snorm_4x8(op0); in handle_rvalue() 99 *rvalue = lower_unpack_unorm_2x16(op0); in handle_rvalue() [all...] |
H A D | ir_constant_expression.cpp | 45 dot_f(ir_constant *op0, ir_constant *op1) in dot_f() argument 47 assert(op0->type->is_float() && op1->type->is_float()); in dot_f() 50 for (unsigned c = 0; c < op0->type->components(); c++) in dot_f() 51 result += op0->value.f[c] * op1->value.f[c]; in dot_f() 57 dot_d(ir_constant *op0, ir_constant *op1) in dot_d() argument 59 assert(op0->type->is_double() && op1->type->is_double()); in dot_d() 62 for (unsigned c = 0; c < op0->type->components(); c++) in dot_d() 63 result += op0->value.d[c] * op1->value.d[c]; in dot_d()
|
H A D | ir.h | 1541 ir_rvalue *op0, ir_rvalue *op1 = NULL, 1552 ir_expression(int op, ir_rvalue *op0, ir_rvalue *op1); 1557 ir_expression(int op, ir_rvalue *op0, ir_rvalue *op1, ir_rvalue *op2);
|
H A D | lower_instructions.cpp | 41 * Breaks an ir_binop_sub expression down to add(op0, neg(op1)) 46 * want to recognize add(op0, neg(op1)) or the other way around to 656 ir_rvalue *op0 = ir->operands[0], *op2 = ir->operands[2]; in double_lrp() local 664 assert(op0->type->vector_elements == op2->type->vector_elements); in double_lrp() 671 ir->operands[0] = swizzle(op2, swizval, op0->type->vector_elements); in double_lrp() 672 ir->operands[2] = mul(sub(one, op2->clone(ir, NULL)), op0); in double_lrp()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | dec_neon.c | 471 int8x16_t* const op0, in ApplyFilter2NoFlip_NEON() 479 *op0 = vqaddq_s8(p0s, delta3); in ApplyFilter2NoFlip_NEON() 487 uint8x16_t* const op0, uint8x16_t* const oq0) { in ApplyFilter2_NEON() 496 *op0 = FlipSignBack_NEON(sp0); in ApplyFilter2_NEON() 503 uint8x16_t* const op0, uint8x16_t* const oq0) { in DoFilter2_NEON() 510 ApplyFilter2_NEON(p0s, q0s, delta1, op0, oq0); in DoFilter2_NEON() 514 uint8x16_t p1, p0, q0, q1, op0, oq0; in SimpleVFilter16_NEON() local 518 DoFilter2_NEON(p1, p0, q0, q1, mask, &op0, &oq0); in SimpleVFilter16_NEON() 520 Store16x2_NEON(op0, oq0, p, stride); in SimpleVFilter16_NEON() 524 uint8x16_t p1, p0, q0, q1, oq0, op0; in SimpleHFilter16_NEON() local 469 ApplyFilter2NoFlip_NEON(const int8x16_t p0s, const int8x16_t q0s, const int8x16_t delta, int8x16_t* const op0, int8x16_t* const oq0) ApplyFilter2NoFlip_NEON() argument 485 ApplyFilter2_NEON(const int8x16_t p0s, const int8x16_t q0s, const int8x16_t delta, uint8x16_t* const op0, uint8x16_t* const oq0) ApplyFilter2_NEON() argument 500 DoFilter2_NEON(const uint8x16_t p1, const uint8x16_t p0, const uint8x16_t q0, const uint8x16_t q1, const uint8x16_t mask, uint8x16_t* const op0, uint8x16_t* const oq0) DoFilter2_NEON() argument 711 ApplyFilter4_NEON( const int8x16_t p1, const int8x16_t p0, const int8x16_t q0, const int8x16_t q1, const int8x16_t delta0, uint8x16_t* const op1, uint8x16_t* const op0, uint8x16_t* const oq0, uint8x16_t* const oq1) ApplyFilter4_NEON() argument 730 DoFilter4_NEON( const uint8x16_t p1, const uint8x16_t p0, const uint8x16_t q0, const uint8x16_t q1, const uint8x16_t mask, const uint8x16_t hev_mask, uint8x16_t* const op1, uint8x16_t* const op0, uint8x16_t* const oq0, uint8x16_t* const oq1) DoFilter4_NEON() argument 764 ApplyFilter6_NEON( const int8x16_t p2, const int8x16_t p1, const int8x16_t p0, const int8x16_t q0, const int8x16_t q1, const int8x16_t q2, const int8x16_t delta, uint8x16_t* const op2, uint8x16_t* const op1, uint8x16_t* const op0, uint8x16_t* const oq0, uint8x16_t* const oq1, uint8x16_t* const oq2) ApplyFilter6_NEON() argument 801 DoFilter6_NEON( const uint8x16_t p2, const uint8x16_t p1, const uint8x16_t p0, const uint8x16_t q0, const uint8x16_t q1, const uint8x16_t q2, const uint8x16_t mask, const uint8x16_t hev_mask, uint8x16_t* const op2, uint8x16_t* const op1, uint8x16_t* const op0, uint8x16_t* const oq0, uint8x16_t* const oq1, uint8x16_t* const oq2) DoFilter6_NEON() argument 845 uint8x16_t op2, op1, op0, oq0, oq1, oq2; VFilter16_NEON() local 862 uint8x16_t op2, op1, op0, oq0, oq1, oq2; HFilter16_NEON() local 927 uint8x16_t op2, op1, op0, oq0, oq1, oq2; VFilter8_NEON() local 945 uint8x16_t op1, op0, oq0, oq1; VFilter8i_NEON() local 960 uint8x16_t op2, op1, op0, oq0, oq1, oq2; HFilter8_NEON() local 977 uint8x16_t op1, op0, oq0, oq1; HFilter8i_NEON() local [all...] |
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_glsl.hpp | 629 void emit_nminmax_op(uint32_t result_type, uint32_t id, uint32_t op0, uint32_t op1, GLSLstd450 op); 631 void emit_quaternary_func_op(uint32_t result_type, uint32_t result_id, uint32_t op0, uint32_t op1, uint32_t op2, 633 void emit_trinary_func_op(uint32_t result_type, uint32_t result_id, uint32_t op0, uint32_t op1, uint32_t op2, 635 void emit_binary_func_op(uint32_t result_type, uint32_t result_id, uint32_t op0, uint32_t op1, const char *op); 636 void emit_atomic_func_op(uint32_t result_type, uint32_t result_id, uint32_t op0, uint32_t op1, const char *op); 637 void emit_atomic_func_op(uint32_t result_type, uint32_t result_id, uint32_t op0, uint32_t op1, uint32_t op2, const char *op); 639 void emit_unary_func_op_cast(uint32_t result_type, uint32_t result_id, uint32_t op0, const char *op, 641 void emit_binary_func_op_cast(uint32_t result_type, uint32_t result_id, uint32_t op0, uint32_t op1, const char *op, 643 void emit_binary_func_op_cast_clustered(uint32_t result_type, uint32_t result_id, uint32_t op0, uint32_t op1, 645 void emit_trinary_func_op_cast(uint32_t result_type, uint32_t result_id, uint32_t op0, uint32_ [all...] |
H A D | spirv_glsl.cpp | 5665 void CompilerGLSL::emit_unary_op(uint32_t result_type, uint32_t result_id, uint32_t op0, const char *op) 5667 bool forward = should_forward(op0); 5668 emit_op(result_type, result_id, join(op, to_enclosed_unpacked_expression(op0)), forward); 5669 inherit_expression_dependencies(result_id, op0); 5672 void CompilerGLSL::emit_binary_op(uint32_t result_type, uint32_t result_id, uint32_t op0, uint32_t op1, const char *op) 5678 bool forward = should_forward(op0) && should_forward(op1) && !force_temporary_precise; 5681 join(to_enclosed_unpacked_expression(op0), " ", op, " ", to_enclosed_unpacked_expression(op1)), forward); 5683 inherit_expression_dependencies(result_id, op0); 5708 void CompilerGLSL::emit_unrolled_binary_op(uint32_t result_type, uint32_t result_id, uint32_t op0, uint32_t op1, 5711 auto &type0 = expression_type(op0); [all...] |
H A D | spirv_hlsl.hpp | 244 bool emit_complex_bitcast(uint32_t result_type, uint32_t id, uint32_t op0) override; 344 BitcastType get_bitcast_type(uint32_t result_type, uint32_t op0);
|
H A D | spirv_msl.hpp | 714 void emit_binary_unord_op(uint32_t result_type, uint32_t result_id, uint32_t op0, uint32_t op1, const char *op); 763 bool emit_complex_bitcast(uint32_t result_id, uint32_t id, uint32_t op0) override; 919 uint32_t mem_order_2, bool has_mem_order_2, uint32_t op0, uint32_t op1 = 0,
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/fragment_shading_rate/ |
H A D | esextcFragmentShadingRateComplex.cpp | 107 for (const EnumTestParam& op0 : combineAttachments) in init() 116 shadingRateAttachment.name + op0.name + op1.name + msaa.name + in init() 122 op0.state, in init()
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_module.h | 418 const struct dxil_value *op0, const struct dxil_value *op1, 423 const struct dxil_value *op0, const struct dxil_value *op1); 427 const struct dxil_value *op0,
|
H A D | dxil_module.c | 2632 const struct dxil_value *op0, const struct dxil_value *op1, in dxil_emit_binop() 2635 assert(types_equal(op0->type, op1->type)); in dxil_emit_binop() 2636 assert(legal_arith_type(op0->type)); in dxil_emit_binop() 2637 struct dxil_instr *instr = create_instr(m, INSTR_BINOP, op0->type); in dxil_emit_binop() 2642 instr->binop.operands[0] = op0; in dxil_emit_binop() 2651 const struct dxil_value *op0, const struct dxil_value *op1) in dxil_emit_cmp() 2653 assert(types_equal(op0->type, op1->type)); in dxil_emit_cmp() 2654 assert(legal_arith_type(op0->type)); in dxil_emit_cmp() 2660 instr->cmp.operands[0] = op0; in dxil_emit_cmp() 2668 const struct dxil_value *op0, in dxil_emit_select() 2631 dxil_emit_binop(struct dxil_module *m, enum dxil_bin_opcode opcode, const struct dxil_value *op0, const struct dxil_value *op1, enum dxil_opt_flags flags) dxil_emit_binop() argument 2650 dxil_emit_cmp(struct dxil_module *m, enum dxil_cmp_pred pred, const struct dxil_value *op0, const struct dxil_value *op1) dxil_emit_cmp() argument 2667 dxil_emit_select(struct dxil_module *m, const struct dxil_value *op0, const struct dxil_value *op1, const struct dxil_value *op2) dxil_emit_select() argument [all...] |
H A D | nir_to_dxil.c | 512 const struct dxil_value *op0) in emit_unary_call() 526 op0 in emit_unary_call() 535 const struct dxil_value *op0, const struct dxil_value *op1) in emit_binary_call() 547 op0, in emit_binary_call() 557 const struct dxil_value *op0, in emit_tertiary_call() 571 op0, in emit_tertiary_call() 582 const struct dxil_value *op0, in emit_quaternary_call() 597 op0, in emit_quaternary_call() 1826 const struct dxil_value *op0, const struct dxil_value *op1) in emit_binop() 1834 const struct dxil_value *v = dxil_emit_binop(&ctx->mod, opcode, op0, op in emit_binop() 510 emit_unary_call(struct ntd_context *ctx, enum overload_type overload, enum dxil_intr intr, const struct dxil_value *op0) emit_unary_call() argument 533 emit_binary_call(struct ntd_context *ctx, enum overload_type overload, enum dxil_intr intr, const struct dxil_value *op0, const struct dxil_value *op1) emit_binary_call() argument 555 emit_tertiary_call(struct ntd_context *ctx, enum overload_type overload, enum dxil_intr intr, const struct dxil_value *op0, const struct dxil_value *op1, const struct dxil_value *op2) emit_tertiary_call() argument 580 emit_quaternary_call(struct ntd_context *ctx, enum overload_type overload, enum dxil_intr intr, const struct dxil_value *op0, const struct dxil_value *op1, const struct dxil_value *op2, const struct dxil_value *op3) emit_quaternary_call() argument 1824 emit_binop(struct ntd_context *ctx, nir_alu_instr *alu, enum dxil_bin_opcode opcode, const struct dxil_value *op0, const struct dxil_value *op1) emit_binop() argument 1842 emit_shift(struct ntd_context *ctx, nir_alu_instr *alu, enum dxil_bin_opcode opcode, const struct dxil_value *op0, const struct dxil_value *op1) emit_shift() argument 1865 emit_cmp(struct ntd_context *ctx, nir_alu_instr *alu, enum dxil_cmp_pred pred, const struct dxil_value *op0, const struct dxil_value *op1) emit_cmp() argument 2050 emit_binary_intin(struct ntd_context *ctx, nir_alu_instr *alu, enum dxil_intr intr, const struct dxil_value *op0, const struct dxil_value *op1) emit_binary_intin() argument 2071 emit_tertiary_intin(struct ntd_context *ctx, nir_alu_instr *alu, enum dxil_intr intr, const struct dxil_value *op0, const struct dxil_value *op1, const struct dxil_value *op2) emit_tertiary_intin() argument [all...] |
/third_party/lzma/Asm/x86/ |
H A D | XzCrc64Opt.asm | 139 CRC macro op0:req, op1:req, dest0:req, dest1:req, src:req, t:req
140 op0 dest0, DWORD PTR [rT + src * 8 + 0800h * t]
|
/third_party/mesa3d/src/mesa/main/ |
H A D | atifragshader.c | 417 GLuint op0 = curProg->Instructions[j][i].Opcode[0]; in _mesa_EndFragmentShaderATI() local 419 const char *op0_enum = op0 > 5 ? _mesa_enum_to_string(op0) : "0"; in _mesa_EndFragmentShaderATI() 423 fprintf(stderr, "%2d %04X %s %d %04X %s %d\n", i, op0, op0_enum, count0, in _mesa_EndFragmentShaderATI()
|
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | helpers.h | 92 void writeout(unsigned i, aco::Operand op0, aco::Operand op1);
|
/third_party/node/deps/v8/src/execution/arm/ |
H A D | simulator-arm.cc | 4353 int op0 = instr->Bits(26, 25); in DecodeUnconditional() local 4361 if (op0 == 0b01) { in DecodeUnconditional() 4363 } else if ((op0 & 0b10) == 0b10 && op1) { in DecodeUnconditional() 4365 } else if (op0 == 0b10 && !op1) { in DecodeUnconditional() 4374 int op0 = instr->Bit(24); in DecodeAdvancedSIMDTwoOrThreeRegisters() local 4378 if (!op0 && op1 == 0b11) { in DecodeAdvancedSIMDTwoOrThreeRegisters() 4396 } else if (op0 && op1 == 0b11 && ((op2 >> 1) == 0)) { in DecodeAdvancedSIMDTwoOrThreeRegisters() 4904 } else if (op0 && op1 == 0b11 && op2 == 0b10) { in DecodeAdvancedSIMDTwoOrThreeRegisters() 4927 } else if (op0 && op1 == 0b11 && op2 == 0b11) { in DecodeAdvancedSIMDTwoOrThreeRegisters() 5040 int op0 in DecodeAdvancedSIMDDataProcessing() local 5748 int op0 = instr->Bit(23); DecodeAdvancedSIMDElementOrStructureLoadStore() local 6108 int op0 = instr->Bits(25, 24); DecodeSpecialCondition() local [all...] |
/third_party/mesa3d/src/intel/vulkan/ |
H A D | genX_state.c | 521 maybe_for_each_shading_rate_op(op0) { in init_cps_device_state() 540 cps_state.Combiner0OpcodeforCPsize = combiner_ops[op0]; in init_cps_device_state()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | js-inlining.cc | 262 const Operator* op0 = common()->StateValues(0, SparseInputMask::Dense()); in CreateArtificialFrameState() local 263 Node* node0 = graph()->NewNode(op0); in CreateArtificialFrameState()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | folding_rules.cpp | 409 uint32_t op0 = zero_is_variable ? non_const_id : neg_id; in MergeNegateMulDivArithmetic() local 412 {{SPV_OPERAND_TYPE_ID, {op0}}, {SPV_OPERAND_TYPE_ID, {op1}}}); in MergeNegateMulDivArithmetic() 471 uint32_t op0 = in MergeNegateAddSubArithmetic() local 475 if (swap_operands) std::swap(op0, op1); in MergeNegateAddSubArithmetic() 478 {{SPV_OPERAND_TYPE_ID, {op0}}, {SPV_OPERAND_TYPE_ID, {op1}}}); in MergeNegateAddSubArithmetic()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | folding_rules.cpp | 409 uint32_t op0 = zero_is_variable ? non_const_id : neg_id; in MergeNegateMulDivArithmetic() local 412 {{SPV_OPERAND_TYPE_ID, {op0}}, {SPV_OPERAND_TYPE_ID, {op1}}}); in MergeNegateMulDivArithmetic() 471 uint32_t op0 = in MergeNegateAddSubArithmetic() local 475 if (swap_operands) std::swap(op0, op1); in MergeNegateAddSubArithmetic() 478 {{SPV_OPERAND_TYPE_ID, {op0}}, {SPV_OPERAND_TYPE_ID, {op1}}}); in MergeNegateAddSubArithmetic()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp8dsp_armv6.S | 454 eor r4, r4, r2 @ *op0 = u ^ 0x80 475 A str r4, [r0, -r1] @ op0 675 eor r8, r8, r12 @ *op0 = u ^ 0x80 711 eor r10, r10, lr @ *op0 = s ^ 0x80 758 A str r8, [r0, -r1] @ op0 818 A str r10, [r0, -r1] @ *op0
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
H A D | vktRobustBufferAccessWithVariablePointersTests.cpp | 690 std::stringstream& selectStream (const T0& op0, const T1& op1) in selectStream() argument 692 DE_UNREF(op0); in selectStream() 719 std::stringstream& selectStream (const T0& op0, const Operation& op) in selectStream() argument 721 DE_UNREF(op0); in selectStream()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
H A D | vktRobustBufferAccessWithVariablePointersTests.cpp | 694 std::stringstream& selectStream (const T0& op0, const T1& op1) in selectStream() argument 696 DE_UNREF(op0); in selectStream() 723 std::stringstream& selectStream (const T0& op0, const Operation& op) in selectStream() argument 725 DE_UNREF(op0); in selectStream()
|