| /third_party/libunwind/libunwind/src/ppc64/ |
| H A D | Gstep.c | 461 int32_t inst; in unw_step() local
|
| /third_party/mesa3d/src/broadcom/compiler/ |
| H A D | vir_opt_dead_code.c | 43 dce(struct v3d_compile *c, struct qinst *inst) in dce() argument 55 has_nonremovable_reads(struct v3d_compile *c, struct qinst *inst) in has_nonremovable_reads() argument 66 can_write_to_null(struct v3d_compile *c, struct qinst *inst) in can_write_to_null() argument 76 vir_dce_flags(struct v3d_compile *c, struct qinst *inst) in vir_dce_flags() argument 94 check_last_ldunifa(struct v3d_compile *c, struct qinst *inst, struct qblock *block) check_last_ldunifa() argument 122 check_first_ldunifa(struct v3d_compile *c, struct qinst *inst, struct qblock *block, struct qinst **unifa) check_first_ldunifa() argument [all...] |
| H A D | vir_dump.c | 148 vir_print_reg(struct v3d_compile *c, const struct qinst *inst, in vir_print_reg() argument 216 vir_dump_sig(struct v3d_compile *c, struct qinst *inst) in vir_dump_sig() argument 257 vir_dump_alu(struct v3d_compile *c, struct qinst *inst) vir_dump_alu() argument 299 vir_dump_inst(struct v3d_compile *c, struct qinst *inst) vir_dump_inst() argument [all...] |
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | lower_cs_derived.cpp | 168 ir_instruction *inst = in make_gl_GlobalInvocationID() local 200 ir_instruction *inst = in make_gl_LocalInvocationIndex() local
|
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| H A D | vc4_qir_lower_uniforms.c | 75 is_lowerable_uniform(struct qinst *inst, int i) in is_lowerable_uniform() argument 88 qir_get_instruction_uniform_count(struct qinst *inst) in qir_get_instruction_uniform_count() argument [all...] |
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | test_fs_saturate_propagation.cpp | 86 fs_inst *inst = (fs_inst *)block->start(); in instruction() local
|
| /third_party/mesa3d/src/mesa/program/ |
| H A D | prog_parameter_layout.c | 149 struct asm_instruction *inst; in _mesa_layout_parameters() local [all...] |
| H A D | programopt.c | 254 struct prog_instruction *newInst, *inst; in _mesa_append_fog_code() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_vertprog.c | 93 uint32_t *inst, target; in nv30_vertprog_validate() local 136 uint32_t *inst, targe in nv30_vertprog_validate() local [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_parse.c | 184 struct tgsi_full_instruction *inst = &ctx->FullToken.FullInstruction; in tgsi_parse_token() local [all...] |
| H A D | tgsi_two_side.c | 102 struct tgsi_full_instruction inst; in emit_prolog() local 171 xform_inst(struct tgsi_transform_context *ctx, struct tgsi_full_instruction *inst) xform_inst() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_dataflow_swizzles.c | 40 rewrite_source(struct radeon_compiler * c, struct rc_instruction * inst, unsigned src) rewrite_source() argument 424 struct rc_instruction * inst; rc_dataflow_swizzles() local [all...] |
| H A D | radeon_inline_literals.c | 88 struct rc_instruction * inst; in rc_inline_literals() local
|
| H A D | radeon_pair_translate.c | 40 static void final_rewrite(struct rc_sub_instruction *inst) in final_rewrite() argument 89 classify_instruction(struct rc_sub_instruction * inst, int * needrgb, int * needalpha, int * istranscendent) classify_instruction() argument 151 set_pair_instruction(struct r300_fragment_program_compiler *c, struct rc_pair_instruction * pair, struct rc_sub_instruction * inst) set_pair_instruction() argument 330 check_opcode_support(struct r300_fragment_program_compiler *c, struct rc_sub_instruction *inst) check_opcode_support() argument [all...] |
| H A D | radeon_program.c | 57 struct rc_instruction * inst = c->Program.Instructions.Next; in rc_local_transform() local 109 struct rc_instruction * inst; in rc_get_used_temporaries() local 79 get_used_temporaries_cb( void * userdata, struct rc_instruction * inst, rc_register_file file, unsigned int index, unsigned int mask) get_used_temporaries_cb() argument 171 struct rc_instruction * inst = memory_pool_malloc(&c->Pool, sizeof(struct rc_instruction)); rc_alloc_instruction() local 184 rc_insert_instruction(struct rc_instruction * after, struct rc_instruction * inst) rc_insert_instruction() argument 195 struct rc_instruction * inst = rc_alloc_instruction(c); rc_insert_new_instruction() local 202 rc_remove_instruction(struct rc_instruction * inst) rc_remove_instruction() argument 214 struct rc_instruction * inst; rc_recompute_ips() local [all...] |
| H A D | radeon_vert_fc.c | 60 static void mark_write(void * userdata, struct rc_instruction * inst, in mark_write() argument 78 struct rc_instruction * inst; in reserve_predicate_reg() local 106 lower_bgnloop( struct rc_instruction * inst, struct vert_fc_state * fc_state) lower_bgnloop() argument 157 lower_brk( struct rc_instruction * inst, struct vert_fc_state * fc_state) lower_brk() argument 175 lower_endloop( struct rc_instruction * inst, struct vert_fc_state * fc_state) lower_endloop() argument 189 lower_if( struct rc_instruction * inst, struct vert_fc_state * fc_state) lower_if() argument 224 struct rc_instruction * inst; rc_vert_fc() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/r300/ |
| H A D | r300_tgsi_to_rc.c | 328 struct tgsi_full_instruction *inst; in r300_tgsi_to_rc() local
|
| /third_party/skia/third_party/externals/spirv-tools/source/val/ |
| H A D | validate_atomics.cpp | 122 spv_result_t AtomicsPass(ValidationState_t& _, const Instruction* inst) { in AtomicsPass() argument [all...] |
| H A D | validate_capability.cpp | 267 spv_result_t CapabilityPass(ValidationState_t& _, const Instruction* inst) { in CapabilityPass() argument [all...] |
| H A D | validate_conversion.cpp | 29 spv_result_t ConversionPass(ValidationState_t& _, const Instruction* inst) { in ConversionPass() argument [all...] |
| H A D | validate_id.cpp | 40 spv_result_t UpdateIdUse(ValidationState_t& _, const Instruction* inst) { in UpdateIdUse() argument 132 IdPass(ValidationState_t& _, Instruction* inst) IdPass() argument [all...] |
| H A D | validate_mode_setting.cpp | 28 spv_result_t ValidateEntryPoint(ValidationState_t& _, const Instruction* inst) { in ValidateEntryPoint() argument 254 ValidateExecutionMode(ValidationState_t& _, const Instruction* inst) ValidateExecutionMode() argument 489 ValidateMemoryModel(ValidationState_t& _, const Instruction* inst) ValidateMemoryModel() argument 527 ModeSettingPass(ValidationState_t& _, const Instruction* inst) ModeSettingPass() argument [all...] |
| /third_party/skia/third_party/externals/spirv-tools/test/opt/ |
| H A D | decoration_manager_test.cpp | 90 std::string ToText(const std::vector<Instruction*>& inst) { in ToText() argument
|
| H A D | pass_remove_duplicates_test.cpp | 93 std::string ToText(const std::vector<Instruction*>& inst) { in ToText() argument
|
| /third_party/skia/third_party/externals/spirv-tools/test/val/ |
| H A D | val_extension_spv_khr_integer_dot_product.cpp | 38 std::string inst; member
|