Home
last modified time | relevance | path

Searched +defs:c +defs:file +defs:offsets (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp843 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()
1362 for (int c = 0; c < 4; ++c) in visit() local
1804 for (uint8_t c = 0; c < 2; c++) { in visit() local
2621 for (LValues::size_type c = 0u; c < newDefs.size(); ++c) { in visit() local
2954 std::vector<nir_src*> offsets; in visit() local
3071 for (uint32_t c = 0u; c < 3; ++c) { in visit() local
[all …]
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c1003 translate_register_file(enum tgsi_file_type file, boolean array) in translate_register_file()
1056 enum tgsi_file_type file, unsigned index) in get_temp_array_id()
1073 enum tgsi_file_type file, unsigned index) in remap_temp_index()
1095 enum tgsi_file_type file, in setup_operand0_indexing()
1193 enum tgsi_file_type file = reg->Register.File; in emit_dst_register() local
1475 enum tgsi_file_type file = reg->Register.File; in emit_src_register() local
1811 unsigned *c; in emit_src_register() local
2161 make_src_reg(enum tgsi_file_type file, unsigned index) in make_src_reg()
2181 make_src_scalar_reg(enum tgsi_file_type file, unsigned index, unsigned component) in make_src_scalar_reg()
2233 make_dst_reg(enum tgsi_file_type file, unsigned index) in make_dst_reg()
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactor.cpp610 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/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp541 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/mesa/main/
Dshaderapi.c1391 FILE *file = NULL; in link_program() local
2110 GLint *offsets; in shader_source() local
3342 const char c = str[i++]; in valid_path_format() local