Searched refs:get_gradient_h (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instr_tex.h | 44 get_gradient_h = FETCH_OP_GET_GRADIENTS_H, enumerator
|
D | sfn_shader_fs.cpp | 848 auto tex = new TexInstr(TexInstr::get_gradient_h, grad, {0, 1, 7, 7}, interp, 0, 0); in load_barycentric_at_sample() 884 auto getgradh = new TexInstr(TexInstr::get_gradient_h, help, {0,1,7,7}, interp, 0, 0); in load_barycentric_at_offset()
|
D | sfn_instr_tex.cpp | 174 case get_gradient_h: return "GET_GRADIENTS_H"; in opname() 206 {get_gradient_h,"GET_GRADIENTS_H"},
|
D | sfn_instr_alu.cpp | 1403 case nir_op_fddx_coarse: return emit_tex_fdd(*alu, TexInstr::get_gradient_h, false, shader); in from_nir() 1404 case nir_op_fddx_fine: return emit_tex_fdd(*alu, TexInstr::get_gradient_h, true, shader); in from_nir()
|
D | sfn_assembler.cpp | 477 if (tex_instr.opcode() == TexInstr::get_gradient_h || in visit()
|