Searched defs:ddy (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instr_tex.h | 88 RegisterVec4 ddy; member
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample.c | 407 LLVMValueRef ddmax[3] = { NULL }, ddx[3] = { NULL }, ddy[3] = { NULL }; in lp_build_rho() local 1838 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 | 1618 LLVMValueRef *ddy) in emit_fetch_deriv()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_tex.c | 774 nir_ssa_def *ddy = in lower_gradient() local
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 1704 struct src_register ddy; in emit_tex4() local
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 2692 int ddy = nir_tex_instr_src_index(instr, nir_tex_src_ddy); in ntt_emit_texture() local
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_compiler_nir.c | 2918 struct ir3_instruction *const *coord, *const *off, *const *ddx, *const *ddy; in emit_tex() local
|
/third_party/mesa3d/src/amd/llvm/ |
D | ac_nir_to_llvm.c | 4660 LLVMValueRef ddx = NULL, ddy = NULL; in visit_tex() local
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 9325 prepare_cube_coords(isel_context* ctx, std::vector<Temp>& coords, Temp* ddx, Temp* ddy, in prepare_cube_coords() 9418 offset = Temp(), ddx = Temp(), ddy = Temp(), clamped_lod = Temp(), in visit_tex() local
|