Searched refs:irgh (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_emittexinstruction.cpp | 163 TexInstruction *irgh = new TexInstruction(TexInstruction::set_gradient_h, empty_dst, tex_src.ddx, in emit_cube_txd() local 165 irgh->set_dest_swizzle({7,7,7,7}); in emit_cube_txd() 179 emit_instruction(irgh); in emit_cube_txd() 456 TexInstruction *irgh = new TexInstruction(TexInstruction::set_gradient_h, empty_dst, src.ddx, in emit_tex_txd() local 459 irgh->set_dest_swizzle({7,7,7,7}); in emit_tex_txd() 473 emit_instruction(irgh); in emit_tex_txd()
|