Home
last modified time | relevance | path

Searched refs:inst (Results 1251 - 1275 of 1497) sorted by relevance

1...<<51525354555657585960

/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dtransformation_add_synonym.h60 // Returns true if we can create a synonym of |inst| according to the
65 opt::Instruction* inst,
H A Dfuzzer_pass_obfuscate_constants.h93 // |inst| is the id of a constant, and add an id use descriptor to
97 const opt::Instruction& inst, uint32_t in_operand_index,
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dname_mapper.h98 spv_result_t ParseInstruction(const spv_parsed_instruction_t& inst);
H A Dopcode.h54 // Writes copied instruction into *inst.
57 const spv_endianness_t endian, spv_instruction_t* inst);
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dlocal_single_store_elim_pass.h86 // Returns true if the address that results from |inst| may be used as a base
89 bool FeedsAStore(Instruction* inst) const;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_add_synonym.h60 // Returns true if we can create a synonym of |inst| according to the
65 opt::Instruction* inst,
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dname_mapper.h98 spv_result_t ParseInstruction(const spv_parsed_instruction_t& inst);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dlocal_single_store_elim_pass.h86 // Returns true if the address that results from |inst| may be used as a base
89 bool FeedsAStore(Instruction* inst) const;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dpass_utils.h53 bool ContainsDebugOpcode(const char* inst);
/third_party/spirv-tools/source/fuzz/
H A Dtransformation_add_synonym.h60 // Returns true if we can create a synonym of |inst| according to the
65 opt::Instruction* inst,
/third_party/spirv-tools/source/
H A Dname_mapper.h98 spv_result_t ParseInstruction(const spv_parsed_instruction_t& inst);
/third_party/spirv-tools/source/opt/
H A Dlocal_single_store_elim_pass.h86 // Returns true if the address that results from |inst| may be used as a base
89 bool FeedsAStore(Instruction* inst) const;
/third_party/spirv-tools/test/opt/
H A Dpass_utils.h53 bool ContainsDebugOpcode(const char* inst);
/third_party/vulkan-loader/openharmony/bundle_mgr_helper/
H A Dvk_bundle_mgr_helper.h27 char* GetDebugLayerLibPath(const struct loader_instance *inst, VkSystemAllocationScope allocation_sacope);
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_core.c59 L2capInstance *inst = L2capGetInstance(); in L2capResponseTimeout() local
64 if (inst->connList == NULL) { in L2capResponseTimeout()
68 node = ListGetFirstNode(inst->connList); in L2capResponseTimeout()
663 L2capInstance *inst = L2capGetInstance(); in L2capErfcMonitorTimeout() local
667 if (inst->connList == NULL) { in L2capErfcMonitorTimeout()
713 L2capInstance *inst = L2capGetInstance(); in L2capErfcRetransmissionTimeout() local
717 if (inst->connList == NULL) { in L2capErfcRetransmissionTimeout()
1877 L2capInstance *inst = L2capGetInstance(); in L2capProcessEchoReq() local
1885 if (inst->echo.cb.recvEchoReq != NULL) { in L2capProcessEchoReq()
1886 inst in L2capProcessEchoReq()
1896 L2capInstance *inst = L2capGetInstance(); L2capProcessEchoRsp() local
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dlinker.cpp1322 * \param inst IR tree that is to be processed.
1329 remap_variables(ir_instruction *inst, struct gl_linked_shader *target, in remap_variables() argument
1377 inst->accept(&v); in remap_variables()
1411 foreach_in_list_safe(ir_instruction, inst, instructions) { in move_non_declarations()
1412 if (inst->as_function()) in move_non_declarations()
1415 ir_variable *var = inst->as_variable(); in move_non_declarations()
1419 assert(inst->as_assignment() in move_non_declarations()
1420 || inst->as_call() in move_non_declarations()
1421 || inst->as_if() /* for initializers with the ?: operator */ in move_non_declarations()
1425 inst in move_non_declarations()
[all...]
/third_party/python/Objects/
H A Dabstract.c2581 object_isinstance(PyObject *inst, PyObject *cls) in object_isinstance() argument
2586 retval = PyObject_TypeCheck(inst, (PyTypeObject *)cls); in object_isinstance()
2588 retval = _PyObject_LookupAttr(inst, &_Py_ID(__class__), &icls); in object_isinstance()
2590 if (icls != (PyObject *)(Py_TYPE(inst)) && PyType_Check(icls)) { in object_isinstance()
2606 retval = _PyObject_LookupAttr(inst, &_Py_ID(__class__), &icls); in object_isinstance()
2617 object_recursive_isinstance(PyThreadState *tstate, PyObject *inst, PyObject *cls) in object_recursive_isinstance() argument
2620 if (Py_IS_TYPE(inst, (PyTypeObject *)cls)) { in object_recursive_isinstance()
2626 return object_isinstance(inst, cls); in object_recursive_isinstance()
2643 r = object_recursive_isinstance(tstate, inst, item); in object_recursive_isinstance()
2660 PyObject *res = PyObject_CallOneArg(checker, inst); in object_recursive_isinstance()
2682 PyObject_IsInstance(PyObject *inst, PyObject *cls) PyObject_IsInstance() argument
2778 _PyObject_RealIsInstance(PyObject *inst, PyObject *cls) _PyObject_RealIsInstance() argument
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/wifi_hal_interface/
H A Dwifi_p2p_hal_interface.cpp28 static WifiP2PHalInterface inst; in GetInstance() local
35 if (inst.InitHdiWpaClient()) { in GetInstance()
39 if (inst.InitIdlClient()) { in GetInstance()
45 return inst; in GetInstance()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aapoint.c334 struct tgsi_full_instruction *inst) in aa_transform_inst()
342 for (i = 0; i < inst->Instruction.NumDstRegs; i++) { in aa_transform_inst()
343 struct tgsi_full_dst_register *dst = &inst->Dst[i]; in aa_transform_inst()
351 ctx->emit_instruction(ctx, inst); in aa_transform_inst()
333 aa_transform_inst(struct tgsi_transform_context *ctx, struct tgsi_full_instruction *inst) aa_transform_inst() argument
/third_party/mesa3d/src/intel/compiler/
H A Dtest_fs_scoreboard.cpp73 fs_inst *inst = (fs_inst *)block->start(); in instruction() local
75 inst = (fs_inst *)inst->next; in instruction()
77 return inst; in instruction()
102 fs_inst *inst = bld.emit(SHADER_OPCODE_SEND, dst, desc, desc, payload); in emit_SEND() local
103 inst->mlen = 1; in emit_SEND()
104 return inst; in emit_SEND()
/base/security/device_security_level/test/dslm_unit_test/
H A Ddslm_test_link.h65 bool UtCreateServer(DeviceSocketManager *inst);
/foundation/ai/intelligent_voice_framework/interfaces/inner_api/native/
H A Dintell_voice_manager.h44 int32_t CreateIntellVoiceEngine(IntellVoiceEngineType type, sptr<IIntellVoiceEngine> &inst);
/third_party/ffmpeg/libavutil/
H A Dvulkan_loader.h115 fn = hwctx->get_proc_addr(hwctx->inst, name); in ff_vk_load_functions()
/third_party/mesa3d/include/android_stub/hardware/
H A Dhardware.h229 * and instance 'inst'.
239 int hw_get_module_by_class(const char *class_id, const char *inst,
/third_party/mesa3d/src/mesa/program/
H A Dprogram_parser.h283 * are set in \c inst. If suffixes are encountered that are either not known
291 const char *suffix, struct prog_instruction *inst);

Completed in 36 milliseconds

1...<<51525354555657585960