Searched refs:get_gradient_v (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instruction_tex.h | 42 get_gradient_v = FETCH_OP_GET_GRADIENTS_V, enumerator
|
D | sfn_instruction_tex.cpp | 113 case get_gradient_v: return "GET_GRADIENTS_V"; in opname()
|
D | sfn_shader_fragment.cpp | 479 tex = new TexInstruction(TexInstruction::get_gradient_v, grad, src, 0, 0, PValue()); in emit_interp_deref_at_sample() 530 auto getgradv = new TexInstruction(TexInstruction::get_gradient_v, help, interp, 0, 0, PValue()); in emit_interp_deref_at_offset()
|
D | sfn_emitaluinstruction.cpp | 193 case nir_op_fddy_fine: return emit_tex_fdd(instr, TexInstruction::get_gradient_v, true); in do_emit() 195 case nir_op_fddy: return emit_tex_fdd(instr,TexInstruction::get_gradient_v, false); in do_emit()
|
D | sfn_ir_to_assembly.cpp | 707 tex_instr.opcode() == TexInstruction::get_gradient_v) in emit_tex()
|