Searched defs:ddx (Results 1 – 13 of 13) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_emittexinstruction.h | 49 GPRVector ddx; member
|
/third_party/flutter/skia/bench/ |
D | InterpBench.cpp | 152 double ddx = dx; in performTest() local
|
/third_party/skia/bench/ |
D | InterpBench.cpp | 152 double ddx = dx; in performTest() local
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample.c | 403 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
|
D | lp_bld_sample.h | 63 LLVMValueRef ddx[3]; member
|
D | lp_bld_tgsi_soa.c | 1612 LLVMValueRef *ddx, in emit_fetch_deriv()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_tex.c | 733 nir_ssa_def *ddx = in lower_gradient() local
|
/third_party/skia/third_party/externals/tint/src/writer/msl/ |
D | generator_impl.cc | 1071 if (auto* ddx = arg(Usage::kDdx)) { in EmitTextureCall() local
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 2179 int ddx = nir_tex_instr_src_index(instr, nir_tex_src_ddx); in ntt_emit_texture() local
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 1702 struct src_register ddx; in emit_tex4() local
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_compiler_nir.c | 2387 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 | 4550 LLVMValueRef ddx = NULL, ddy = NULL; in visit_tex() local
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 9135 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
|