Searched defs:ddy (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_emittexinstruction.h | 50 GPRVector ddy; member
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample.c | 313 LLVMValueRef ddmax[3] = { NULL }, ddx[3] = { NULL }, ddy[3] = { NULL }; in lp_build_rho() local 1736 LLVMValueRef ima, imahalf, tmp, ddx[3], ddy[3]; in lp_build_cube_lookup() local
|
D | lp_bld_sample.h | 64 LLVMValueRef ddy[3]; member
|
D | lp_bld_tgsi_soa.c | 1613 LLVMValueRef *ddy) in emit_fetch_deriv()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_tex.c | 653 nir_ssa_def *ddy = in lower_gradient() local
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 1905 int ddy = nir_tex_instr_src_index(instr, nir_tex_src_ddy); in ntt_emit_texture() local
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 1705 struct src_register ddy; in emit_tex4() local
|
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_compiler_nir.c | 2177 struct ir3_instruction * const *coord, * const *off, * const *ddx, * const *ddy; in emit_tex() local
|
/external/mesa3d/src/amd/llvm/ |
D | ac_nir_to_llvm.c | 4062 LLVMValueRef ddx = NULL, ddy = NULL; in visit_tex() local
|
/external/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 8570 void prepare_cube_coords(isel_context *ctx, std::vector<Temp>& coords, Temp* ddx, Temp* ddy, bool i… in prepare_cube_coords() 8659 lod = Temp(), offset = Temp(), ddx = Temp(), ddy = Temp(), in visit_tex() local
|