| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | linker.cpp | 1329 remap_variables(ir_instruction *inst, struct gl_linked_shader *target, in remap_variables() argument [all...] |
| /third_party/mesa3d/src/intel/common/ |
| H A D | intel_batch_decoder.c | 214 struct intel_group *inst = intel_ctx_find_instruction(ctx, p); in handle_state_base_address() local 252 struct intel_group *inst = intel_ctx_find_instruction(ctx, p); in handle_binding_table_pool_alloc() local 418 struct intel_group *inst = intel_ctx_find_instruction(ctx, p); in handle_media_interface_descriptor_load() local 460 struct intel_group *inst = intel_ctx_find_instruction(ctx, p); in handle_compute_walker() local 476 struct intel_group *inst = intel_ctx_find_instruction(ctx, p); in handle_3dstate_vertex_buffers() local 539 struct intel_group *inst = intel_ctx_find_instruction(ctx, p); handle_3dstate_index_buffer() local 589 struct intel_group *inst = intel_ctx_find_instruction(ctx, p); decode_single_ksp() local 631 struct intel_group *inst = intel_ctx_find_instruction(ctx, p); decode_mesh_task_ksp() local 661 decode_ps_kern(struct intel_batch_decode_ctx *ctx, struct intel_group *inst, const uint32_t *p) decode_ps_kern() argument 717 struct intel_group *inst = intel_ctx_find_instruction(ctx, p); decode_ps_kernels() local 724 struct intel_group *inst = decode_3dstate_constant_all() local 767 struct intel_group *inst = intel_ctx_find_instruction(ctx, p); decode_3dstate_constant() local 814 struct intel_group *inst = intel_ctx_find_instruction(ctx, p); decode_gfx4_constant_buffer() local 947 struct intel_group *inst = intel_ctx_find_instruction(ctx, p); decode_dynamic_state_pointers() local 966 struct intel_group *inst = intel_ctx_find_instruction(ctx, p); decode_3dstate_viewport_state_pointers() local 1023 struct intel_group *inst = intel_ctx_find_instruction(ctx, p); decode_3dstate_cc_state_pointers() local 1109 struct intel_group *inst = intel_ctx_find_instruction(ctx, p); decode_load_register_imm() local 1403 struct intel_group *inst; intel_print_batch() local [all...] |
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_disasm.c | 894 dest(FILE *file, const struct brw_isa_info *isa, const brw_inst *inst) in dest() argument 975 dest_3src(FILE *file, const struct intel_device_info *devinfo, const brw_inst *inst) dest_3src() argument 1248 src0_3src(FILE *file, const struct intel_device_info *devinfo, const brw_inst *inst) src0_3src() argument 1335 src1_3src(FILE *file, const struct intel_device_info *devinfo, const brw_inst *inst) src1_3src() argument 1409 src2_3src(FILE *file, const struct intel_device_info *devinfo, const brw_inst *inst) src2_3src() argument 1497 imm(FILE *file, const struct brw_isa_info *isa, enum brw_reg_type type, const brw_inst *inst) imm() argument 1618 src0(FILE *file, const struct brw_isa_info *isa, const brw_inst *inst) src0() argument 1697 src1(FILE *file, const struct brw_isa_info *isa, const brw_inst *inst) src1() argument 1761 qtr_ctrl(FILE *file, const struct intel_device_info *devinfo, const brw_inst *inst) qtr_ctrl() argument 1796 swsb(FILE *file, const struct brw_isa_info *isa, const brw_inst *inst) swsb() argument 1821 brw_inst inst; brw_disassemble_imm() local 1888 brw_disassemble_inst(FILE *file, const struct brw_isa_info *isa, const brw_inst *inst, bool is_compacted, int offset, const struct brw_label *root_label) brw_disassemble_inst() argument [all...] |
| H A D | brw_eu_emit.c | 89 brw_set_dest(struct brw_codegen *p, brw_inst *inst, struct brw_reg dest) in brw_set_dest() argument 209 brw_set_src0(struct brw_codegen *p, brw_inst *inst, struct brw_reg reg) brw_set_src0() argument 345 brw_set_src1(struct brw_codegen *p, brw_inst *inst, struct brw_reg reg) brw_set_src1() argument 455 brw_set_desc_ex(struct brw_codegen *p, brw_inst *inst, unsigned desc, unsigned ex_desc) brw_set_desc_ex() argument 469 brw_set_math_message( struct brw_codegen *p, brw_inst *inst, unsigned function, unsigned integer_type, bool low_precision, unsigned dataType ) brw_set_math_message() argument 583 gfx7_set_dp_scratch_message(struct brw_codegen *p, brw_inst *inst, bool write, bool dword, bool invalidate_after_read, unsigned num_regs, unsigned addr_offset, unsigned mlen, unsigned rlen, bool header_present) gfx7_set_dp_scratch_message() argument 810 brw_inst *inst = next_insn(p, opcode); brw_alu3() local 1261 brw_inst *inst; brw_F32TO16() local 1356 brw_inst *inst = brw_alu2(p, BRW_OPCODE_JMPI, ip, ip, index); brw_JMPI() local 1367 push_if_stack(struct brw_codegen *p, brw_inst *inst) push_if_stack() argument 1387 push_loop_stack(struct brw_codegen *p, brw_inst *inst) push_loop_stack() argument 1879 brw_inst *inst; brw_patch_break_cont() local 3373 brw_inst *inst; brw_find_live_channel() local 3456 brw_inst *inst; brw_broadcast() local 3590 struct brw_inst *inst; brw_barrier() local 3646 brw_inst *inst = brw_AND(p, brw_cr0_reg(0), brw_cr0_reg(0), brw_float_controls_mode() local 3665 brw_update_reloc_imm(const struct brw_isa_info *isa, brw_inst *inst, uint32_t value) brw_update_reloc_imm() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_insn.c | 348 emit_op1(struct svga_shader_emitter *emit, SVGA3dShaderInstToken inst, SVGA3dShaderDestToken dest, struct src_register src0) emit_op1() argument 361 emit_op2(struct svga_shader_emitter *emit, SVGA3dShaderInstToken inst, SVGA3dShaderDestToken dest, struct src_register src0, struct src_register src1) emit_op2() argument 376 emit_op3(struct svga_shader_emitter *emit, SVGA3dShaderInstToken inst, SVGA3dShaderDestToken dest, struct src_register src0, struct src_register src1, struct src_register src2) emit_op3() argument 393 emit_op4(struct svga_shader_emitter *emit, SVGA3dShaderInstToken inst, SVGA3dShaderDestToken dest, struct src_register src0, struct src_register src1, struct src_register src2, struct src_register src3) emit_op4() argument 488 submit_op0(struct svga_shader_emitter *emit, SVGA3dShaderInstToken inst, SVGA3dShaderDestToken dest) submit_op0() argument 501 submit_op1(struct svga_shader_emitter *emit, SVGA3dShaderInstToken inst, SVGA3dShaderDestToken dest, struct src_register src0) submit_op1() argument 521 submit_op2(struct svga_shader_emitter *emit, SVGA3dShaderInstToken inst, SVGA3dShaderDestToken dest, struct src_register src0, struct src_register src1) submit_op2() argument 570 submit_op3(struct svga_shader_emitter *emit, SVGA3dShaderInstToken inst, SVGA3dShaderDestToken dest, struct src_register src0, struct src_register src1, struct src_register src2) submit_op3() argument 642 submit_op4(struct svga_shader_emitter *emit, SVGA3dShaderInstToken inst, SVGA3dShaderDestToken dest, struct src_register src0, struct src_register src1, struct src_register src2, struct src_register src3) submit_op4() argument 1400 SVGA3dShaderInstToken inst = inst_token( SVGA3DOP_TEXKILL ); emit_discard() local 1616 SVGA3dShaderInstToken inst; emit_tex2() local 1701 SVGA3dShaderInstToken inst; emit_tex4() local 1928 SVGA3dShaderInstToken inst = inst_token( SVGA3DOP_LOOP ); emit_bgnloop() local 1944 SVGA3dShaderInstToken inst = inst_token( SVGA3DOP_ENDLOOP ); emit_endloop() local 1959 SVGA3dShaderInstToken inst = inst_token( SVGA3DOP_BREAK ); emit_brk() local 1973 SVGA3dShaderInstToken inst; emit_scalar_op1() local 1996 SVGA3dShaderInstToken inst; emit_simple_instruction() local 2141 SVGA3dShaderInstToken inst; emit_deriv() local 2549 SVGA3dShaderInstToken inst; emit_ex2() local [all...] |
| /third_party/mesa3d/src/microsoft/compiler/ |
| H A D | dxil_nir.c | 1850 lower_ubo_array_one_to_static(struct nir_builder *b, nir_instr *inst, in lower_ubo_array_one_to_static() argument
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | ffvertex_prog.c | 553 static void debug_insn( struct prog_instruction *inst, const char *fn, in debug_insn() argument 581 struct prog_instruction *inst; in emit_op3fn() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_pair_schedule.c | 216 static void add_inst_to_list(struct schedule_instruction ** list, struct schedule_instruction * inst) in add_inst_to_list() argument 197 remove_inst_from_list(struct schedule_instruction ** list, struct schedule_instruction * inst) remove_inst_from_list() argument 222 add_inst_to_list_score(struct schedule_instruction ** list, struct schedule_instruction * inst) add_inst_to_list_score() argument 755 rgb_to_alpha_remap( struct schedule_state * s, struct rc_instruction * inst, struct rc_pair_instruction_arg * arg, rc_register_file old_file, rc_swizzle old_swz, unsigned int new_index) rgb_to_alpha_remap() argument 808 is_rgb_to_alpha_possible( void * userdata, struct rc_instruction * inst, struct rc_pair_instruction_arg * arg, struct rc_pair_instruction_source * src) is_rgb_to_alpha_possible() argument 1141 scan_read(void * data, struct rc_instruction * inst, rc_register_file file, unsigned int index, unsigned int chan) scan_read() argument 1203 scan_write(void * data, struct rc_instruction * inst, rc_register_file file, unsigned int index, unsigned int chan) scan_write() argument 1237 is_rgb_to_alpha_possible_normal( void * userdata, struct rc_instruction * inst, struct rc_src_register * src) is_rgb_to_alpha_possible_normal() argument 1309 is_controlflow(struct rc_instruction * inst) is_controlflow() argument 1322 struct rc_instruction * inst = c->Base.Program.Instructions.Next; rc_pair_schedule() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | r600_asm.h | 178 unsigned inst; member
|
| /third_party/node/deps/openssl/openssl/apps/ |
| H A D | ocsp.c | 1110 ASN1_OBJECT *inst = NULL; in make_ocsp_response() local
|
| /third_party/pcre2/pcre2/src/sljit/ |
| H A D | sljitNativeARM_64.c | 2161 sljit_u32 inst; in sljit_emit_mem() local 2232 sljit_u32 sign = 0, inst; sljit_emit_mem_update() local 2286 sljit_u32 inst; sljit_emit_fmem_update() local 2396 sljit_ins* inst = (sljit_ins*)addr; sljit_set_jump_addr() local [all...] |
| /third_party/skia/third_party/externals/spirv-tools/source/val/ |
| H A D | validation_state.cpp | 496 void ValidationState_t::RegisterDebugInstruction(const Instruction* inst) { in RegisterDebugInstruction() argument 104 CountInstructions(void* user_data, const spv_parsed_instruction_t* inst) CountInstructions() argument 287 diag(spv_result_t error_code, const Instruction* inst) diag() argument 488 AddOrderedInstruction( const spv_parsed_instruction_t* inst) AddOrderedInstruction() argument 523 RegisterInstruction(Instruction* inst) RegisterInstruction() argument 633 RegisterUniqueTypeDeclaration(const Instruction* inst) RegisterUniqueTypeDeclaration() argument 653 const Instruction* inst = FindDef(id); GetTypeId() local 658 const Instruction* inst = FindDef(id); GetIdOpcode() local 663 const Instruction* inst = FindDef(id); GetComponentType() local 692 const Instruction* inst = FindDef(id); GetDimension() local 721 const Instruction* inst = FindDef(component_type_id); GetBitWidth() local 734 const Instruction* inst = FindDef(id); IsVoidType() local 739 const Instruction* inst = FindDef(id); IsFloatScalarType() local 744 const Instruction* inst = FindDef(id); IsFloatVectorType() local 757 const Instruction* inst = FindDef(id); IsFloatScalarOrVectorType() local 774 const Instruction* inst = FindDef(id); IsIntScalarType() local 779 const Instruction* inst = FindDef(id); IsIntVectorType() local 792 const Instruction* inst = FindDef(id); IsIntScalarOrVectorType() local 809 const Instruction* inst = FindDef(id); IsUnsignedIntScalarType() local 814 const Instruction* inst = FindDef(id); IsUnsignedIntVectorType() local 827 const Instruction* inst = FindDef(id); IsSignedIntScalarType() local 832 const Instruction* inst = FindDef(id); IsSignedIntVectorType() local 845 const Instruction* inst = FindDef(id); IsBoolScalarType() local 850 const Instruction* inst = FindDef(id); IsBoolVectorType() local 863 const Instruction* inst = FindDef(id); IsBoolScalarOrVectorType() local 880 const Instruction* inst = FindDef(id); IsFloatMatrixType() local 924 const Instruction* inst = FindDef(struct_type_id); GetStructMemberTypes() local 937 const Instruction* inst = FindDef(id); IsPointerType() local 945 const Instruction* inst = FindDef(id); GetPointerTypeInfo() local 955 const Instruction* inst = FindDef(id); IsCooperativeMatrixType() local 974 CooperativeMatrixShapesMatch( const Instruction* inst, uint32_t m1, uint32_t m2) CooperativeMatrixShapesMatch() argument 1033 GetOperandTypeId(const Instruction* inst, size_t operand_index) const GetOperandTypeId() argument 1039 const Instruction* inst = FindDef(id); GetConstantValUint64() local 1062 const Instruction* const inst = FindDef(id); EvalInt32IfConst() local 1153 const auto inst = FindDef(id); EntryPointReferences() local 1281 const auto inst = FindDef(id); ContainsType() local [all...] |
| /third_party/skia/src/core/ |
| H A D | SkVM.cpp | 287 static void write_one_instruction(Val id, const OptimizedInstruction& inst, SkWStream* o) { in write_one_instruction() argument 386 const OptimizedInstruction& inst in dump() local 405 const InterpreterInstruction& inst = fImpl->instructions[i]; dump() local 500 const Instruction& inst = program[id]; eliminate_dead_code() local 515 const Instruction& inst = program[id]; eliminate_dead_code() local 536 Instruction& inst = program[id]; eliminate_dead_code() local 560 Instruction inst = program[id]; finalize() local 568 OptimizedInstruction& inst = optimized[id]; finalize() local 639 operator ()(const Instruction& inst, uint32_t seed) const operator ()() argument 646 push(Instruction inst) push() argument [all...] |
| /third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
| H A D | fuzzer_util.cpp | 110 auto inst = context->get_def_use_mgr()->GetDef(maybe_block_id); in MaybeFindBlock() local 277 GetIteratorForInstruction( opt::BasicBlock* block, const opt::Instruction* inst) GetIteratorForInstruction() argument 306 CanMakeSynonymOf(opt::IRContext* ir_context, const TransformationContext& transformation_context, const opt::Instruction& inst) CanMakeSynonymOf() argument 764 const auto* inst = context->get_def_use_mgr()->GetDef(result_id); GetTypeId() local 812 InOperandIndexFromOperandIndex(const opt::Instruction& inst, uint32_t absolute_index) InOperandIndexFromOperandIndex() argument [all...] |
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | instrument_pass.cpp | 48 Instruction* inst = &*cii; in MovePreludeCode() local 66 Instruction* inst = &*cii; in MovePostludeCode() local 350 CloneSameBlockOps( std::unique_ptr<Instruction>* inst, std::unordered_map<uint32_t, uint32_t>* same_blk_post, std::unordered_map<uint32_t, Instruction*>* same_blk_pre, BasicBlock* block_ptr) CloneSameBlockOps() argument [all...] |
| H A D | ir_context.h | 298 void set_instr_block(Instruction* inst, BasicBlock* block) { in set_instr_block() argument 469 IsCombinatorInstruction(const Instruction* inst) IsCombinatorInstruction() argument 576 GetFunction(Instruction* inst) GetFunction() argument 1128 AnalyzeDefUse(Instruction* inst) AnalyzeDefUse() argument 1134 UpdateDefUse(Instruction* inst) UpdateDefUse() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
| H A D | fuzzer_util.cpp | 110 auto inst = context->get_def_use_mgr()->GetDef(maybe_block_id); in MaybeFindBlock() local 277 GetIteratorForInstruction( opt::BasicBlock* block, const opt::Instruction* inst) GetIteratorForInstruction() argument 306 CanMakeSynonymOf(opt::IRContext* ir_context, const TransformationContext& transformation_context, const opt::Instruction& inst) CanMakeSynonymOf() argument 764 const auto* inst = context->get_def_use_mgr()->GetDef(result_id); GetTypeId() local 812 InOperandIndexFromOperandIndex(const opt::Instruction& inst, uint32_t absolute_index) InOperandIndexFromOperandIndex() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | instrument_pass.cpp | 48 Instruction* inst = &*cii; in MovePreludeCode() local 66 Instruction* inst = &*cii; in MovePostludeCode() local 350 CloneSameBlockOps( std::unique_ptr<Instruction>* inst, std::unordered_map<uint32_t, uint32_t>* same_blk_post, std::unordered_map<uint32_t, Instruction*>* same_blk_pre, BasicBlock* block_ptr) CloneSameBlockOps() argument [all...] |
| H A D | ir_context.h | 298 void set_instr_block(Instruction* inst, BasicBlock* block) { in set_instr_block() argument 469 IsCombinatorInstruction(const Instruction* inst) IsCombinatorInstruction() argument 576 GetFunction(Instruction* inst) GetFunction() argument 1128 AnalyzeDefUse(Instruction* inst) AnalyzeDefUse() argument 1134 UpdateDefUse(Instruction* inst) UpdateDefUse() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
| H A D | validation_state.cpp | 496 void ValidationState_t::RegisterDebugInstruction(const Instruction* inst) { in RegisterDebugInstruction() argument 104 CountInstructions(void* user_data, const spv_parsed_instruction_t* inst) CountInstructions() argument 287 diag(spv_result_t error_code, const Instruction* inst) diag() argument 488 AddOrderedInstruction( const spv_parsed_instruction_t* inst) AddOrderedInstruction() argument 523 RegisterInstruction(Instruction* inst) RegisterInstruction() argument 633 RegisterUniqueTypeDeclaration(const Instruction* inst) RegisterUniqueTypeDeclaration() argument 653 const Instruction* inst = FindDef(id); GetTypeId() local 658 const Instruction* inst = FindDef(id); GetIdOpcode() local 663 const Instruction* inst = FindDef(id); GetComponentType() local 692 const Instruction* inst = FindDef(id); GetDimension() local 721 const Instruction* inst = FindDef(component_type_id); GetBitWidth() local 734 const Instruction* inst = FindDef(id); IsVoidType() local 739 const Instruction* inst = FindDef(id); IsFloatScalarType() local 744 const Instruction* inst = FindDef(id); IsFloatVectorType() local 757 const Instruction* inst = FindDef(id); IsFloatScalarOrVectorType() local 774 const Instruction* inst = FindDef(id); IsIntScalarType() local 779 const Instruction* inst = FindDef(id); IsIntVectorType() local 792 const Instruction* inst = FindDef(id); IsIntScalarOrVectorType() local 809 const Instruction* inst = FindDef(id); IsUnsignedIntScalarType() local 814 const Instruction* inst = FindDef(id); IsUnsignedIntVectorType() local 827 const Instruction* inst = FindDef(id); IsSignedIntScalarType() local 832 const Instruction* inst = FindDef(id); IsSignedIntVectorType() local 845 const Instruction* inst = FindDef(id); IsBoolScalarType() local 850 const Instruction* inst = FindDef(id); IsBoolVectorType() local 863 const Instruction* inst = FindDef(id); IsBoolScalarOrVectorType() local 880 const Instruction* inst = FindDef(id); IsFloatMatrixType() local 924 const Instruction* inst = FindDef(struct_type_id); GetStructMemberTypes() local 937 const Instruction* inst = FindDef(id); IsPointerType() local 945 const Instruction* inst = FindDef(id); GetPointerTypeInfo() local 955 const Instruction* inst = FindDef(id); IsCooperativeMatrixType() local 974 CooperativeMatrixShapesMatch( const Instruction* inst, uint32_t m1, uint32_t m2) CooperativeMatrixShapesMatch() argument 1033 GetOperandTypeId(const Instruction* inst, size_t operand_index) const GetOperandTypeId() argument 1039 const Instruction* inst = FindDef(id); GetConstantValUint64() local 1062 const Instruction* const inst = FindDef(id); EvalInt32IfConst() local 1153 const auto inst = FindDef(id); EntryPointReferences() local 1281 const auto inst = FindDef(id); ContainsType() local [all...] |
| /third_party/openssl/apps/ |
| H A D | ocsp.c | 1110 ASN1_OBJECT *inst = NULL; in make_ocsp_response() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| H A D | CodeExtractor.cpp | 1172 Instruction *inst = cast<Instruction>(Users[u]); in emitCallAndSwitchStatement() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
| H A D | MipsFastISel.cpp | 236 unsigned fastEmitInst_riir(uint64_t inst, const TargetRegisterClass *RC, in fastEmitInst_riir() argument
|
| /third_party/skia/third_party/externals/tint/src/reader/spirv/ |
| H A D | parser_impl.cc | 994 const auto* inst = def_use_mgr_->GetDef(type_id); ConvertType() local 1222 const auto* inst = def_use_mgr_->GetDef(type_id); ConvertType() local 1844 const auto* inst = def_use_mgr_->GetDef(id); CanMakeConstantExpression() local 1890 const auto* inst = def_use_mgr_->GetDef(id); MakeConstantExpression() local 2077 RectifyOperandSignedness( const spvtools::opt::Instruction& inst, TypedExpression&& expr) RectifyOperandSignedness() argument 2124 RectifySecondOperandSignedness( const spvtools::opt::Instruction& inst, const Type* first_operand_type, TypedExpression&& second_operand_expr) RectifySecondOperandSignedness() argument 2140 ForcedResultType(const spvtools::opt::Instruction& inst, const Type* first_operand_type) ForcedResultType() argument 2187 RectifyForcedResultType( TypedExpression expr, const spvtools::opt::Instruction& inst, const Type* first_operand_type) RectifyForcedResultType() argument 2284 const auto* inst = def_use_mgr_->GetDef(id); GetMemoryObjectDeclarationForHandle() local [all...] |
| /third_party/python/Lib/test/ |
| H A D | test_exceptions.py | 1717 inst = exc variable in ExceptionTests.test_memory_error_subclasses.TestException
|