Home
last modified time | relevance | path

Searched defs:ddx (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emittexinstruction.h49 GPRVector ddx; member
/third_party/flutter/skia/bench/
DInterpBench.cpp152 double ddx = dx; in performTest() local
/third_party/skia/bench/
DInterpBench.cpp152 double ddx = dx; in performTest() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.c403 LLVMValueRef ddmax[3] = { NULL }, ddx[3] = { NULL }, ddy[3] = { NULL }; in lp_build_rho() local
1836 LLVMValueRef ima, imahalf, tmp, ddx[3], ddy[3]; in lp_build_cube_lookup() local
Dlp_bld_sample.h63 LLVMValueRef ddx[3]; member
Dlp_bld_tgsi_soa.c1612 LLVMValueRef *ddx, in emit_fetch_deriv()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_tex.c733 nir_ssa_def *ddx = in lower_gradient() local
/third_party/skia/third_party/externals/tint/src/writer/msl/
Dgenerator_impl.cc1071 if (auto* ddx = arg(Usage::kDdx)) { in EmitTextureCall() local
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c2179 int ddx = nir_tex_instr_src_index(instr, nir_tex_src_ddx); in ntt_emit_texture() local
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c1702 struct src_register ddx; in emit_tex4() local
/third_party/mesa3d/src/freedreno/ir3/
Dir3_compiler_nir.c2387 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.c4550 LLVMValueRef ddx = NULL, ddy = NULL; in visit_tex() local
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp9135 prepare_cube_coords(isel_context* ctx, std::vector<Temp>& coords, Temp* ddx, Temp* ddy, in prepare_cube_coords()
9231 offset = Temp(), ddx = Temp(), ddy = Temp(), clamped_lod = Temp(); in visit_tex() local