Home
last modified time | relevance | path

Searched defs:ddy (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_tex.h88 RegisterVec4 ddy; member
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.c407 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
Dlp_bld_sample.h64 LLVMValueRef ddy[3]; member
Dlp_bld_tgsi_soa.c1618 LLVMValueRef *ddy) in emit_fetch_deriv()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_tex.c774 nir_ssa_def *ddy = in lower_gradient() local
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c1704 struct src_register ddy; in emit_tex4() local
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c2692 int ddy = nir_tex_instr_src_index(instr, nir_tex_src_ddy); in ntt_emit_texture() local
/third_party/mesa3d/src/freedreno/ir3/
Dir3_compiler_nir.c2918 struct ir3_instruction *const *coord, *const *off, *const *ddx, *const *ddy; in emit_tex() local
/third_party/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c4660 LLVMValueRef ddx = NULL, ddy = NULL; in visit_tex() local
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp9325 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