Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_tex.h46 set_gradient_v = FETCH_OP_SET_GRADIENTS_V, enumerator
Dsfn_instruction_tex.cpp117 case set_gradient_v: return "SET_GRADIENTS_V"; in opname()
Dsfn_emittexinstruction.cpp167 TexInstruction *irgv = new TexInstruction(TexInstruction::set_gradient_v, empty_dst, tex_src.ddy, in emit_cube_txd()
461 TexInstruction *irgv = new TexInstruction(TexInstruction::set_gradient_v, empty_dst, src.ddy, in emit_tex_txd()