Home
last modified time | relevance | path

Searched refs:ac_build_ddxy (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/amd/llvm/
Dac_llvm_build.h316 LLVMValueRef ac_build_ddxy(struct ac_llvm_context *ctx, uint32_t mask, int idx, LLVMValueRef val);
Dac_llvm_build.c1788 LLVMValueRef ac_build_ddxy(struct ac_llvm_context *ctx, uint32_t mask, int idx, LLVMValueRef val) in ac_build_ddxy() function
4363 result[i] = ac_build_ddxy(ctx, AC_TID_MASK_TOP_LEFT, 1, a); in ac_build_ddxy_interp()
4364 result[2 + i] = ac_build_ddxy(ctx, AC_TID_MASK_TOP_LEFT, 2, a); in ac_build_ddxy_interp()
Dac_nir_to_llvm.c462 result = ac_build_ddxy(&ctx->ac, mask, idx, src0); in emit_ddxy()
/external/mesa3d/docs/relnotes/
D19.0.0.rst1780 - ac: remove unused variable from ac_build_ddxy
D19.1.0.rst4043 - ac: add 16-bit support to ac_build_ddxy()