Home
last modified time | relevance | path

Searched refs:getgradh (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_fragment.cpp616 auto getgradh = new TexInstruction(TexInstruction::get_gradient_h, help, interp, 0, 0, PValue()); in load_barycentric_at_offset() local
617 getgradh->set_dest_swizzle({0,1,7,7}); in load_barycentric_at_offset()
618 getgradh->set_flag(TexInstruction::x_unnormalized); in load_barycentric_at_offset()
619 getgradh->set_flag(TexInstruction::y_unnormalized); in load_barycentric_at_offset()
620 getgradh->set_flag(TexInstruction::z_unnormalized); in load_barycentric_at_offset()
621 getgradh->set_flag(TexInstruction::w_unnormalized); in load_barycentric_at_offset()
622 getgradh->set_flag(TexInstruction::grad_fine); in load_barycentric_at_offset()
623 emit_instruction(getgradh); in load_barycentric_at_offset()