Searched refs:ac_build_ddxy (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_llvm_build.h415 ac_build_ddxy(struct ac_llvm_context *ctx,
H A Dac_llvm_build.c1927 ac_build_ddxy(struct ac_llvm_context *ctx, function in typeref:typename:LLVMValueRef
4126 result[i] = ac_build_ddxy(ctx, AC_TID_MASK_TOP_LEFT, 1, a);
4127 result[2+i] = ac_build_ddxy(ctx, AC_TID_MASK_TOP_LEFT, 2, a);
H A Dac_nir_to_llvm.c540 result = ac_build_ddxy(&ctx->ac, mask, idx, src0);
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.h326 LLVMValueRef ac_build_ddxy(struct ac_llvm_context *ctx, uint32_t mask, int idx, LLVMValueRef val);
H A Dac_llvm_build.c1794 LLVMValueRef ac_build_ddxy(struct ac_llvm_context *ctx, uint32_t mask, int idx, LLVMValueRef val) function in typeref:typename:LLVMValueRef
4446 result[i] = ac_build_ddxy(ctx, AC_TID_MASK_TOP_LEFT, 1, a);
4447 result[2 + i] = ac_build_ddxy(ctx, AC_TID_MASK_TOP_LEFT, 2, a);
H A Dac_nir_to_llvm.c465 result = ac_build_ddxy(&ctx->ac, mask, idx, src0);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.0.0.rst1780 - ac: remove unused variable from ac_build_ddxy
H A D19.1.0.rst4043 - ac: add 16-bit support to ac_build_ddxy()
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.c3918 val = ac_build_ddxy(&ctx->ac, mask, idx, val);

Completed in 50 milliseconds