Home
last modified time | relevance | path

Searched defs:instr (Results 76 - 100 of 511) sorted by relevance

12345678910>>...21

/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_ray_queries.c93 nir_replace_unread_queries_instr(nir_builder *b, nir_instr *instr, void *data) in nir_replace_unread_queries_instr() argument
H A Dnir_gs_count_vertices.c28 as_intrinsic(nir_instr *instr, nir_intrinsic_op op) in as_intrinsic() argument
41 as_set_vertex_and_primitive_count(nir_instr *instr) in as_set_vertex_and_primitive_count() argument
H A Dnir_lower_readonly_images_to_tex.c72 is_readonly_image_op(const nir_instr *instr, const void *context) in is_readonly_image_op() argument
105 lower_readonly_image_op(nir_builder *b, nir_instr *instr, void *context) in lower_readonly_image_op() argument
H A Dnir_lower_ssbo.c156 should_lower_ssbo_instr(const nir_instr *instr) in should_lower_ssbo_instr() argument
[all...]
H A Dnir_lower_samplers.c30 lower_tex_src_to_offset(nir_builder *b, nir_tex_instr *instr, unsigned src_idx) lower_tex_src_to_offset() argument
118 lower_sampler(nir_builder *b, nir_tex_instr *instr) lower_sampler() argument
[all...]
H A Dnir_worklist.h120 nir_instr_worklist_push_tail(nir_instr_worklist *wl, nir_instr *instr) in nir_instr_worklist_push_tail() argument
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_dce.c37 mark_array_use(struct ir3_instruction *instr, struct ir3_register *reg) in mark_array_use() argument
47 instr_dce(struct ir3_instruction *instr, bool falsedep) in instr_dce() argument
171 struct ir3_instruction *instr = ir->a0_users[i]; find_and_remove_unused() local
177 struct ir3_instruction *instr = ir->a1_users[i]; find_and_remove_unused() local
183 struct ir3_instruction *instr = ir->predicates[i]; find_and_remove_unused() local
[all...]
H A Dir3_nir_move_varying_inputs.c72 check_precondition_instr(precond_state *state, nir_instr *instr) in check_precondition_instr() argument
134 move_instruction_to_start_block(state *state, nir_instr *instr) move_instruction_to_start_block() argument
[all...]
H A Dir3_cf.c29 is_safe_conv(struct ir3_instruction *instr, type_t src_type, opc_t *src_opc) in is_safe_conv() argument
[all...]
H A Dir3_image.c98 ir3_get_image_coords(const nir_intrinsic_instr *instr, unsigned *flagsp) in ir3_get_image_coords() argument
116 ir3_get_type_for_image_intrinsic(const nir_intrinsic_instr *instr) in ir3_get_type_for_image_intrinsic() argument
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_form_hard_clauses.cpp77 aco_ptr<Instruction>& instr = block.instructions[i]; in form_hard_clauses() local
[all...]
H A Daco_reindex_ssa.cpp38 reindex_defs(idx_ctx& ctx, aco_ptr<Instruction>& instr) in reindex_defs() argument
52 reindex_ops(idx_ctx& ctx, aco_ptr<Instruction>& instr) in reindex_ops() argument
/third_party/mesa3d/src/broadcom/compiler/
H A Dv3d_nir_lower_robust_buffer_access.c28 rewrite_offset(nir_builder *b, nir_intrinsic_instr *instr, uint32_t buffer_idx, uint32_t offset_src, nir_intrinsic_op buffer_size_op) rewrite_offset() argument
55 lower_load(struct v3d_compile *c, nir_builder *b, nir_intrinsic_instr *instr) lower_load() argument
74 lower_store(struct v3d_compile *c, nir_builder *b, nir_intrinsic_instr *instr) lower_store() argument
83 lower_atomic(struct v3d_compile *c, nir_builder *b, nir_intrinsic_instr *instr) lower_atomic() argument
92 lower_shared(struct v3d_compile *c, nir_builder *b, nir_intrinsic_instr *instr) lower_shared() argument
105 lower_instr(nir_builder *b, nir_instr *instr, void *_state) lower_instr() argument
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_lower_atomics.c42 lower_deref_instr(nir_builder *b, nir_intrinsic_instr *instr, in lower_deref_instr() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_lower_alu.cpp53 nir_ssa_def *Lower2x16::lower(nir_instr *instr) in lower() argument
98 lower(nir_instr *instr) lower() argument
[all...]
/third_party/mesa3d/src/imagination/rogue/
H A Drogue_instr.c81 struct rogue_instr *instr; in rogue_instr_create() local
113 rogue_instr_set_flag(struct rogue_instr *instr, enum rogue_instr_flag flag) rogue_instr_set_flag() argument
128 rogue_instr_set_operand_imm(struct rogue_instr *instr, size_t index, uint64_t value) rogue_instr_set_operand_imm() argument
148 rogue_instr_set_operand_drc(struct rogue_instr *instr, size_t index, size_t number) rogue_instr_set_operand_drc() argument
169 rogue_instr_set_operand_reg(struct rogue_instr *instr, size_t index, enum rogue_operand_type type, size_t number) rogue_instr_set_operand_reg() argument
191 rogue_instr_set_operand_vreg(struct rogue_instr *instr, size_t index, size_t number) rogue_instr_set_operand_vreg() argument
214 rogue_instr_set_operand_vreg_vec(struct rogue_instr *instr, size_t index, size_t component, size_t number) rogue_instr_set_operand_vreg_vec() argument
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A Danv_nir_lower_ubo_loads.c28 lower_ubo_load_instr(nir_builder *b, nir_instr *instr, UNUSED void *_data) in lower_ubo_load_instr() argument
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_nir_lower_builtin.c160 lower_builtin_instr(nir_builder *b, nir_instr *instr, UNUSED void *_data) in lower_builtin_instr() argument
/third_party/mesa3d/src/panfrost/util/
H A Dpan_lower_xfb.c64 lower_xfb(nir_builder *b, nir_instr *instr, UNUSED void *data) in lower_xfb() argument
/third_party/node/deps/v8/src/codegen/arm64/
H A Ddecoder-arm64-inl.h17 void Decoder<V>::Decode(Instruction* instr) { in Decode() argument
111 DecodePCRelAddressing(Instruction* instr) DecodePCRelAddressing() argument
120 DecodeBranchSystemException(Instruction* instr) DecodeBranchSystemException() argument
210 DecodeLoadStore(Instruction* instr) DecodeLoadStore() argument
337 DecodeLogical(Instruction* instr) DecodeLogical() argument
356 DecodeBitfieldExtract(Instruction* instr) DecodeBitfieldExtract() argument
381 DecodeAddSubImmediate(Instruction* instr) DecodeAddSubImmediate() argument
391 DecodeDataProcessing(Instruction* instr) DecodeDataProcessing() argument
504 DecodeFP(Instruction* instr) DecodeFP() argument
628 DecodeNEONLoadStore(Instruction* instr) DecodeNEONLoadStore() argument
659 DecodeNEONVectorDataProcessing(Instruction* instr) DecodeNEONVectorDataProcessing() argument
737 DecodeNEONScalarDataProcessing(Instruction* instr) DecodeNEONScalarDataProcessing() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/ir/
H A Dlima_nir_lower_txp.c80 lima_nir_lower_txp_instr(nir_builder *b, nir_instr *instr, in lima_nir_lower_txp_instr() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dir2_cp.c30 is_mov(struct ir2_instr *instr) in is_mov() argument
131 struct ir2_instr *instr = &ctx->instr[src->num]; cp_export() local
[all...]
/third_party/toybox/kconfig/lxdialog/
H A Dinputbox.c49 char *instr = dialog_input_result; in dialog_inputbox() local
[all...]
/third_party/libsnd/examples/
H A Dsndfile-loopify.c150 { SF_INSTRUMENT instr ; in add_instrument_data() local
[all...]
/third_party/mesa3d/src/amd/common/
H A Dac_nir_lower_global_access.c71 process_instr(nir_builder *b, nir_instr *instr, void *_) in process_instr() argument

Completed in 9 milliseconds

12345678910>>...21