| /third_party/mesa3d/src/nouveau/codegen/ |
| D | nv50_ir_from_nir.cpp | 840 Converter::getIndirect(nir_intrinsic_instr *insn, uint8_t s, uint8_t c, Value *&indirect, bool isSc… in getIndirect() 1226 Converter::loadFrom(DataFile file, uint8_t i, DataType ty, Value *def, in loadFrom() 1227 uint32_t base, uint8_t c, Value *indirect0, in loadFrom() 1262 Converter::storeTo(nir_intrinsic_instr *insn, DataFile file, operation op, in storeTo() 1263 DataType ty, Value *src, uint8_t idx, uint8_t c, in storeTo() 1376 for (int c = 0; c < 4; ++c) in visit() local 1822 for (uint8_t c = 0; c < 2; c++) { in visit() local 2662 for (LValues::size_type c = 0u; c < newDefs.size(); ++c) { in visit() local 2995 std::vector<nir_src*> offsets; in visit() local 3114 for (uint32_t c = 0u; c < 3; ++c) { in visit() local [all …]
|
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| D | LLVMReactor.cpp | 610 llvm::raw_fd_ostream file(std::string(name) + "-llvm-dump-unopt.txt", error); in acquireRoutine() local 627 llvm::raw_fd_ostream file(std::string(name) + "-llvm-dump-opt.txt", error); in acquireRoutine() local 1143 static llvm::Value *createGather(llvm::Value *base, llvm::Type *elTy, llvm::Value *offsets, llvm::V… in createGather() 1198 RValue<Float4> Gather(RValue<Pointer<Float>> base, RValue<Int4> offsets, RValue<Int4> mask, unsigne… in Gather() 1203 RValue<Int4> Gather(RValue<Pointer<Int>> base, RValue<Int4> offsets, RValue<Int4> mask, unsigned in… in Gather() 1208 static void createScatter(llvm::Value *base, llvm::Value *val, llvm::Value *offsets, llvm::Value *m… in createScatter() 1261 void Scatter(RValue<Pointer<Float>> base, RValue<Float4> val, RValue<Int4> offsets, RValue<Int4> ma… in Scatter() 1266 void Scatter(RValue<Pointer<Int>> base, RValue<Int4> val, RValue<Int4> offsets, RValue<Int4> mask, … in Scatter() 1679 Value *Nucleus::createSelect(Value *c, Value *ifTrue, Value *ifFalse) in createSelect() 2572 Value *c = Nucleus::createBitCast(b, Short8::type()); in Int4() local [all …]
|
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| D | svga_tgsi_vgpu10.c | 1082 translate_register_file(enum tgsi_file_type file, boolean array) in translate_register_file() 1135 enum tgsi_file_type file, unsigned index) in get_temp_array_id() 1152 enum tgsi_file_type file, unsigned index) in remap_temp_index() 1174 enum tgsi_file_type file, in setup_operand0_indexing() 1272 enum tgsi_file_type file = reg->Register.File; in emit_dst_register() local 1554 enum tgsi_file_type file = reg->Register.File; in emit_src_register() local 1978 unsigned *c; in emit_src_register() local 2335 make_src_reg(enum tgsi_file_type file, unsigned index) in make_src_reg() 2355 make_src_scalar_reg(enum tgsi_file_type file, unsigned index, unsigned component) in make_src_scalar_reg() 2407 make_dst_reg(enum tgsi_file_type file, unsigned index) in make_dst_reg() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| D | SpirvShaderDebugger.cpp | 541 std::string file; member 1063 uint32_t offsets[sw::SIMD::Width]; // Per lane offsets. member 1419 …vShader::Impl::Debugger::setLocation(EmitState *state, const std::shared_ptr<vk::dbg::File> &file,… in setLocation() 1467 auto file = lock.findFile(path); in setLocation() local 1526 auto &file = it.second; in onBreakpointsChanged() local 1672 for(size_t i = 6, c = insn.wordCount(); i < c; i++) in process() local 1853 auto file = ctx->lock().createVirtualFile(source->file.c_str(), source->source.c_str()); in process() local 1859 auto file = ctx->lock().createPhysicalFile(source->file.c_str()); in process() local
|
| /third_party/mesa3d/src/amd/compiler/ |
| D | aco_instruction_selection.cpp | 52 _isel_err(isel_context* ctx, const char* file, unsigned line, const nir_instr* instr, in _isel_err() 4833 unsigned offsets[32]; in store_lds() local 4957 Temp* write_datas, unsigned* offsets) in split_buffer_store() 5108 unsigned offsets[32]; in store_vmem_mubuf() local 6715 unsigned offsets[32]; in visit_store_ssbo() local 6919 unsigned offsets[32]; in visit_store_global() local 7647 unsigned offsets[32]; in visit_store_scratch() local 11434 for (unsigned c = 0; c < 4; ++c) { in create_fs_exports() local 11586 enum ac_arg_regfile file = ctx->args->ac.args[i].file; in add_startpgm() local 12203 enum ac_arg_regfile file = args->ac.args[arg.arg_index].file; in get_arg_fixed() local [all …]
|
| /third_party/libbpf/src/ |
| D | libbpf.c | 2074 gzFile file; local 2112 FILE *file; local 4772 char file[PATH_MAX], buff[4096]; local 10651 static int parse_uint_from_file(const char *file, const char *fmt) 10678 const char *file = "/sys/bus/event_source/devices/kprobe/type"; local 10685 const char *file = "/sys/bus/event_source/devices/uprobe/type"; local 10692 const char *file = "/sys/bus/event_source/devices/kprobe/format/retprobe"; local 10699 const char *file = "/sys/bus/event_source/devices/uprobe/format/retprobe"; local 10754 static int append_to_file(const char *file, const char *fmt, ...) 10851 char file[256]; local [all …]
|
| /third_party/mesa3d/src/mesa/main/ |
| D | shaderapi.c | 1368 FILE *file = NULL; in link_program() local 2075 GLint *offsets; in shader_source() local 3306 const char c = str[i++]; in valid_path_format() local
|
| /third_party/libabigail/src/ |
| D | abg-dwarf-reader.cc | 770 int c = hdr.e_ident[EI_CLASS]; in get_elf_class_size_in_bytes() local 811 int c; in bloom_word_at() local 968 int c = get_elf_class_size_in_bytes(elf_handle) * 8; in lookup_symbol_from_gnu_hash_tab() local 2590 dwarf_offsets_type offsets; in compute_canonical_die() local 2781 dwarf_offsets_type offsets; in get_or_compute_canonical_die() local 4028 for (type_base_wptrs_type::const_iterator c = classes->begin(); in resolve_declaration_only_classes() local 4264 for (type_base_wptrs_type::const_iterator c = enums->begin(); in resolve_declaration_only_enums() local 4515 corpus_sptr c = corpus(); in canonicalize_types_scheduled() local 4538 if (corpus_sptr c = corpus()) in canonicalize_types_scheduled() local 4558 corpus_sptr c = corpus(); in canonicalize_types_scheduled() local [all …]
|