Home
last modified time | relevance | path

Searched refs:is_input (Results 1 - 24 of 24) sorted by relevance

/third_party/node/deps/v8/src/runtime/
H A Druntime-trace.cc55 void PrintRegisters(UnoptimizedFrame* frame, std::ostream& os, bool is_input, in PrintRegisters() argument
63 const char* kArrowDirection = is_input ? " -> " : " <- "; in PrintRegisters()
65 os << (is_input ? kInputColourCode : kOutputColourCode); in PrintRegisters()
71 if ((is_input && interpreter::Bytecodes::ReadsAccumulator(bytecode)) || in PrintRegisters()
72 (!is_input && interpreter::Bytecodes::WritesAccumulator(bytecode))) { in PrintRegisters()
84 is_input in PrintRegisters()
95 if (!is_input && interpreter::Bytecodes::IsShortStar(bytecode)) { in PrintRegisters()
/third_party/alsa-lib/src/rawmidi/
H A Dump.c53 input->is_input = 1; in snd_ump_open()
268 if (ump->is_input) in snd_ump_write()
282 if (!ump->is_input) in snd_ump_read()
298 if (!ump->is_input) in snd_ump_tread()
H A Dump_local.h10 int is_input; member
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dresolver_validation.cc814 const bool is_input) { in ValidateBuiltinDecoration()
822 bool is_output = !is_input; in ValidateBuiltinDecoration()
826 !((is_input && stage == ast::PipelineStage::kFragment) || in ValidateBuiltinDecoration()
841 !(stage == ast::PipelineStage::kCompute && is_input)) { in ValidateBuiltinDecoration()
853 !(stage == ast::PipelineStage::kFragment && !is_input)) { in ValidateBuiltinDecoration()
864 !(stage == ast::PipelineStage::kFragment && is_input)) { in ValidateBuiltinDecoration()
875 !(stage == ast::PipelineStage::kCompute && is_input)) { in ValidateBuiltinDecoration()
887 !(stage == ast::PipelineStage::kVertex && is_input)) { in ValidateBuiltinDecoration()
909 !(stage == ast::PipelineStage::kFragment && is_input)) { in ValidateBuiltinDecoration()
924 (is_input in ValidateBuiltinDecoration()
812 ValidateBuiltinDecoration(const ast::BuiltinDecoration* deco, const sem::Type* storage_ty, const bool is_input) ValidateBuiltinDecoration() argument
2206 ValidateLocationDecoration( const ast::LocationDecoration* location, const sem::Type* type, std::unordered_set<uint32_t>& locations, const Source& source, const bool is_input) ValidateLocationDecoration() argument
[all...]
H A Dresolver.h244 const bool is_input);
262 const bool is_input = false);
/third_party/ffmpeg/libavfilter/
H A Df_streamselect.c157 static int parse_definition(AVFilterContext *ctx, int nb_pads, int is_input, int is_audio) in parse_definition() argument
159 const char *padtype = is_input ? "in" : "out"; in parse_definition()
173 if (is_input) { in parse_definition()
H A Daf_lv2.c441 int is_input = 0; in init() local
447 is_input = 1; in init()
453 if (is_input) { in init()
457 if (is_input) { in init()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_info.c223 nir_intrinsic_instr *intr, bool is_input) in scan_io_usage()
250 is_output_load = !is_input; in scan_io_usage()
257 if (bit_size == 16 && !is_input) { in scan_io_usage()
275 if (nir->info.stage != MESA_SHADER_VERTEX || !is_input) in scan_io_usage()
278 if (nir->info.stage == MESA_SHADER_FRAGMENT && !is_input) { in scan_io_usage()
288 if (is_input) { in scan_io_usage()
222 scan_io_usage(const nir_shader *nir, struct si_shader_info *info, nir_intrinsic_instr *intr, bool is_input) scan_io_usage() argument
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_legalize.c128 if (is_input(n)) { in legalize_block()
158 if (is_input(n)) { in legalize_block()
299 if (ctx->early_input_release && is_input(n)) { in legalize_block()
944 if (is_input(instr)) { in ir3_legalize()
H A Dir3_postsched.c226 if (!is_input(n->instr)) in choose_instr()
606 if (is_input(instr)) { in sched_dag_init()
H A Dir3_sched.c545 if (is_input(instr)) in nearest_use()
1132 if (is_kill_or_demote(instr) || is_input(instr)) { in sched_node_add_deps()
H A Dir3.c426 if (is_input(instr)) in insert_instr()
H A Dir3.h1033 is_input(struct ir3_instruction *instr) in is_input() function
H A Dir3_compiler_nir.c4018 if (is_input(instr)) { in pack_inlocs()
4097 if (is_input(instr)) { in pack_inlocs()
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_signature.c442 bool is_input) { in fill_SV_param_nodes()
471 if (!is_input) in fill_SV_param_nodes()
775 bool is_input) in get_signature_metadata()
782 nodes[i] = fill_SV_param_nodes(mod, i, &recs[i], &psvs[i], is_input); in get_signature_metadata()
439 fill_SV_param_nodes(struct dxil_module *mod, unsigned record_id, const struct dxil_signature_record *rec, const struct dxil_psv_signature_element *psv, bool is_input) fill_SV_param_nodes() argument
771 get_signature_metadata(struct dxil_module *mod, const struct dxil_signature_record *recs, const struct dxil_psv_signature_element *psvs, unsigned num_elements, bool is_input) get_signature_metadata() argument
/third_party/ffmpeg/libavformat/
H A Drtmpproto.c85 int is_input; ///< input/output flag member
339 if (!rt->is_input) { in gen_connect()
356 if (rt->is_input) { in gen_connect()
1267 if (rt->is_input && serverdata[5] >= 3) { in rtmp_handshake()
1506 if (!rt->is_input) { in handle_chunk_size()
2064 if (!rt->is_input) { in handle_invoke_result()
2078 if (rt->is_input) { in handle_invoke_result()
2097 if (!rt->is_input) { in handle_invoke_result()
2474 if (!rpkt.size || !rt->is_input) { in get_packet()
2500 if (!rt->is_input) { in rtmp_close()
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-filter-apply.c370 static int do_move(struct userdata *u, pa_object *obj, pa_object *parent, bool is_input) { in do_move() argument
372 pa_hashmap_put(is_input ? u->mdm_ignored_inputs : u->mdm_ignored_outputs, obj, obj); in do_move()
374 if (is_input) { in do_move()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Dconsistency_tools.py113 self.referenced_input_types = ReferencedTypes(self.db, self.is_input)
128 def is_input(self, member_elem): member in XMLChecker
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir.c88 is_input(nir_intrinsic_instr *intrin) in is_input() function
122 (stage == MESA_SHADER_TESS_EVAL && is_input(intrin))) { in remap_patch_urb_offsets()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_shader.c2243 boolean is_input; in DECL_SPECIAL() local
2249 is_input = sem.reg.file == D3DSPR_INPUT; in DECL_SPECIAL()
2278 if (is_input) { in DECL_SPECIAL()
2308 if (is_input && tx->version.major >= 3) { in DECL_SPECIAL()
2335 if (!is_input && 0) { /* declare in COLOROUT/DEPTHOUT case */ in DECL_SPECIAL()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_io.c2835 is_input(nir_intrinsic_instr *intrin) in is_input() function
2887 if (((modes & nir_var_shader_in) && is_input(intrin)) || in add_const_offset_to_base_block()
/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator.h1194 bool is_tagged, bool is_input);
H A Dregister-allocator.cc1606 UnallocatedOperand* operand, int pos, bool is_tagged, bool is_input) { in AllocateFixed()
1632 if (is_input && allocated.IsAnyRegister()) { in AllocateFixed()
1605 AllocateFixed( UnallocatedOperand* operand, int pos, bool is_tagged, bool is_input) AllocateFixed() argument
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.cpp1064 std::stringstream& stream, bool is_input) in verifyVarying()
1071 if (false == is_input) in verifyVarying()
1115 * @param is_input Selects if varying is input or output
1119 bool checkVarying(Program& program, Shader::STAGES stage, const Variable& variable, std::stringstream& stream, bool is_input) in checkVarying() argument
1131 bool member_result = verifyVarying(program, interface->m_name, member, stream, is_input); in checkVarying()
1154 switch (Variable::GetFlavour(stage, is_input ? Variable::INPUT : Variable::OUTPUT)) in checkVarying()
1177 bool member_result = verifyVarying(program, structVariable, member, stream, is_input); in checkVarying()
1191 bool member_result = verifyVarying(program, structVariable, member, stream, is_input); in checkVarying()
1202 result = verifyVarying(program, "", variable.m_descriptor, stream, is_input); in checkVarying()
1063 verifyVarying(Program& program, const std::string& parent_name, const Variable::Descriptor& desc, std::stringstream& stream, bool is_input) verifyVarying() argument

Completed in 80 milliseconds