Home
last modified time | relevance | path

Searched defs:inst (Results 826 - 850 of 1799) sorted by relevance

1...<<31323334353637383940>>...72

/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qir_live_variables.c66 get_partial_update_state(struct hash_table *partial_update_ht, struct qinst *inst) get_partial_update_state() argument
84 qir_setup_def(struct vc4_compile *c, struct qblock *block, int ip, struct hash_table *partial_update_ht, struct qinst *inst) qir_setup_def() argument
[all...]
H A Dvc4_qpu_validate.c30 fail_instr(uint64_t inst, const char *msg) in fail_instr() argument
39 writes_reg(uint64_t inst, uint32_t w) in writes_reg() argument
46 _reads_reg(uint64_t inst, uint32_t r, bool ignore_a, bool ignore_b) in _reads_reg() argument
84 reads_reg(uint64_t inst, uint32_t r) reads_reg() argument
90 reads_a_reg(uint64_t inst, uint32_t r) reads_a_reg() argument
96 reads_b_reg(uint64_t inst, uint32_t r) reads_b_reg() argument
102 writes_sfu(uint64_t inst) writes_sfu() argument
129 uint64_t inst = insts[i]; vc4_qpu_validate() local
202 uint64_t inst = insts[i]; vc4_qpu_validate() local
215 uint64_t inst = insts[i]; vc4_qpu_validate() local
231 uint64_t inst = insts[i]; vc4_qpu_validate() local
259 uint64_t inst = insts[i]; vc4_qpu_validate() local
275 uint64_t inst = insts[i]; vc4_qpu_validate() local
332 uint64_t inst = insts[i]; vc4_qpu_validate() local
348 uint64_t inst = insts[i]; vc4_qpu_validate() local
361 uint64_t inst = insts[i]; vc4_qpu_validate() local
384 uint64_t inst = insts[i]; vc4_qpu_validate() local
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dtest_fs_scoreboard.cpp73 fs_inst *inst = (fs_inst *)block->start(); in instruction() local
102 fs_inst *inst = bld.emit(SHADER_OPCODE_SEND, dst, desc, desc, payload); in emit_SEND() local
H A Dtest_eu_compact.cpp93 clear_pad_bits(const struct brw_isa_info *isa, brw_inst *inst) in clear_pad_bits() argument
[all...]
H A Dtest_fs_copy_propagation.cpp85 fs_inst *inst = (fs_inst *)block->start(); in instruction() local
H A Dbrw_vec4_copy_propagation.cpp44 is_direct_copy(vec4_instruction *inst) in is_direct_copy() argument
58 is_dominated_by_previous_instruction(vec4_instruction *inst) is_dominated_by_previous_instruction() argument
67 is_channel_updated(vec4_instruction *inst, src_reg *values[4], int ch) is_channel_updated() argument
126 try_constant_propagate(vec4_instruction *inst, int arg, const copy_entry *entry) try_constant_propagate() argument
302 try_copy_propagate(const struct brw_compiler *compiler, vec4_instruction *inst, int arg, const copy_entry *entry, int attributes_per_reg) try_copy_propagate() argument
[all...]
H A Dbrw_vec4_cse.cpp49 is_expression(const vec4_instruction *const inst) in is_expression() argument
[all...]
H A Dgfx6_gs_visitor.cpp75 vec4_instruction *inst = emit(MOV(dst_reg(MRF, 1), in emit_prolog() local
168 vec4_instruction *inst = emit(MOV(dst, src_reg(tmp))); in gs_emit_vertex() local
224 vec4_instruction *inst = emit(CMP(dst_null_ud(), in gs_end_primitive() local
292 vec4_instruction *inst = NULL; in emit_snb_gs_urb_write_opcode() local
354 vec4_instruction *inst = NULL; emit_thread_end() local
574 vec4_instruction *inst = emit(MOV(dst_reg(destination_indices), xfb_write() local
628 vec4_instruction *inst = emit(GS_OPCODE_SVB_SET_DST_INDEX, xfb_program() local
[all...]
H A Dbrw_vec4_tes.cpp106 vec4_instruction *inst in emit_urb_write_opcode() local
[all...]
H A Dbrw_vec4_surface_builder.cpp127 vec4_instruction *inst = in emit_send() local
H A Dbrw_disasm_info.c129 disasm_annotate(struct disasm_info *disasm, struct backend_instruction *inst, unsigned offset) disasm_annotate() argument
/third_party/mesa3d/src/mesa/program/
H A Dprogram.c449 struct prog_instruction *inst = instrs + i; in _mesa_add_separate_state_parameters() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_info.c107 analyse_tex(struct analysis_context *ctx, const struct tgsi_full_instruction *inst, enum lp_build_tex_modifier modifier) analyse_tex() argument
202 analyse_sample(struct analysis_context *ctx, const struct tgsi_full_instruction *inst, enum lp_build_tex_modifier modifier, boolean shadow) analyse_sample() argument
285 analyse_instruction(struct analysis_context *ctx, struct tgsi_full_instruction *inst) analyse_instruction() argument
569 struct tgsi_full_instruction *inst = lp_build_tgsi_info() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_dynamic_indexing.c115 struct tgsi_full_instruction inst; in remove_dynamic_indexes() local
278 dIndexing_inst(struct tgsi_transform_context *ctx, struct tgsi_full_instruction *inst) dIndexing_inst() argument
[all...]
H A Dtgsi_aa_point.c216 aa_inst(struct tgsi_transform_context *ctx, struct tgsi_full_instruction *inst) aa_inst() argument
H A Dtgsi_util.c376 tgsi_util_get_inst_usage_mask(const struct tgsi_full_instruction *inst, in tgsi_util_get_inst_usage_mask() argument
H A Dtgsi_transform.c78 emit_instruction(struct tgsi_transform_context *ctx, const struct tgsi_full_instruction *inst) emit_instruction() argument
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_emit.c135 struct etna_inst inst = { in etna_emit_alu() local
199 struct etna_inst inst = { etna_emit_tex() local
232 struct etna_inst inst = { etna_emit_jump() local
251 struct etna_inst inst = { etna_emit_discard() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr300_fragprog_emit.c153 static int emit_alu(struct r300_emit_state * emit, struct rc_pair_instruction* inst) in emit_alu() argument
320 struct rc_pair_instruction inst; finish_node() local
425 emit_tex(struct r300_emit_state * emit, struct rc_instruction * inst) emit_tex() argument
[all...]
H A Dr300_fragprog.c34 static void presub_string(char out[10], unsigned int inst) in presub_string() argument
[all...]
H A Dradeon_program_tex.c57 scale_texcoords(struct r300_fragment_program_compiler *compiler, struct rc_instruction *inst, unsigned state_constant) scale_texcoords() argument
81 projective_divide(struct r300_fragment_program_compiler *compiler, struct rc_instruction *inst) projective_divide() argument
122 radeonTransformTEX( struct radeon_compiler * c, struct rc_instruction * inst, void* data) radeonTransformTEX() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_vs_draw.c222 transform_inst(struct tgsi_transform_context *ctx, struct tgsi_full_instruction *inst) transform_inst() argument
[all...]
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativePPC_64.c568 sljit_ins *inst = (sljit_ins*)addr; in sljit_set_jump_addr() local
[all...]
H A DsljitNativeMIPS_32.c49 sljit_ins *inst = (sljit_ins *)addr; in sljit_set_jump_addr() local
[all...]
H A DsljitNativeMIPS_64.c133 sljit_ins *inst = (sljit_ins *)addr; in sljit_set_jump_addr() local
[all...]

Completed in 14 milliseconds

1...<<31323334353637383940>>...72