Searched refs:irt (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_tex.cpp | 399 auto irt = new TexInstr(src.opcode, dst, {0,1,2,3}, src_coord, sampler.id, in emit_tex_tex() local 403 irt->set_tex_flag(TexInstr::z_unnormalized); in emit_tex_tex() 405 irt->set_rect_coordinate_flags(tex); in emit_tex_tex() 406 irt->set_coord_offsets(src.offset); in emit_tex_tex() 408 shader.emit_instruction(irt); in emit_tex_tex() 423 auto irt = new TexInstr(src.opcode, dst, {0,1,2,3}, src_coord, sampler.id, in emit_tex_txl_txb() local 428 irt->set_tex_flag(TexInstr::z_unnormalized); in emit_tex_txl_txb() 430 irt->set_rect_coordinate_flags(tex); in emit_tex_txl_txb() 431 irt->set_coord_offsets(src.offset); in emit_tex_txl_txb() 433 shader.emit_instruction(irt); in emit_tex_txl_txb() 873 auto irt = new TexInstr(src.opcode, dst, dest_swizzle, src_coord, sampler.id, emit_tex_tg4() local 1075 auto irt = new TexInstr(TexInstr::get_tex_lod, dst, {1,0,7,7}, src_coord, emit_tex_lod() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | IRTranslator.h | 531 GISelSwitchLowering(IRTranslator *irt, FunctionLoweringInfo &funcinfo) in GISelSwitchLowering() argument 532 : SwitchLowering(funcinfo), IRT(irt) { in GISelSwitchLowering() 533 assert(irt && "irt is null!"); in GISelSwitchLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceBrowserCompileServer.cpp | 15 // Can only compile this with the NaCl compiler (needs irt.h, and the 16 // unsandboxed LLVM build using the trusted compiler does not have irt.h). 32 #include <irt.h>
|
Completed in 4 milliseconds